The host returns esxupdate error codes: -1. Check the Lifecycle Manager log files and esxupdate log files for more details.
esxupdate
logs:File path of '/lib64/python3.11/idlelib/idle_test/test_scrolledlist.pyc' is claimed by multiple non-overlay VIBs: {'VMware_bootbank_esxio-base_8.0.3-0.70.24674464', 'VMware_bootbank_esx-base_8.0.3-0.70.24674464'}
File path of '/usr/lib/vmware/busybox/bin/busybox' is claimed by multiple non-overlay VIBs: {'VMware_bootbank_esxio-base_8.0.3-0.70.24674464', 'VMware_bootbank_esx-base_8.0.3-0.70.24674464'}
This is generally noticed when there is change done by the vendor on the respective VIB details (Vib name, vendor name etc.). The vib present in the ESXi and the one getting introduced during update both try to claim the same file. We can't have two VIBs claim the same file (unless the two vibs are same). Hence the error.
esxcli software vib remove -n <vib_name>