ESXi update fails with the following error during remediation:
Error in vCenter VUM logs(/var/log/vmware/vmware-updatemgr/vum-server.log):
VMware ESXi 7.x
VMware ESXi 8.x
This issue typically occurs when a vendor modifies details of an existing VIB (for example, VIB name, vendor name, or version).
During the upgrade, the existing VIB on the ESXi host and the new VIB being introduced both attempt to claim the same file path.
Since two VIBs cannot claim the same file (unless they are identical), the upgrade fails with an integrity.fault.HostUpgradeRunScriptFailure error.
Engage the hardware vendor to confirm:
Whether there has been a change in VIB name or vendor details.
If the existing VIB can safely be removed.
Remove the conflicting VIB from the ESXi host:
esxcli software vib remove --vibname=<VIB_NAME> --dry-run (The output of this command will indicate whether the removal would be successful, if a reboot is required, and which VIBs would be removed, without making any changes to the ESXi host. This allows for verification before proceeding with the actual removal.)