ESXi命令行升级
补丁包下载地址:https://my.vmware.com/cn/group/vmware/patch#search
准备工作,ESXi设置为维护模式,开启ssh
# 查看当前版本 vmware -v # 查看当前软件 esxcli software profile get # 升级包的内容 esxcli software sources profile list --depot=/vmfs/volumes/datastore1/data/ESXi650-201803001.zip # 选择包里面的 ESXi-6.5.0-20180304001-standard 进行升级 esxcli software profile update --depot=/vmfs/volumes/datastore1/data/ESXi650-201803001.zip --profile=ESXi-6.5.0-20180304001-standard # 重启 reboot # 查看升级成功没有 vmware -v