VMware Cloud Foundation Operations 9.x
vCenter Server 9.x
This issue occurs when the root password for the vCenter server appliance operating system has expired.
To resolve this issue, reset the expired root password on the vCenter server appliance and then remediate the password within the Operations Manager UI.
Steps to follow:
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 anywhere from 1 to 24 hours for the account status to visibly update to Active (green) in the UI after a successful remediation.