Following the deployment of a new VMware HCX Service Mesh, Data Plane diagnostics triggered from the UI indicate that port 8123 is blocked from the HCX Manager to the IX appliance. Replication Assisted vMotion (RAV) and Bulk migrations consistently fail to execute.
At the CLI level on the destination HCX manager, the app.log displays the following exception: com.vmware.vchs.hybridity.adapters.unified.hbr.server.fault.HbrConnectionException: Error connecting to HBR server <REDACTED_IP>:8123. Reason: HttpHostConnectException
NOTE: Went you attempt a migration at the UI level you will get the following error:
Error connecting to HBR server <REDACTED_IP>:8123. Reason: HttpHostConnectException
A race condition occurs while configuring hbrsrv, causing the service to bind and listen on the localhost address instead of the designated Management IP.
Verification Steps Before applying the workaround, confirm the service status at the CLI of the HCX IX appliance:
netstat -plnt | grep -i hbrsrvnetstat -an | grep 8123Furthermore, reviewing the configuration file shows the /opt/vmware/etc/hbr/hbrsrv-nic.xmlipForHMSbound to an incorrect IP rather than the expected Management IP.
root@<Obfuscated>-IXE-R1 :~ # cat /opt/vmware/etc/hbr/hbrsrv-nic.xml
<config>
<ipForHMS><Obfuscated_IP></ipForHMS>
<ipForNFC/>
<ipForFilter>127.0.0.1</ipForFilter>
</config>Workaround Procedure Apply the following steps to both the source and destination Service Meshes:
list to view and identify the affected mesh (IX).go <mesh_id> to select the affected mesh.ssh.systemctl restart hbrsrvPost-Workaround Verification Repeat the commands in the Verification Steps section. You should now see the service listening on the Management IP and port 8123. Attempt the migration again to confirm the error is resolved.