When creating a Service Mesh in VMware HCX, the deployment fails during the interconnectConfigureMA workflow. This article outlines the steps to identify and resolve connectivity issues between the vCenter Server and the HCX Interconnect/Mobility Agent (IX/MA) appliance.
"Adding Mobility Agent Host failed. Cannot contact the specified host".
Service Mesh modification failed. Process Service Mesh failed. Interconnect Service Workflow interconnectConfigureMA failed. Error: Adding Mobility Agent Host failed. Cannot contact the specified host (<IX-IP>). The host may not be available on the network, a network configuration problem may exist, or the management services on this host may not be responding.
/common/logs/admin/app.log:<timestamps> UTC [InterconnectService_SvcThread-240961, J:f807f56e, , TxId: ######-####-####-####-############] ERROR c.v.v.h.s.i.InitiateServiceMeshOperation- Failure detected while verifying completion of InterconnectServiceJobs::processServiceMesh. Reason: Interconnect Service Workflow processServiceMesh failed. Error: Process Service Mesh failed. Interconnect Service Workflow interconnectConfigureMA failed. Error: Adding Mobility Agent Host failed. Cannot contact the specified host (<IX-IP>). The host may not be available on the network, a network configuration problem may exist, or the management services on this host may not be responding. java.lang.RuntimeException: Interconnect Service Workflow processServiceMesh failed. Error: Process Service Mesh failed. Interconnect Service Workflow interconnectConfigureMA failed. Error: Adding Mobility Agent Host failed. Cannot contact the specified host (<IX-IP>). The host may not be available on the network, a network configuration problem may exist, or the management services on this host may not be responding.
var/log/vmware/vpxd.log logs shows below errors during MA host additional <timestamps> error vpxd[94657] [Originator@6876 sub=Default] SSL Async Handshake Timeout : Read timeout after approximately 125000ms. Closing stream SSL(<io_obj p:0x00007f983082a870, h:74, <TCP '<VC-IP> : 42624'>, <TCP '<IX-IP> : 443'>>
VMware HCX
VMware vCenter Server
The deployment failure is primarily due to connectivity restrictions between the vCenter Server and the IX/MA appliance management interface. Common causes include:
To resolve this issue, perform the following troubleshooting steps:
Uplink/Management network.nc:nc -zv <IX_MA_IP> 443
nc -zv <IX_MA_IP> 902openssl s_client -connect <IX_MA_IP>:443For more information on the required ports, refer to the VMware Ports and Protocols and Network Diagrams for VMware HCX.