Home

【VMware ESXi】ESXi6.5补丁报错

第一个错误:

安装 ESXi 时提示错误:

[InstallationError]

[Errno 28] No space left on device

vibs = VMware_locker_tools-light_11.0.1.14773994-15160134

Please refer to the log file for more details.

解决方案:

进入 ESXi 管理界面,主机 => 管理 => 系统 => 交换,配置 ESXi SWAP 配置即可解决问题。我这次重启生效。

第二个错误:

[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 -d /vmfs/volumes/datastore1/ESXi650-202202001.zip -p ESXi-6.5.0-20220204001-standard —no-sig-check

在后面加—no-sig-check,不验证

使用安装命令:


查看安装包存在的配置文件

esxcli software sources profile list -d /vmfs/volumes/datastore1/ESXi650-202202001.zip

使用文件中的配置文件进行安装

[root@localhost:~] esxcli software sources profile list -d /vmfs/volumes/datastore1/ESXi650-202202001.zip

Name Vendor Acceptance Level


ESXi-6.5.0-20220204001-no-tools VMware, Inc. PartnerSupported

ESXi-6.5.0-20220204001-standard VMware, Inc. PartnerSupported

[root@localhost:~] esxcli software profile update -d /vmfs/volumes/datastore1/ESXi650-202202001.zip -p ESXi-6.5.0-20220204001-standard —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

VMware AI