This functionality is not allowed at the moment. Please check back later. /var/log/vmware/vcf/domainmanager/commonsvcs/vcf-commonsvcs.log file in SDDC Manager contains the following entry:ERROR [common,#########################,###] [c.v.e.s.i.s.BootstrapInventoryServiceImpl,http-nio-###.#.#.#-####-exec-37]Get Domain Inventory failedcom.vmware.evo.sddc.inventory.model.InventoryNotFoundException: Resource ID: <CLUSTER ID> not found in Cluster at com.vmware.evo.sddc.inventory.dal.sql.client.TypedClientImpl.getEntity(TypedClientImpl.java:344) at com.vmware.evo.sddc.inventory.dal.sql.client.ClusterClientImpl.getCluster(ClusterClientImpl.java:322) at com.vmware.evo.sddc.inventory.dal.sql.client.ClusterClientImpl.getClustersByDomain(ClusterClientImpl.java:455) at com.vmware.evo.sddc.inventory.services.ClusterInventoryServiceImpl.getClustersByDomain(ClusterInventoryServiceImpl.java:178) at com.vmware.evo.sddc.inventory.services.InventoryService.getClustersByDomain(InventoryService.java:384)platform database contains stale or orphaned cluster entries. The password management pre-checks verify the inventory before enabling rotation; if a cluster ID exists in sub-tables (like domain ,cluster_and_domain) the workflow is blocked to prevent inconsistent state execution.Removing the orphaned cluster requires a manual deletion via the inventory , which must be performed by Broadcom Support. To expedite the support request, extract the problematic cluster's UUID from the platform database prior to opening a ticket.
SSH into the SDDC Manager appliance.
Switch to the root user:
su -
Execute the following command to query the platform database and list all known clusters alongside their current status:
psql -h localhost -U postgres -d platform -c "select id,name,status from cluster;"Copy the alphanumeric string from the id column for that specific orphaned entry.
Create a support case and provide the extracted UUID.