ESXi 更新
ESXi 上傳 zip 到local 儲存區 開SSH 、 進入維護模式
檢查 source
esxcli software sources profile list -d <路徑>esxcli software sources profile list -d /vmfs/volumes/ESXI-97/VMware-VMvisor-Installer-6.5.0.update02-8935087.x86\_64-DellEMC\_Customized-A01.zipName Vendor Acceptance Level Creation Time Modification Time———————————————————— ———— ——————————- ————————————- ————————————-DellEMC-ESXi-6.5U2-8935087-A01 Dell PartnerSupported 2018-06-24T02:43:16 2018-07-09T11:38:57
套用 source
esxcli software profile update -d <路徑> -p
發生錯誤
[root@ESXI96:~] esxcli software profile update -d /vmfs/volumes/ESXI-96/esxi/VMware-VMvisor-Installer-6.5.0.update02-8935087.x86\_64-DellEMC\_Customized-A01.zip -p DellEMC-ESXi-6.5U2-8935087-A01[DependencyError]File path of ‘‘/etc/vmware/oem.xml’’ is claimed by multiple overlay VIBs: {‘‘DellEMC\_bootbank\_dell-configuration-vib\_6.5-2A01’’, ‘‘Lenovo\_bootbank\_lnvcustomization\_6.5-00’’}File path of ‘‘/etc/vmware/support’’ is claimed by multiple overlay VIBs: {‘‘DellEMC\_bootbank\_dell-configuration-vib\_6.5-2A01’’, ‘‘Lenovo\_bootbank\_lnvcustomization\_6.5-00’’}
移除 VIB
esxcli software vib remove ––vibname=lnvcustomization
reboot