esxcli hardware pci list
esxcli storage san fc list
(output will be blank line if HBA driver is missing but HBA appears to be in PCI card determined from step 1)
esxcli storage core adapter rescan
New Installation
For new installs, you should perform the following steps:
scp VMware_bootbank_net-driver.1.1.0-1vmw.0.0.372183.vib [email protected]:/tmp
esxcli software vib install -v {VIBFILE}
In the example above, this would be:
esxcli software vib install -v /tmp/VMware_bootbank_net-driver.1.1.0-1vmw.0.0.372183.vib
Note: Depending on the certificate used to sign the VIB, you may need to change the host acceptance level. To do this, use the following command:
esxcli software acceptance set --level=<level>
Also, depending on the type of VIB being installed, you may have to put ESX into maintenance mode. This can be done through the VI Client, or by adding the ‘–maintenance-mode’ option to the above esxcli command.
Upgrade Installation
The upgrade process is similar to a new install, except the command that should be issued is the following:
esxcli software vib upgrade -v {VIBFILE}
Reboot host.
Now you should have the HBA should the datastores.
]]>