上传VMware-Esxi-8.0安装包
关闭所有虚拟机,进入维护模式
开启ssh
cd /vmfs/volumes/datastore1
ls
esxcli software profile update --depot=<depot_location> --profile=<profile_name>
// depot指定文件路径 profile指定版本
//查看文件版本
esxcli software sources profile list -d /vmfs/volumes/datastore1/VMware-ESXi-8.0a-20842819-depot.zip
//执行升级
esxcli software profile update --depot=/vmfs/volumes/datastore1/VMware-ESXi-8.0a-20842819-depot.zip --profile=ESXi-8.0a-20842819-standard
//查看版本是否升级成功
vmware -vl
reboot
参考:
https://blog.csdn.net/ousamadm/article/details/128360862
https://panfake.com/2023/03/esxi-8-update-80a-80b-patch-package-method/