VC Lookup Service Check
• SSO Site: default-site
• [PASS] vCenter.example.com (VC Server or CGW)
• [FAIL] <IP_address> (vSphere Replication) [FAIL] SSL Connectivity Investigate error: [<IP_address>:443]:[Error 113] No route to host
Leftover service registrations on the lookupservice of the vCenter after decommissioning vSphere replication configuration
Please note ensure you have taken proper snapshots of your SSO domain. This means that you must shut down all VCs or PSCs that are in the SSO domain at the same time, then snapshot them, and power them on again. If you need to revert to one of these snapshots, shut all the nodes down, and revert all nodes to the snapshot
/usr/lib/vmware-lookupsvc/tools/lstool.py list --url http://localhost:7090/lookupservice/sdk | grep <IP_address> -B 8 | grep "Service ID"
/usr/lib/vmware-lookupsvc/tools/lstool.py unregister --url https://localhost:7090/lookupservice/sdk --no-check-cert --id 00f61379-####-####-####-####################_com.vmware.vcHms --user administrator@sso_domain --password '<password>'
service-control --stop --all && service-control --start --all