An error occurred when vCenter Server attempted to initialize the vSphere HA Agent running on the host.HA Agent Unreachable - The vSphere HA Agent on the host cannot be reached.Cannot complete the configuration of the vSphere HA agent on the host. Applying HA VIBs on the cluster encountered failure.A general system error occurred: Installing HA components failed on the cluster: domain-<ID>.Cannot find vSphere HA master agent
/var/run/log/lifecycle.logIn(14) lifecycle[2112988]: DepotCollection:373 Could not download from depot at https://<VC FQDN>:9087/vum/repository/hostupdate/__micro-depot__vendor-vmw__metadata-387__index__.xml, skipping (('h/vum/repository/hostupdate/__micro-depot__vendor-vmw__metadata-387__index__.xml', '', '<urlopen error timed out>'))In(14) lifecycle[2112988]: Downloader:373 Opening https://<VC FQDN>:9087/vum/repository/hostupdate/__micro-depot__vendor-DEL__DEL-ESXi-8.0-Addon-cumulative_metadata__index__.xml for downloadWa(12) lifecycle[2112988]: Downloader:210 Download failed: <urlopen error timed out>, 9 retry left...Wa(12) lifecycle[2112988]: Downloader:210 Download failed: <urlopen error timed out>, 8 retry left.....Wa(12) lifecycle[2112988]: Downloader:210 Download failed: <urlopen error timed out>, 1 retry left.....Er(11) esxupdate[25786092]: An esxupdate error exception was caught:Er(11) esxupdate[25786092]: Traceback (most recent call last):Er(11) esxupdate[25786092]: File "/lib64/python3.8/urllib/request.py", line 1354, in do_openEr(11) esxupdate[25786092]: File "/lib64/python3.8/http/client.py", line 1259, in requestEr(11) esxupdate[25786092]: File "/lib64/python3.8/http/client.py", line 1305, in _send_requestEr(11) esxupdate[25786092]: File "/lib64/python3.8/http/client.py", line 1254, in endheadersEr(11) esxupdate[25786092]: File "/lib64/python3.8/http/client.py", line 1014, in _send_outputEr(11) esxupdate[25786092]: File "/lib64/python3.8/http/client.py", line 954, in sendEr(11) esxupdate[25786092]: File "/lib64/python3.8/http/client.py", line 1428, in connectEr(11) esxupdate[25786092]: File "/lib64/python3.8/ssl.py", line 500, in wrap_socketEr(11) esxupdate[25786092]: File "/lib64/python3.8/ssl.py", line 1073, in _createEr(11) esxupdate[25786092]: File "/lib64/python3.8/ssl.py", line 1342, in do_handshakeEr(11) esxupdate[25786092]: ConnectionResetError: [Errno 104] Connection reset by peervCenter Server 8.0 U3
Workaround:
To test the connectivity between ESXi and vCenter Server. Open an SSH session to one of the impacted ESXi hosts and run the below command
nc -z vCenter_IP 9087
Expected response is:
Connection to vCenter_IP 9087 port [tcp/*] succeeded!