SDDC Manager Plan upgrade UI reports error
Domain ####-####-####-####-############ inventor state is not active.
or the error
New update cannot be started while domain or some of its components are not in an active stateVMware Cloud Foundation 5.x
VMware Cloud Foundation 9.x
A component in the SDDC inventory is not in an "ACTIVE" state.
INVENTORY STATUS
[PASS] Host Status Check
All hosts are in an ACTIVE state.
[PASS] Domain Status Check
All domains are in an ACTIVE state.
[FAIL] vCenter Status Check
########-####-####-####-########4ce2 | vcsa01.example.com | ERROR
[PASS] PSCs Status Check
All PSCs are in an ACTIVE state.
[PASS] Cluster Status Check
All Clusters are in an ACTIVE state.
[PASS] NSX Manager Status Check
All NSX Managers are in an ACTIVE state.psql -h localhost -U postgres -d platform
For SDDC 5.1
/usr/pgsql/13/bin/psql -h localhost -U postgres -d platformupdate vcenter set status='ACTIVE' where id='########-####-####-####-########4ce2';Sample If the component is NSX:update nsxt set status='ACTIVE' where id='########-####-####-####-########e92d';
Note: Delete SDDC Manager snapshot after confirming that the error no longer appears.
Commands to check the specific tables:
psql -h localhost -U postgres -d platform -c "select id, lb_hostname, status from vrli;"
psql -h localhost -U postgres -d platform -c "select id, lb_hostname, status from vrops;"
psql -h localhost -U postgres -d platform -c "select id, vrslcm_node, status from vrslcm;"
psql -h localhost -U postgres -d platform -c "select id,vm_hostname,status from psc;"
psql -h localhost -U postgres -d platform -c "select id,cluster_fqdn,status from nsxt;"