esxcli vib install
or update command fails. [DependencyError]
VIB VMware_bootbank_esx-base_6.7.0-1.25.xxxxxxx requires esx-update >= 6.7.0-1.25, but the requirement cannot be satisfied within the ImageProfile.
VIB VMware_bootbank_esx-base_6.7.0-1.25.xxxxxxx requires esx-update << 6.7.0-1.26, but the requirement cannot be satisfied within the ImageProfile.
Please refer to the log file for more details
VMware vSphere ESXi 6.x
VMware vSphere ESXi 7.x
VMware vSphere ESXi 8.x
esx-base
VIB and the new esx-update
VIB.esxcli software sources profile list -d <location of ZIP file>
esxcli software profile update -p <profile name> -d <location of ZIP file>
# esxcli software profile update -p ESXi-6.7.0-2018xxxxxxx-standard -d /vmfs/volumes/datastore1/update-from-esxi6.7-6.7_update01.zip
esxcli software vib install -n <vibname1> -n <vibname2> ... -d <location of ZIP file>
vibnames
are from the patch/bulletin to be installed.# esxcli software vib install -n esx-base -n vsan -n vsanhealth -n esx-update -d /vmfs/volumes/datastore1/update-from-esxi6.7-6.7_update01.zip
esxcli software vib update
and esxcli software vib install
commands are not supported for upgrade operations.