esxi6.7更新补丁报错:VIB QLC_bootbank_qedrntv_3.11.7.0-1OEM.670.0.0.8169922 requires qedentv_ver = X.11.6.0, but the requirement cannot be satisfied within the ImageProfile.
更新ESXI6.7 补丁包时报错:VIB QLC_bootbank_qedrntv_3.11.7.0-1OEM.670.0.0.8169922 requires qedentv_ver = X.11.6.0, but the requirement cannot be satisfied within the ImageProfile.
官网下载最新补丁包:选择好版本
官方补丁链接(my.vmware.com/cn/group/vmware/patch#search)

主机开启SSH:

上传补丁包文件:

记录补丁包上传的目录:

使用CD命令切换至补丁包上传目录后执行更新,报错:
cd /vmfs/volumes/607f8c05-46400a35-5cc1-000c299a9eea 切换至补丁包上传目录
ls 查看改目录下是否有上传文件
esxcli software vib install -d=/vmfs/volumes/607f8c05-46400a35-5cc1-000c299a9eea/ESXi670-202103001.zip 执行升级补丁包命令

具体报错信息:
[DependencyError]
VIB QLC_bootbank_qedi_2.10.15.0-1OEM.670.0.0.8169922 requires qedentv_ver = X.11.6.0, but the requirement cannot be satisfied within the ImageProfile.
VIB QLC_bootbank_qedrntv_3.11.7.0-1OEM.670.0.0.8169922 requires qedentv_ver = X.11.6.0, but the requirement cannot be satisfied within the ImageProfile.
VIB QLC_bootbank_qedf_1.3.36.0-1OEM.600.0.0.2768847 requires qedentv_ver = X.11.6.0, but the requirement cannot be satisfied within the ImageProfile.
原因:报错所列出的几个软件包的版本不满足升级的版本要求,导致更新检查失败
解决方法:手动卸载这3个软件包后在执行更新
esxcli software vib list | grep -E 'qedf|qedentv|qedi' 查看这3个包版本
esxcli software vib remove -n = qedf 手动卸载包,替换最后的包名,依次卸载这3个
esxcli software vib remove -n = qedrntv
esxcli software vib remove -n = qedf
再次执行更新过程:
esxcli software vib install -d=/vmfs/volumes/5eb2bb03-22ffd90e-8622-000af78bb166/ESXi670-202103001.zip

没有报错就是更新成功
执行完毕后reboot重启系统
系统启动后查看版本:

命令行界面:

完成更新!
版权声明:
作者:凉生
链接:http://www.kurodown.com/index.php/2021/04/21/240b906787d7e84708ec68b80894e29e/
来源:酷绒站
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论