更新有兩個做法
一個是下載 zip 後透過 ssh 指令更新
另一個是使用 vSphere Update Manager 更新
但這方法前期作業較麻煩
我是以下載 zip 方式更新
首先 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.zip
Name 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 name
舉例
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