Beim Versuch einen ESXi-Server per Upgrade auf den neusten Stand zu bringen, strahlt mir folgende Fehlermeldung entgegen.
Error(s)
MISSING_DEPENDENCY_VIBS_ERROR:
Found=['HUAWEI_bootbank_hio_2.0.0.42-10EM.550.0.0.1331820','HUAWEI_bootbank_hio_2.0.0.42-10EM.550.0.0.1331820'] Expected=[]
These vibs on the host are missing dependency if continue to upgrade.
Remove these vibs before or use Image Builder to resolve this missing dependency issue.
Ich kann mich nicht erinnern, dass dieser Server eine Netzwerkkarte von Huawei verbaut hätte, so dass er diesen Treiber braucht, aber sicherheitshalber schaue ich mal nach.
esxcli software vib list | grep HUAWEI
hio 2.0.0.42-1OEM.550.0.0.1331820 HUAWEI VMwareCertified 2017-02-25
Aha, das Huawei Vib-Package gehört als zum hio-Treiber. Mal sehen ob irgendeine Netzwerkkarte das verwendet.
esxcli network nic list
Name PCI Device Driver Admin Status Link Status Speed Duplex MAC Address MTU Description
------ ------------ ------ ------------ ----------- ----- ------ ----------------- ---- -----------------------------------------------------
vmnic0 0000:01:00.0 igb Up Down 0 Half 00:1e:67:2e:b0:14 1500 Intel Corporation 82575EB Gigabit Network Connection
vmnic1 0000:01:00.1 igb Up Up 1000 Full 00:1e:67:2e:b0:15 1500 Intel Corporation 82575EB Gigabit Network Connection
vmnic2 0000:0b:00.0 igb Up Down 0 Half 00:1e:67:20:37:b0 1500 Intel Corporation 82576 Gigabit Network Connection
vmnic3 0000:0b:00.1 igb Up Down 0 Half 00:1e:67:20:37:b1 1500 Intel Corporation 82576 Gigabit Network Connection
vmnic4 0000:0e:00.0 igb Up Down 0 Half 00:1e:67:20:37:b2 1500 Intel Corporation 82576 Gigabit Network Connection
vmnic5 0000:0e:00.1 igb Up Down 0 Half 00:1e:67:20:37:b3 1500 Intel Corporation 82576 Gigabit Network Connection
vmnic6 0000:02:00.0 e1000e Up Down 0 Half 68:05:ca:02:d2:8d 1500 Intel Corporation 82572EI Gigabit Ethernet Controller
Offensichtlich ist das nicht der Fall, ich kann das Vib also gefahrlos entfernen.
esxcli software vib remove -n hio
Removal Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed:
VIBs Removed: HUAWEI_bootbank_hio_2.0.0.42-1OEM.550.0.0.1331820
VIBs Skipped:
Nach einem Reboot steht einem erfolgreichen ESXi-Upgrade nun nichts mehr im Wege.