You can use this procedure to install offline bundles that have been copied from the driver ISO image to the ESX host.
| Step 1
| Extract the contents of the ISO image to the ESX host. |
| Step 2
| Identify the offline-bundle.zip file containing the eNIC or fNIC driver being installed. |
| Step 3
| Using DataStore Browser, upload the offline-bundle.zip file to the ESX host's datastore. |
| Step 4
| Log into the ESX host using an account with administrator privileges, such as root. |
| Step 5
| Navigate to /vmfs/volumes/datastorename/ and locate the offline-bundle.zip file. |
| Step 6
| Run the esxupdate update --nosigcheck --olderversion --maintenancemode --bundle offline-bundle.zip command. olderversion is not a variable. olderversion is the verbatim command, specifying that the older, existing version should be replaced with the new driver.
| Note
| The ESX driver is unsigned. You must use the nosigcheck option or the installation will fail.
|
|
| Step 7
| Reboot the ESX host. |
If the driver loads correctly, one of the following messages appear on the console screen after reboot:
The following example shows how to update an existing ESX driver with the latest version:
UCS-A# esxupdate update --nosigcheck --olderversion --maintenancemode --bundle fnic-1.4.0.195-esx400-release.zip