ESXI安装网卡或HBA卡驱动

先打开ESXI主机的SSH,将厂商提供的vib驱动文件上传到/tmp目录,而后执行
esxcli software vib install -v /tmp/net-i40e_2.0.7-1OEM.600.0.0.2494585.vibide

[root@localhost:~] esxcli software vib install -v /tmp/net-i40e_2.0.7-1OEM.600.0.0.2494585.vib
Installation Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: INT_bootbank_net-i40e_2.0.7-1OEM.600.0.0.2494585
VIBs Removed:
VIBs Skipped: ui

执行完成后重启ESXi主机后才能生效。

转载于:https://blog.51cto.com/gaodi2002/2355387code