VMware Cloud Community
Chirag235
Enthusiast
Enthusiast
Jump to solution

VIB QLogic_bootbank_net-qlge_3.0.0.59-10OEM.550.0.0.1331820

Hello.

Getting error while i upgrade vSphere ESXi 6.7 to 7.0.U3

[DependacyError]
VIB QLogic_bootbank_net-qlge_3.0.0.59-10OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the reqquirement cannot be satisfied within the ImageProfile.

I have to tried with 

esxcli software profile update -d /vmfs/volumes/datastore1/Latest-esxi/VMware-VMvisor-Installer-7.0.0.update03-20842708.x86_64-Dell_Customized-A10.zip -p DEL-ESXi-703_20842708-A10 --no-hardware-warning. 

0 Kudos
1 Solution

Accepted Solutions
Chirag235
Enthusiast
Enthusiast
Jump to solution

Provide solution by VMWare technical support.

esxcli software vib list | grep -I qlogic to display qlogic VIB adaptors

  1. Select net-qlge adaptor and removed it
  2. Esxcli software vib remove -n net-qlge

Now try to upgrade the ESXi host.

View solution in original post

0 Kudos
7 Replies
a_p_
Leadership
Leadership
Jump to solution

Do you have any additional drivers installed on the host, i.e. ones that are not included in the new Dell customized ESXi image?

If not, it may be an option to try:

esxcli software profile install -d /vmfs/volumes/datastore1/Latest-esxi/VMware-VMvisor-Installer-7.0.0.update03-20842708.x86_64-Dell_Customized-A10.zip -p DEL-ESXi-703_20842708-A10 --no-hardware-warning --ok-to-remove --dry-run

If the command's output looks as expected, you may run the upgrade by removing the "--dry-run" option.

André

0 Kudos
Chirag235
Enthusiast
Enthusiast
Jump to solution

Hi

How to identify additional drivers installed on the host.

0 Kudos
Chirag235
Enthusiast
Enthusiast
Jump to solution

esxcli software profile install -d /vmfs/volumes/datastore1/Latest-esxi/VMware-VMvisor-Installer-7.0.0.update03-20842708.x86_64-Dell_Customized-A10.zip -p DEL-ESXi-703_20842708-A10 --no-hardware-warning --ok-to-remove --dry-run

 

Command execute but not upgrade ESXi host from 6.7 to 7.0U3.

0 Kudos
a_p_
Leadership
Leadership
Jump to solution

That's because of the "--dry-run" (Test mode) option, see my previous post.

André

0 Kudos
a_p_
Leadership
Leadership
Jump to solution

>>> How to identify additional drivers installed on the host

You actually either need to know whether you have installed additional drivers in the past, or go through the list of installed packages to find out what's there in addition to the default installation.

André

0 Kudos
markey165
Expert
Expert
Jump to solution

Can you confirm what model of server you are seeing this on?

_____________________________________________
If this post helps you, please leave Kudo | or mark this reply as an answer
0 Kudos
Chirag235
Enthusiast
Enthusiast
Jump to solution

Provide solution by VMWare technical support.

esxcli software vib list | grep -I qlogic to display qlogic VIB adaptors

  1. Select net-qlge adaptor and removed it
  2. Esxcli software vib remove -n net-qlge

Now try to upgrade the ESXi host.

0 Kudos