Esxi6.0 虚拟化 [DependencyError]VIB VMware_locker_tools-light_11.1.1.16303738-16701467 requires...

问题的全文如下:

VIB VMware_locker_tools-light_11.1.1.16303738-16701467 requires esx-version >= 6.6.0, but the requirement cannot be satisfied within
 the ImageProfile. Please refer to the log file for more details.
这是在我安装web管理界面的时候出现的问题,反思了一下,我在安装6.0升级包的时候忘记先进入维护模式了,直接升级了,升级失败(失败的原因是CPU不支持),应该是回退的不彻底。

搜索一番,找到类似的解决方案,直接把不匹配的版本给卸载了,

根据提示信息,执行命令查找不匹配的版本
 

[root@localhost:~] esxcli software vib list | grep tools-light
tools-light                    11.1.1.16303738-16701467              VMware  VMwareCertified   2023-12-05  

卸载

[root@localhost:~] esxcli software vib remove -n tools-light
Removal Result
   Message: Operation finished successfully.
   Reboot Required: false
   VIBs Installed: 
   VIBs Removed: VMware_locker_tools-light_11.1.1.16303738-16701467
   VIBs Skipped: 

卸载完成后,再次安装成功

参考链接:
ESXI VIB升级报错_[dependencyerror] vib emu_bootbank_scsi-be2iscsi_1-CSDN博客

你可能感兴趣的:(服务器,linux,运维,服务器)