Update not possible while <vCenter_name> is in failed state.VMware Cloud Foundation (VCF) 9.x
A background workflow, such as a certificate installation or password rotation, failed to update the management plane status upon completion. The vCenter entity is locked in an ERROR state within the SDDC Manager platform database, which prevents the LCM engine from initiating host patching pre-checks or updates.
Perform the following steps to manually reconcile the vCenter status and resume update operations.
vcf and elevate to root.platform database to identify the vCenter with the stale status: psql -h localhost -U postgres -d platform -c "select id, vm_hostname, status from vcenter where status!='ACTIVE';"ACTIVE for the impacted resource ID: psql -h localhost -U postgres -d platform -c "update vcenter set status='ACTIVE' where id='####-####-####-####';"/opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh