1、将下载到的升级包上传到ESXi主机的存储根目录,关掉所有VMs并进入维护模式;
2、SSH登陆ESXi主机,执行vmware -v命令确认当前版本;
3、执行命令
esxcli software sources profile list --depot=/vmfs/volumes/datastore1/ESXi600-201610001.zip
确认能够看到profiles讯息,尤其是xxxx-standard的这个,注意,这里最少要有2个profiles才行,一个是带vmware tools的一个没有带vmware tools;
4、验证完成之后,执行如下命令开始升级:
esxcli software profile update --depot=/vmfs/volumes/datastore1/ESXi600-201610001.zip --profile=ESXi-6.0.0-20161004001-standard
5、等待升级完成,重启,执行vmware -v命令验证是否升级成功,退出维护模式。