ERROR [vcf_lcm,#######,c915] [c.v.e.s.e.h.LocalizableRuntimeExceptionHandler,http-nio-127.0.0.1-7400-exec-7] [#####] DOMAIN_ID_INVALID Could not find the cluster resource details for the domain id 47d#####-####-####-####-########90ac
com.vmware.evo.sddc.common.core.error.InvalidInputException: Could not find the cluster resource details for the domain id 47d#####-####-####-####-########90ac
DEBUG [vcf_lcm,########,e728] [c.v.e.s.l.a.i.i.InventoryClientImpl,http-nio-127.0.0.1-7400-exec-9] Failed Resources Map: {ESX_HOST:27c#####-####-####-####-########5be8=1745438688254}
2025-04-23T20:05:19.421+0000 ERROR [vcf_lcm,########,e728] [c.v.v.l.r.a.c.v.u.UpgradeController,http-nio-127.0.0.1-7400-exec-9] Scheduling Upgrade Failed
psql -h localhost -U postgres -d platform -c "select id,hostname,status from host where id='27c#####-####-####-####-########5be8';
id | hostname | status
--------------------------------------+-----------------------------+----------------+--------
27c#####-####-####-####-########5be8 | esxi01.example.com | ERROR
(1 row)
VMware Cloud Foundation
The status of vx_manager/host/domain for the corresponding clusters is in an ERROR state in the SDDC DB.
psql -h localhost -U postgres -d platform -c "select * from domain"
psql -h localhost -U postgres -d platform -c "select id, hostname, status from host"
psql -h localhost -U postgres -d platform -c "select * from vx_manager;"
For Domain:
psql -h localhost -U postgres -d platform -c "update domain set status='ACTIVE' where id='<ids obtained from step 3>';"
For Host:
psql -h localhost -U postgres -d platform -c "update host set status='ACTIVE' where id='<ids obtained from step 5>';"
For vxRail:
psql -h localhost -U postgres -d platform -c "update vx_manager set status='ACTIVE' where id='<ids obtained from step 6>';"
/opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh