Unable to connect to Lookup Service at https://VCENTER-FQDN:443/lookupservice/sdk. Reason: https://VCENTER-FQDN:443/lookupservice/sdk invocation failed with "org.ap ache.http.conn.ConnectTimeoutException: Connect to VCENTER-FQDN:443 [VCENTER-FQDN/172.28.236.2] failed: Connect timed out"
Cause Validation steps for reference:
# curl -v telnet://DR_SITE_SRM:443
* Trying DR_SITE_SRM:443...
# curl -v telnet://DR_SITE_VC:443
* Trying DR_SITE_VC:443...
From PROD_SITE_SRM
# curl -v telnet://DR_SITE_SRM:9086
* Trying DR_SITE_SRM:9086...
To resolve this issue,
1. Ensure that the PROD site and DR site are connected through ICMP check ( ping command )
2. All the needed ports should be open between the PROD and DR site and ensure the bidirectional communication is established
Ports Specified https://ports.broadcom.com/home/VMware-Live-Recovery
Commands to validate the connection as reference :
openssl s_client -connect PSC/VCENTER_FQDN:443 < /dev/null 2>/dev/null | openssl x509 ( between VC of DC and DR site )
curl -v telnet://PSC/VCENTER_FQDN:443
* Trying PSC/VCENTER_FQDN:443...
* Connected to PSC/VCENTER_FQDN (PSC/VCENTER_FQDN) port 443 (#0)