Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
VMware vSphere 6.x Datacenter Design  Cookbook - Second Edition

You're reading from  VMware vSphere 6.x Datacenter Design Cookbook - Second Edition

Product type Book
Published in Jun 2016
Publisher Packt
ISBN-13 9781785283468
Pages 324 pages
Edition 2nd Edition
Languages
Authors (2):
Hersey Cartwright Hersey Cartwright
Profile icon Hersey Cartwright
kim bottu kim bottu
Profile icon kim bottu
View More author details

Table of Contents (19) Chapters

VMware vSphere 6.x Datacenter Design Cookbook Second Edition
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
1. The Virtual Datacenter 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 $15.99/month. Cancel anytime}