升级ESXi补丁
一、登录Vmware官网下载最新的补丁包:
下载地址:https://my.vmware.com/cn/group/vmware/patch#search
下载日期最新的那个ESXi670-202011002.zip。该补丁已经修复ESXi670-202011101-SG。
二、升级ESXi到最新版本
1、将下载好的升级包上传到存储里。
2、开启主机的SSH服务,并将主机切换到维护模式下(注意把虚拟机迁移到其余主机)。
3、通过SSH连接到主机确认当前版本。
vmware -vl
4、查找补丁的配置文件名称
路径为补丁存放的绝对路径
esxcli software sources profile list -d /vmfs/volumes/datastore1/ESXi670-202011002.zip
可以得到配置文件名称为:ESXi-6.7.0-20201104001-standard
5、下面开始正式升级:
esxcli software profile update -p ESXi-6.7.0-20201104001-standard -d /vmfs/volumes/datastore1/ESXi670-202011002.zip
6、升级后输入重启命令reboot
7、退出维护模式,检查升级后的版本,看到版本已经升级到6.7.0 17167734
也可以通过vCenter中查看
当然也可以输入命令查看版本号。
vmware -vl
[root@ESXI-CH-A:~] esxcli software profile update -p ESXi-6.5.0-20221004001-standard -d /vmfs/volumes/datastore1/ESXi650-202210001.zip
[InstallationError]
('VMW_bootbank_net-e1000_8.0.3.1-5vmw.650.3.153.17459147', 'Could not find a trusted signer.')
vibs = VMW_bootbank_net-e1000_8.0.3.1-5vmw.650.3.153.17459147
Please refer to the log file for more details.
esxcli software profile update -p ESXi-6.5.0-20221004001-standard -d /vmfs/volumes/datastore1/ESXi650-202210001.zip --no-sig-check