Unable to connect to the vcenter instance as the vcenter credentials are missing or invalid.VMware Cloud Foundation Operations 9.x
vCenter Server 9.x
This issue occurs when the root password for the VCSA has expired.
Proceed to reset the expired root password on the VCSA and then remediate the password within the VCF Operations Manager UI, using the following steps :
cat /dev/null > /etc/security/opasswd passwd root psql -h localhost -U postgres -d operationsmanager -c "select workflow_id, operation_type, transaction_status from passwordmanager.password_operations where transaction_status='FAILED' OR transaction_status='PREVALIDATION_FAILED';"Since the system performs password validation checks periodically, it may take 1 to 24 hours for the account status to visibly update to Active (green) in the UI after a successful remediation.