Failed to connect to Site Recovery Manager Server at https://<SRMIP>:9086/vcdr/vmomi/sdk. Reason: java.net.ConnectException: Connection refused (Connection refused)This issue occurs if SRM/vLSR leaves behind stale registrations from the de-commissioning process.
http://<vCenter_Server_name_or_IP>/mob.<vCenter_Server_name_or_IP> is the name of your vCenter Server or its IP address.com.vmware.vcDr.owner ID captured in step #13./usr/lib/vmidentity/tools/scripts/lstool.py list --url http://localhost:7080/lookupservice/sdk --no-check-cert --ep-type com.vmware.dr.vcDr 2>/dev/nullcd /usr/lib/vmware-lookupsvc/tools/
./lstool.py list --url http://localhost:7090/lookupservice/sdk --no-check-cert --ep-type com.vmware.dr.vcDr 2>/dev/nullName: vCenter DR service (vCenter-dr)
Service Product: com.vmware.dr
Service Type: vcDr
Service ID: ########-####-####-####-######
Site ID: default-first-site
Node ID: ########-####-####-####-############
Owner ID: SRM-########-####-####-####-############@domain.local Version: #.#.# Endpoints:
Type: com.vmware.dr.vcDr Protocol:
vmomi URL: https://##.##.##.###:9086/vcdr/vmomi/sdkvmomiURL, you can confirm which SRM registration is stale./usr/lib/vmidentity/tools/scripts/lstool.py unregister --url http://localhost:7080/lookupservice/sdk --id Service_ID_stale_SRM --user '[email protected]' --password 'administrator_password' --no-check-certcd /usr/lib/vmware-lookupsvc/tools/
./lstool.py unregister --url http://localhost:7090/lookupservice/sdk --id Service_ID_stale_SRM --user '[email protected]' --password 'administrator_password' --no-check-certNote: Replace the user name and password as per the SSO user name and password.