Adding a host to a workload domain cluster, and any other task (i.e. password remediate, certificate replacement, etc) via SDDC Manager will fail.
VCF SDDC Manager 4.x
VCF SDDC Manager 5.x
Investigating the status of the vCenter Server in the SDDC Platform DB, it is in an error state.
su -
/usr/pgsql/13/bin/psql -U postgres -h localhostpsql -U postgres -h localhost Connect to the platform database:
\c platformselect id, vm_hostname. status from vcenter;| id | vm_hostname | status |
| <vcenter ID> | <vcenter name> | ERROR |
Find the vCenter Server and check the status. In the example above, the vCenter Server's status is set as ERROR. This is why the tasks in the SDDC Manager UI involving this vCenter Server are failing.
Open a case with Broadcom Support to investigate the health of the vCenter Server at issue, and resolving the status issue at the SDDC Manager database level.