The host ID in the platform database on the SDDC Manager, does not match the host id of the host from the vCenter Server.
Proceed to update the host ID on the SDDC Manager database to match with the vCenter Server database.
/opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres -c "select id,name from vpx_entity where type_id=1"su command to elevate to root.psql -h localhost -U postgres -d platform -c "select * from host where hostname='<host_FQDN>'"psql -h localhost -U postgres -d platform -c "update host set source_id='host-<id from Step 2>' where source_id='<id from Step 4>'"/opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh