JDP 發表於 2015-3-4 09:06:13

如何更新 ESXi 的Patch?

1. 先至官網(https://my.vmware.com/group/vmware/patch#search)下載Patch
2. 將Patch檔先上傳到Datastore中
3. 使用vSphere Client連至ESXi,並暫時開啟SSH (組態=>安全性設定檔=>服務=>內容=>SSH=>選項=>啟動)
4. 使用SSH Client連至ESXi
5. 使用以下command更新Patch
~ # esxcli software vib install -d /vmfs/volumes/datastore1/ESXiUpdate/ESXi550-201410001.zip
6. reboot

Reference:
Installing patches on an ESXi 5.x host from the command line (2008939)
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2008939
VMware - Installing ESXi Patches How To
http://youtu.be/_O0Pac0a6g8
VMware ESXi 5 Update
http://blogs.yyes.chc.edu.tw/post/2/865
頁: [1]
查看完整版本: 如何更新 ESXi 的Patch?