0
点赞
收藏
分享

微信扫一扫

Install Update(Patches) on ESXi

Download a ZIP file with the update

​​https://my.vmware.com/group/vmware/patch​​

Install Update(Patches) on ESXi_update

Upload to any datastore

Install Update(Patches) on ESXi_ESXi_02

Set to maintenance mode

esxcli system maintenanceMode set --enable=true

Install the patch

esxcli software vib update --depot /vmfs/volumes/datastore1/iso/ESXi670-202207001.zip

Reboot ESXi host

reboot -f

Disable the maintenance mode

esxcli system maintenanceMode set --enable=false

Make sure that the OS version has been updated

vmare -v

举报

相关推荐

0 条评论