Cannot install the vCenter Server agent service. Unknown installer error./var/log/esxupdate.log:
YYYY-MM-DDThh:mm:ss esxupdate: ####: BootBankInstaller.py: WARNING: Ignoring error when loading bootbank: Error in loading boot.cfg from bootbank /altbootbank: [Errno 2] No such file or directory: '/altbootbank/boot.cfg'
VMware vSphere ESXi
Configuring vSphere HA requires pushing the Fault Domain Manager (FDM) agent to the ESXi host. This installation fails when the boot.cfg file is missing from the alternate bootbank (/altbootbank), which prevents the host from staging new VIBs. This is typically caused by filesystem corruption, or unexpected reboots during a previous patching cycle.
To resolve this issue, you must restore the configuration file to the alternate bootbank and retry the HA configuration.
cp /bootbank/boot.cfg /altbootbank/boot.cfg /etc/init.d/hostd restart && /etc/init.d/vpxa restartIf the vSphere HA configuration continues to fail after restoring the boot.cfg file, check the /var/log/esxupdate.log again for new errors.
If the log now reports a failure regarding a missing VIB (vmware.esximage.Errors.InstallationError: Upgrade VIB(s) "loadesx" is required for the transaction), the host's image profile metadata is inconsistent. To resolve this secondary issue, refer to: KB 453943