I have a strange issue after upgrding my homelab servers from ESXi 6.7 to ESXi 7.0U3 (Dell customized image).
I can't install any VIB on any of my servers. Each time I'm getting the error:
[InstallationError]
Upgrade VIB(s) "loadesx" is required for the transaction. Please use a depot with a complete set of ESXi VIBs.
Please refer to the log file for more details.
I found this KB article https://kb.vmware.com/s/article/90393 and tried the solution, but ...
[root@VMServer1:/vmfs/volumes/93af55e3-fb529e07-0000-000000000000] esxcli software profile update -d /vmfs/volumes/Datastore_VMS1/VMware-VMvisor-Installer-7.0.0.update03-20328353.x86_64-Dell_Customized-A09.zip -p DEL-ESXi-703_20328353-A09 --no-hardware-warning
[InstallationError]
Failed to finish bootbank stage: ('/tmp/stagebootbank/imgdb.tgz', 'Error writing tar database: Should have base image when an addon exists.')
cause = ('/tmp/stagebootbank/imgdb.tgz', 'Error writing tar database: Should have base image when an addon exists.')
Please refer to the log file for more details.
And:
esxcli software baseimage get
[Exception]
Host does not have a Base Image installed.
Please refer to the log file for more details.
... which led me to this KB article: https://kb.vmware.com/s/article/87751
Ahm, really? No solution, no workaround? How do people install VIB's in ESXi 7.0U3? I'd like to have Dell OMSA working
Any idea how to fix this is highly appreciated.