Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
VMware vSphere 6.x Datacenter Design  Cookbook

You're reading from   VMware vSphere 6.x Datacenter Design Cookbook Over 75 practical recipes to confidently design an efficient virtual datacenter with VMware vSphere 6.x

Arrow left icon
Product type Paperback
Published in Jun 2016
Publisher Packt
ISBN-13 9781785283468
Length 324 pages
Edition 2nd Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
kim bottu kim bottu
Author Profile Icon kim bottu
kim bottu
Hersey Cartwright Hersey Cartwright
Author Profile Icon Hersey Cartwright
Hersey Cartwright
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. The Virtual Datacenter FREE CHAPTER 2. The Discovery Process 3. The Design Factors 4. vSphere Management Design 5. vSphere Storage Design 6. vSphere Network Design 7. vSphere Compute Design 8. vSphere Physical Design 9. Virtual Machine Design 10. vSphere Security Design 11. Disaster Recovery and Business Continuity 12. Design Documentation Index

Creating a custom ESXi image


Drivers for some supported hardware devices are not included as part of the base ESXi image. These devices require a driver be installed before the hardware can be used in vSphere.

How to do it…

Third-party drivers are packaged as vSphere Installation Bundles (VIBs). A VIB file is similar to a ZIP archive in that it is a single file that includes an archive of the driver files, an XML descriptor file, and a signature file. VIB files have the .vib file extension.

The required drives can be installed after ESXi has been installed, using the esxcli command:

esxcli software vib install -v <path to vib package>

When installing from a bundle or ZIP, the following esxcli command is used:

esxcli software vib install –d <path to vib zip bundle>

A custom ESXi image can also be created using the Image Builder tools included with PowerCLI. PowerCLI can be downloaded from https://www.vmware.com/support/developer/PowerCLI/. Custom ESXi images can be used when deploying...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image