例如我要将 VMware-ESXi-8.0U3d-24585383 升级到 VMware-ESXi-8.0U3e-24674464
那么去下面链接把 VMware-ESXi-8.0U3e-24674464-depot.zip 下载回来
把 VMware-ESXi-8.0U3e-24674464-depot.zip 上传到你的存储盘
然后将ESXi设置到维护模式再开启SSH
连接SSH
运行(文件路径改为你自己的)
esxcli software sources profile list -d /vmfs/volumes/datastore1/update/VMware-ESXi-8.0U3e-24674464-depot.zip
查看包里的东西
如果有ESXi-8.0U3e-24674464-standard
那么接下来就可以升级了
先dry-run一次看看有什么问题出现不
esxcli software profile update -p ESXi-8.0U3e-24674464-standard -d /vmfs/volumes/datastore1/update/VMware-ESXi-8.0U3e-24674464-depot.zip --no-hardware-warning --dry-run
如果没问题
那么可以去掉dry-run正式执行升级
esxcli software profile update -p ESXi-8.0U3e-24674464-standard -d /vmfs/volumes/datastore1/update/VMware-ESXi-8.0U3e-24674464-depot.zip --no-hardware-warning
然后重启
进入管理面板就能看到版本号已经变成新的了