HCX Bulk and RAV migration workflows may fail to progress beyond 0% during the "Base Sync Initiated" phase. While other migration types like HCX vMotion or Cold Migration may succeed, these replication-based migrations remain in an "Active" state with no progress for extended periods. There is often no visible error in the HCX Manager UI, and the workflows remain actionable (can be halted or cancelled).
Log Symptoms: Review the following logs for errors related to communication timeouts:
(/var/run/log/vmkernel.log): HBR: Failed to establish connection to [IX-IP]:31031: Timeout (/common/logs/admin/app.log): ERROR c.v.v.h.a.hbr.HbrServerInstance- Error running request as communication to HBR server failed INFO c.v.h.s.r.j.ReplicationTransferMonitor- Current bytes transferred value 0 is not greater than the already transferred bytes value 0VMware HCX
The failure to progress is typically caused by an inability to establish the vSphere Replication handshake between the source ESXi host and the HCX Interconnect (IX) appliance. Primary triggers include:
Follow these troubleshooting steps in sequence to restore replication connectivity:
Verify that TCP Port 31031 is open from the source ESXi host to the HCX-IX appliance IP.
nc -zv [IX-Appliance-IP] 31031Mismatched MTUs will cause large replication packets to be dropped.
vmkping test from the ESXi host to the IX appliance using the specific VMkernel and packet size: vmkping -I vmk# -d -s 1472 [IX-Appliance-IP] (for 1500 MTU) vmkping -I vmk# -d -s 8972 [IX-Appliance-IP] (for 9000 MTU)Replication traffic may fail if the host is confused by multiple replication paths.
Ensure the subnet mask configured in the HCX Network Profile exactly matches the subnet mask on the ESXi Management/Replication network. A mismatch (e.g., host on /25 and IX on /24) can lead to ARP failures across the underlay.
6. If ICMP/ping tests fail on the dedicated vSphere Replication interface despite the replication port 31031 being open:
Workaround: Temporarily untag vSphere Replication on the dedicated interface (vmk#) and enable it on the management interface (vmk0) on the Source ESXi host. Update the IX appliance Network Configuration to match, allowing current migrations to proceed over the management network.
Permanent Fix: Engage the network team to investigate and restore proper Layer 3 routing and physical connectivity on the dedicated replication interface. Once routing is restored, revert the replication tags back to the dedicated vmk#.
If the vMotion network is different from the Management network:
If the ESXi host is configured with a separate interface for vSphere Replication, that interface will be used to communicate with the IX Appliance. Ensure that Layer 3 routing is fully functional on this dedicated segment. If migrations stall, verifying which vmk is tagged for vSphere Replication and temporarily failing it back to the management vmk can help isolate routing issues.