"The error Cannot install the vCenter Server agent service. "Unknown installer error"
In the vCenter /var/log/vmware/vpxd/vpxd.log , following errors will be seen
YYYY-MM-DDTHH-MM-SS info vpxd[06642] [Originator@6876 sub=Vmomi opID=FdmMonitor-domain-c7-7d252855] Creating SOAP stub adapter for /fdm on <IP ADDRESS of Host>:443
YYYY-MM-DDTHH-MM-SS info vpxd[06642] [Originator@6876 sub=vmomi.soapStub[54454] opID=FdmMonitor-domain-c7-7d252855] SOAP request returned HTTP failure; <<io_obj p:0x00007efcd4b372e8, h:78, <UNIX ''>, <UNIX '/var/run/envoy-hgw/hgw-pipe'>>, /hgw/host-10/fdm>, method: login; code: 503(Service Unavailable); fault: (null)
YYYY-MM-DDTHH-MM-SS warning vpxd[06642] [Originator@6876 sub=Vmomi opID=FdmMonitor-domain-c7-7d252855] [FdmClientAdapter] FDM service on host <IP ADDRESS of Host> is not ready.
YYYY-MM-DDTHH-MM-SS error vpxd[06642] [Originator@6876 sub=Vmomi opID=FdmMonitor-domain-c7-7d252855] Failed to login on host; <</hgw/host-10>, /fdm>, N7Vmacore4Http13HttpExceptionE(HTTP error response: Service Unavailable)
Workaround:
Reconfigure HA if the workaround does not work, then follow the below steps.
Run through the steps below to install the FDM VIB agent on the ESXi host(s)
esxcli software vib list |grep fdm
vmkping -I vmkx destination-ip
nc -z <destination-ip> 22
openssl s_client -connect <ESXI IP Address>:443 ( Run this command from vCenter )
openssl s_client -connect <vCenter IP Address>:443 ( Run this command from ESXi Host )
/etc/vmware-vpx/docRoot/vSphere-HA-depot/vib20/vmware-fdm/
to the ESXi /tmp
folder,scp VMware_bootbank_vmware-fdm_6.0.0-3634794.vib root@
ESXi_FQDN:/tmp
esxcli software vib install -v /tmp/VMware_bootbank_vmware-fdm_x.x.0-xxxxxx.vib
esxcli software vib list |grep fdm