Fault occurred while performing health check. Details: 'Connect: Connection timed out'.Fault occurred while performing health check. Details: 'A generic error occurred in the vSphere Replication Management Server. Exception details: 'Failed to build configuration spec for hbrsrvuw '####6877-####-####-1001-00000000####'.'.'.
/opt/vmware/hms/logs/hms.log on the source vSphere Replication appliance confirms that the replication mapping health test is unable to create the required ping test groups because the target site reports an invalid state condition.2026-06-08 08:20:32.655 ERROR com.vmware.hms.hbrsrvuw.healthmonitor.HealthChecksWorkflow [hms-main-thread-308] (..hbrsrvuw.healthmonitor.HealthChecksWorkflow) [operationID=b1e3ffc5-ddd8-47ed-88b2-54c1873001d9-HMS-4229,sessionID=8DCF9D9D, operationID=b1e3ffc5-ddd8-47ed-88b2-54c1873001d9-HMS-4229,sessionID=8DCF9D9D] | Failed to setup ping test groups on peer site 'ee2ae49d-80c4-4656-a7a5-#######' and replication mapping '(hms.ReplicationMapping) { dynamicType = null, dynamicProperty = null, localClusterMoId = domain-c#, peerClusterMoId = domain-c#}'.java.util.concurrent.ExecutionException: (vim.fault.InvalidState) {
/opt/vmware/hms/logs/hms.log on the target vSphere Replication appliance confirms that the replication mapping test fails during ping test group creation because Scale-Out Mode is disabled.2026-06-08 08:20:31.647 ERROR com.vmware.hms.TaskRunnable [hms-main-thread-92] (..jvsl.util.Slf4jUtil) [operationID=b1e3ffc5-ddd8-47ed-88b2-54c1873001d9-HMS-4229,sessionID=50124784, operationID=b1e3ffc5-ddd8-47ed-88b2-54c1873001d9-HMS-4229,sessionID=50124784, task=HTID-85048f08-3fc7-48b9-bfd2-8d67d990d1ec] | runTask-failed name: "Creating ping test groups"; class: com.vmware.hms.hbrsrvuw.healthmonitor.HealthManagerImpl$1; err: Scale-out mode is disabled; time: 2 msjava.lang.IllegalStateException: Scale-out mode is disabled
/opt/vmware/hms/conf/hms-configuration.xml confirms that Scale-Out Mode is configured as false, which prevents the creation of ping test groups required by the Enhanced Replication Mapping health check.# less /opt/vmware/hms/conf/hms-configuration.xml | grep scale-out-mode<scale-out-mode>false</scale-out-mode>
Enable Scale-Out Mode on the vSphere Replication appliance.
Steps:
cp /opt/vmware/hms/conf/hms-configuration.xml /opt/vmware/hms/conf/hms-configuration.xml.bak
vi /opt/vmware/hms/conf/hms-configuration.xml
<scale-out-mode>true</scale-out-mode>
systemctl restart hms
OK).