Summary
The upgrade stalls on Scanning system…. Gathering additional system information. This may take a few moments.
On the background screen: ValueError: Cannot merge VIBs Mellanox_bootbank_net-mst_2.0.0.0-1OEM.550.0.0.472560, Mellanox_bootbank_net-mst_2.0.0.0-1OEM.550.0.0.472560 with unequal payloads attributes ([net-mst: 8.250 KB], [net-mst: 8.242 KB])
To Fix:
1. Login to ESXi via SSH
2. Check All VIBs:
~# esxcli software vib list
Check All VIBs with net in name
~# esxcli software vib list | grep net
List Network Uplinks Installed on Server (Check that Mellanox is not used by any of uplinks)
~# esxcli network nic list
Remove net-mst VIB/offline bundle driver
~# esxcli software vib remove -n net-mst
You should receive the following confirmation after you run the above command:
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
VIBs Removed: Mellanox_bootbank_net-mst_2.0.0.0-1OEM.550.0.0.472560
3. Restart host
4. Boot to HP Custom ESXi Installation Image/CD
The Installation should not give error now
Thanks for this tip!! Worked a treat after running in to the same issue upgrading to Update 2!!
Thanks. I had this problem this weekend and didn’t know how to verify that I wasn’t using the VIB that failed.
thank you! i had the same problem.
First with update manager, failed to scan entity. Then with CD got the same error.
After a long search i found this website.
Thanks for solution.
Another HP fail…
Thanks, it works also for me !
Work Fine !
Thank You
from U2 5.76.36 to 550.9.2.27
server: Hp dl380p Gen 8 (iso HP)
THANKS! Worked like a charm!
Top man, thanks
same issue solved by this article. thanks.
Thanks, saved my day 🙂
Thank you soooooo much!
its work
Champion solution!! Helped us solve our upgrade issues from ESXi 5.5U2 to ESXi 5.5U3b.
Servers: HP Proliant DL rackmount servers and Proliant BL blades
Had a same problem during the upgrade from 6.0 to 6.5. It helped. Thanks
Very helpful
Still very helpful (6.5>6.7). Thanks!