In a VMware Cloud Foundation (VCF) or standard vSphere environment using the Dell OpenManage Enterprise Integration for VMware vCenter (OMEVV) plugin, you encounter the following issues:
vpx_entity table.VMware vCenter Server
This issue occurs when the Dell OMEVV plugin inventory retains stale metadata following a cluster decommissioning and subsequent redeployment. The plugin fails to reconcile the new cluster/host relationship with the historical records stored within the OME appliance, leading to duplicate Hardware Support Manager (HSM) references that block vLCM workflows.
Ensure the issue is not within the vCenter inventory by running the following query against the vCenter PostgreSQL database:
/opt/vmware/vpostgres/current/bin/psql -U postgres -d VCDBSELECT id, name FROM vpx_entity WHERE name = 'FQDN_OF_IMPACTED_HOST';