Error code LCMVCF19112. Could not get API token from SDDC manager. Check if SDDC manager is up and running.
VCAPITokenRetrievalException: Exception occurred while getting VCF access token
1. To resolve the issue validate that port 443 is open between lifecycle manager and the SDDC Manager. Connectivity can be validated with the curl command:
curl -v telnet://target ip address:443
2. If the connectivity is good check the stack trace in the /var/log/vrlcm/vmware_vrlcm.log this should contain a "Caused by:" section which will give further information on any potential other causes of the failure.