Hello,
I am trying to install an ASync Intel driver downloaded directly from the VMWare Website. Unfortunately, after downloading the file, and transferring the offline bundle zip, I cannot install it.
I use the following command on the ESXI 6.5 server itself.
esxcli software vib install -d /tmp/VMW-ESX-6.5.0-igbn-1.2.0-offline_bundle-4646458.zip
I get this error:
[root@localhost:/etc] esxcli software vib install -d ~/etc/VMW-ESX-6.5.0-igbn-1.2.0-offline_bundle-4646
458.zip
Installation Result
Message: Host is not changed.
Reboot Required: false
VIBs Installed:
VIBs Removed:
VIBs Skipped: INT_bootbank_igbn_1.2.0-1OEM.650.0.0.4240417
I have also tried to put the server into maintenance mode using the following command:
esxcli system maintenanceMode set -e true
And then running the esxcli command again.