VMware Cloud Foundation
Perform the following troubleshooting steps to isolate the issue and identify a proper resolution.
1. Disk Space Issues:
df -h
Please refer to KB: Messages log not rotating
2. SSO password changed/does not match:
3. Root vCenter password changed/does not match
lookup_passwords
and pull the password for resource VCENTER
To test if this password was changed/does not match, SSH into vCenter directly with the password from SDDC Manager. If it fails to log in, the password is either locked out or does not match.
Please follow KB: Reset Root Password to unlock and reset
Note: SDDC requires SSH access to vCenter. Ensure that SSH is enabled on the Management vCenter (of the Management Domain).
4. vCenter Server service accounts disconnected failed to authenticate errors
5. The SDDC Manager Certificate has expired
6. SDDC Manager does not trust the Management vCenter Root Certificate
7. NTP
ntpq -p
systemctl stop ntpd.service
ntpdate ntp_server_ip
systemctl start ntpd.service
systemctl restart ntpd.service
ntpq -p
If locked out of the SDDC appliance, run through KB: 323984 to unlock and reset the vcf and root user accounts.