I get the same message on a lenovo cluster.
Even “esxcli software sources profile list -d <path>” birngs an error..
I have the same problem with 6.7.0-14320388 and prism 5.15 LTS.
“Upgrade bundle is not compatible with current VIBs installed in hypervisor. iDependencyError] VIB QLC_bootbank_scsi-qedil_1.2.13.0-1OEM.600.0.0.2494585 requires qedentv_ver = X.9.31.0, but the requirement cannot be satisfied within the ImageProfile. VIB QLC_bootbank_qedrntv_3.9.31.1-1OEM.670.0.0.8169922 requires qedentv_ver = X.9.31.0, but the requirement cannot be satisfied within the ImageProfile.”
@BGR2020 @JESUS19 @kloppo, It seems like you are hitting this error. Feel free to check out KB-4878 for further details: https://portal.nutanix.com/page/documents/kbs/details/?targetId=kA00e000000XeNdCAK
@BGR2020 @JESUS19 @kloppo, It seems like you are hitting this error. Feel free to check out KB-4878 for further details: https://portal.nutanix.com/page/documents/kbs/details/?targetId=kA00e000000XeNdCAK
Hi Nashma,
thanks for your reply. It looks similar but unfortunetelly it is not exactly the same. In my case there are some QLogic VIBs affected, support sent me back to my hardware vendor to fix the issue. Unfortunatelly the last qualified lenovo product patch build is from 11/2019.
I’m still in touch with lenovo to get the cluster on an actual release as a security patch gap from half a year is not possible.
If you got any other idea please let me know :)
thanks a lot!
Same here with pre-upgrade check for ESXi670-202004002.zip
VMware ESXi, 6.7.0, 14320388 (Lenovo ISO)
5.15 LTS
VIB QLC_bootbank_qedf_1.3.35.0-1OEM.600.0.0.2768847 requires qedentv_ver = X.11.6.0, but the requirement cannot be satisfied within the ImageProfile.
@BGR2020 @JESUS19 @kloppo, It seems like you are hitting this error. Feel free to check out KB-4878 for further details: https://portal.nutanix.com/page/documents/kbs/details/?targetId=kA00e000000XeNdCAK
Thank you, I resolved the issue on follow this Article https://portal.nutanix.com/page/documents/kbs/details/?targetId=kA00e000000XeNdCAK
Thank you @Nashma This is just great!
#Running Lenovo HX Series (FYI)
For anyone interested in the CLI’s, this is what we had used:
Error from Log File:
ERROR cluster_upgrade.py:654 Errors: Upgrade bundle is not compatible with current VIBs installed in hypervisor.
rDependencyError]
VIB QLC_bootbank_qedf_1.3.35.0-1OEM.600.0.0.2768847 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_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.
On Prism Leader verify the VIB from the Log File:
cat host_preupgrade.out | grep VIB
SSH to all ESXI Nodes and confirm on VIB's:
allssh ssh root@192.168.5.1 "esxcli software vib list | grep -E 'qedf|qedentv|qedi' "
Remove VIB's as required:
allssh ssh root@192.168.5.1 "esxcli software vib remove -n=qedf"
allssh ssh root@192.168.5.1 "esxcli software vib remove -n=qedrntv"
allssh ssh root@192.168.5.1 "esxcli software vib remove -n=qedi"
#Run Preupgrade Checks - Passed and Applied Patches which were successful.
As These are just qlogic FC drivers I'm Sure this will work properly without any problems. What about Support? Will One-Click-Updates work then?