标签:ref src 条件 支持 mes efi sof rop datastore
一. 升级前准备:
1.查看兼容性列表
https://www.vmware.com/resources/compatibility/sim/interop_matrix.php#upgrade&solution=1
2. 请迁移出所有虚拟机,并进入维护模式
二. 安装文件升级
1. 准备安装/升级文件
1.1. VMware-VMvisor-Installer-5.1.0-799733.x86_64.iso (安装包)
1.2. VMware-VMvisor-Installer-5.5.0-1331820.x86_64.iso (安装包)
1.3. VMware-ESXi-5.5.0-1331820-depot.zip (升级包)
2. 用安装包升级 esxi
1.先系统版本为 Esxi 5.1.0
2.重启时加载安装包VMware-VMvisor-Installer-5.5.0-1331820.x86_64.iso .选择之前有Esxi 的硬盘安装.
3. 升级/安装选择
有3个选项:
一般建议选第一个,升级好重启后,版本已更新
三. 脱机捆绑包文件升级
1.开启SSH 连接
2.查看当前版本
vmware -vl
上传VMware-ESXi-5.5.0-1331820-depot.zip文件
这台Esxi 主机,只有一个存储,所以把 VMware-ESXi-5.5.0-1331820-depot.zip文件放在其根目录.
/vmfs/volumes/datastore1/VMware-ESXi-5.5.0-1331820-depot.zip
3.查看支持的更新。
这里择更新为 ESXi-5.5.0-1331820-standard。
esxcli software sources profile list -d /vmfs/volumes/datastore1/VMware-ESXi-5.5.0-1331820-depot.zip
4.执行升级
esxcli software profile update -d /vmfs/volumes/datastore1/VMware-ESXi-5.5.0-1331820-depot.zip -p ESXi-5.5.0-1331820-standard
5.重启后升级成功
四. 在线升级
1.前提条件
Esxi 主机可以访问hostupdate.vmware.com网站(国内访问非常慢).
2.查看 可以更新到的版本(以Esxi5.x 为例).
esxcli software sources profile list -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml | grep ESXi-5
3.执行在线升级
这里以升级到ESXi-5.5.0-20150901001s-standard为例.
esxcli software profile update -d http://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-5.5.0-20150901001s-standard
重启后,升级成功
标签:ref src 条件 支持 mes efi sof rop datastore
原文地址:https://www.cnblogs.com/likehc/p/Vmware.html