1、当前版本
[root@ESX01:~] esxcli system version get
Product: VMware ESXi
Version: 6.0.0
Build: Releasebuild-3380124
Update: 1
Patch: 26
2、进入维护模式
[root@ESX01:~] vim-cmd /hostsvc/maintenance_mode_enter
'vim.Task:haTask-ha-host-vim.HostSystem.enterMaintenanceMode-25388614'
3、先升级到6.5
[root@ESX01:~] esxcli software sources profile list -d /vmfs/volumes/Unity400_15TB-2/ISO/VMware_ESXi_6.5.0.update03_15177306_LNV_20191216.zip
Name Vendor Acceptance Level
---------------------------------- ------ ----------------
Lenovo_ESXi6.5u3-15177306_20191216 Lenovo PartnerSupported
[root@ESX01:~] esxcli software profile update -d /vmfs/volumes/Unity400_15TB-2/ISO/VMware_ESXi_6.5.0.update03_15177306_LNV_20191216.zip -p Lenovo_ESXi6.5u3-15177306_20191216
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: Avago_bootbank_lsi-msgpt3_17.00.02.00-1OEM.650.0.0.4598673, BCM_bootbank_bnxtnet_214.0.230.0-1OEM.650.0.0.4598673,
[root@ESX01:~] reboot
4、升级到6.7
[root@ESX06:~] esxcli software vib list|grep libelxima
elx-esx-libelxima.so 12.0.1108.0-03 ELX VMwareCertified 2020-03-29
[root@ESX01:~] esxcli software vib remove -n elx-esx-libelxima.so
Removal Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed:
VIBs Removed: ELX_bootbank_elx-esx-libelxima.so_12.0.1108.0-03
VIBs Skipped:
[root@ESX06:~] esxcli software sources profile list -d /vmfs/volumes/Unity400_15TB-2/ISO/VMware_ESXi_6.7.0.update03_15160138_LNV_20191216.zip
Name Vendor Acceptance Level Creation Time Modification Time
---------------------------------- ------ ---------------- ------------------- -------------------
Lenovo_ESXi6.7u3-15160138_20191216 Lenovo PartnerSupported 2019-11-25T11:43:03 2019-12-10T10:20:52
[root@ESX01:~] esxcli software profile update -d /vmfs/volumes/Unity400_15TB-2/ISO/VMware_ESXi_6.7.0.update03_15160138_LNV_20191216.zip -p Lenovo_ESXi6.7u3-15160138_20191216
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: Avago_bootbank_lsi-msgpt3_17.00.02.00-1OEM.670.0.0.8169922, BCM_bootbank_bnxtnet_214.0.230.0-1OEM.670.0.0.8169922,
[root@ESX01:~] reboot
5、完成升级
[root@ESX01:~] vim-cmd /hostsvc/maintenance_mode_exit
[root@ESX01:~] esxcli system version get
Product: VMware ESXi
Version: 6.7.0
Build: Releasebuild-15160138
Update: 3
Patch: 89
6、需要使用 --no-sig-check 参数
# esxcli software profile update -d /vmfs/volumes/DATA/VMware-VMvisor-Installer-6.7.0.update03-20497097.x86_64-DellEMC_Customized-A19.zip -p
DellEMC-ESXi-6.7U3-20497097-A19
[InstallationError]
('INT_bootbank_i40en_1.14.2.0-1OEM.670.0.0.8169922', 'Could not find a trusted signer.')
vibs = INT_bootbank_i40en_1.14.2.0-1OEM.670.0.0.8169922
# esxcli software profile update -d /vmfs/volumes/DATA/VMware-VMvisor-Installer-6.7.0.update03-20497097.x86_64-DellEMC_Customized-A19.zip -p
DellEMC-ESXi-6.7U3-20497097-A19 --no-sig-check
Update Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
文章评论