1、登录web,开启主机-管理-服务-SSH服务

查询当前驱动:

[root@localhost:~] esxcli software vib list | grep lpfc
lpfc 14.0.635.4-14vmw.800.1.20.21203435 VMW VMwareCertified 2023-03-28

卸载驱动:

[root@localhost:~] esxcli software vib remove -n lpfc
Removal Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed:
VIBs Removed: VMW_bootbank_lpfc_14.0.635.4-14vmw.800.1.20.21203435
VIBs Skipped:

重启服务器:

[root@localhost:~] reboot

找到上传的驱动位置:
[root@localhost:~] find . -name “Broadcom
./vmfs/volumes/64232049-85381b98-8fb6-38d547ca610e/Broadcom-ELX-lpfc_12.8.614.16-1OEM.700.1.0.15843807_19473906.zip
安装驱动:

[root@localhost:~] esxcli software component apply -d /vmfs/volumes/64232049-85381b98-8fb6-38d547ca610e/Broadcom-ELX-lpfc_12.8.614.16-1OEM.700.1.0.15843807_19473906.zip
Installation Result
Components Installed: Broadcom-ELX-lpfc_12.8.614.16-1OEM.700.1.0.15843807  
Components Removed:
Components Skipped:
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. 
Reboot Required: true

重启:

[root@localhost:~] reboot 

重启完成后HBA卡正常识别