Esxi安装补丁

geteshi
2024-03-29 / 0 评论 / 89 阅读 / 正在检测是否收录...

这里以8.0为例

1. 下载补丁

https://customerconnect.vmware.com/zh/patch

2. 上传补丁到你的目录

3.

vmware -lv  //查看版本
esxcli software sources profile list -d /vmfs/volumes/your path/esxi8.0/VMware-ESXi-8.0a-20842819-depot.zip
esxcli software profile update -d /vmfs/volumes/your path/esxi8.0/VMware-ESXi-8.0a-20842819-depot.zip -p ESXi-8.0a-20842819-standard //-p  后面的版本就是上面那条命令显示的 如果有就可以升级没有就GG

4. 报错集合

# esxcli software vib install -d /vmfs/volumes/images/VMware/vSphere8/VMware-ESXi-8.0U1c-22088125-depot.zip
 [DependencyError]
 On platform embeddedEsx, VIB VMW_bootbank_vmkusb-nic-fling_1.11-1vmw.800.1.20.61054763 requires vmkapi_incompat_2_10_0_0, but the requirement cannot be satisfied within the ImageProfile.
 Please refer to the log file for more details.

暂时删除 Fling 以升级 ESXi

esxcli software vib remove -n vmkusb-nic-fling
0

评论 (0)

取消