and Install Async Drivers in VMware ESXi
and Install Async Drivers in VMware ESXi
Products
VMware vSphere ESXi VMware vSphere ESXi 5.0 VMware vSphere ESXi 6.0
Issue/Introduction
This article provides steps to download and install async drivers in ESXi.
Environment
Resolution
VMware certifies async drivers that are developed by third-party vendors. They are released in
the ESXi software package called a vSphere Installation Bundle (VIB).
Note: For more information about installing a specific async driver release, see the
/doc/README.txt file within the async driver release zip file.
Note. This command requires an absolute path. For example: esxcli software vib
install -d /vmfs/volumes/datastore_name/offline-bundle.zip. If this command
fails, unzip the file and try running the same command. If hostd does not respond, try using
localcli instead of esxcli. For example:
Note: Replace vmnicX with the vmnic# that should be using the new driver. If the new
driver is not listed, there may be a need to run an additional command to enable or
disable the driver. For more information, see Enabling and Disabling Native Drivers in ESXi
(2147565).
Installing async drivers using esxcli and async driver VIB file
Note: This command requires an absolute path. For example: esxcli software vib
install –v /vmfs/volumes/datastore/async-driver.vib. If hostd is not responding, try
using localcli instead of esxcli. For example: localcli software vib install –v
/vmfs/volumes/datastore/async-driver.vib.
Note: Replace vmnicX with the vmnic# that should be using the new driver. If the new
driver is not listed, there may be a need to run an additional command to enable or
disable the driver. For more information, see Enabling and Disabling Native Drivers in ESXi
(2147565).
Notes:
The VMware vSphere Update Manager automatically restarts the ESXi host after the
remediation is complete.
Using the esxcli software vib install -v /path/to/vib command is the only way
revert to an inbox driver after updating to an async driver. In this case, the -n option does
not work as the inbox driver does not associate to a depot.
Adding the async driver to the ESXi installation ISO bundle in ESXi
For example:
Add-EsxSoftwareDepot C:\path\to\new-async-driver-offline-bundle.zip,
C:\path\to\esxi-offline-bundle.zip
Depot Url
---------
zip:C:\path\to\new-async-driver-offline-bundle.zip?index.xml
zip:C:\VMware-ESXi-x.0.0-469512-depot.zip?index.xml
For example:
Get-EsxSoftwarePackage
For example:
Get-EsxImageProfile
Clone an existing available image profile by specifying a new name for the profile.
For example:
6. Use the Add-EsxSoftwarePackage commandlet to add the async driver to the new image
profile, specifying the package name from step 5.
For example:
7. Export the new image profile. Run the Export-EsxImageProfile command to export the
image profile as an ISO.
For example:
8. If necessary, burn the ISO to a new CD. Use the CD or ISO to boot the server and install ESXi.
Follow the normal installation procedures.
For additional information, see the Customizing Installations with vSphere ESXi Image
Builder section of the VMware ESXi Installation and Setup Guide.
Additional Information
Feedback
thumb_up Yes
thumb_down No
Powered by
PRODUCTS