An administrator observes the following symptoms after a vSphere Replication appliance has been decommissioned or deleted without being properly unregistered:
java.net.ConnectException: Timeout connecting to [FQDN/IP:8043].VMware Live Site Recovery
vSphere Replication
VMware vCenter Server
The extension registration for the decommissioned appliance remains in the vCenter Managed Object Browser (MOB)
The Site Recovery UI continues to attempt connections to the non-existent Fully Qualified Domain Name (FQDN) or IP address associated with that extension, both the vCenter Managed Object Browser (MOB) and vCenter Lookup Service retain metadata for the com.vmware.vcHms extension, causing the UI to attempt polling a non-existent FQDN.
To resolve this issue, you must manually remove the stale extension and lookup service entries from the vCenter Server
Prerequisites: Take an offline backup or snapshot of the vCenter Server before making changes to the Managed Object Browser (MOB)
Step 1: Unregister the Extension from the MOB
https://<vCenter_Server_address>/mob/?moid=ExtensionManager with vCenter Server credentialscom.vmware.vcHms extension key to check the key detailscom.vmware.vcHms for the extension key value, and click Invoke Methodvoid and not an error message which occurs if the specified extension is not registered, or if an unexpected runtime error occurscom.vmware.vcHms
Step 2: Remove Stale Lookup Service Entries
https://<vCenter_Server_address>:443/lookupservice/mob/?moid=ServiceRegistration&method=List&vmodl=1 <filterCriteria> <siteId></siteId> <nodeId></nodeId> <serviceType> <product></product> <type>com.vmware.vr.vrms</type> </serviceType> <endpointType> <protocol></protocol> <type></type> </endpointType> </filterCriteria>https://<vCenter_Server_address>:443/lookupservice/mob/?moid=ServiceRegistration&method=Delete
Step 3: Verify the Fix