127.0.0.1 localhost.localdomain127.0.0.1 localhost127.0.0.1 FQDN_of_SDDC managerDuring the certificate validations, the commonsvcs api does a validation of FQDN resolution. The IP address 127.0.0.1 is the loopback address, which always refers to the device itself. It is not a valid IP for the SDDC Manager.
Take a snapshot of the SDDC manager VM and follow the steps below.
sudo sucp /etc/hosts /etc/hosts.bak
vi /etc/hosts127.0.0.1 localhost.localdomain127.0.0.1 localhost# 127.0.0.1 <FQDN_of_SDDC manager>192.168.x.x <FQDN_of_SDDC manager>
/opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh