Issue with the relationship between VCenter Datacenter and VM InstanceIssue The hosted on Hosts relationship between the VM and datacenter is created in VCenterVMsSensor inside preWriteVmRels function only if the CMP plugin is activeCauseCMP/CPG plugin not installedResolutionThe hosted on Hosts relationship between the VM and datacenter is created in VCenterVMsSensor inside the preWriteVmRels function if the CMP/CPG plugin is active. ====================================if (DiscoveryCMPUtils.isCmpActive())vm.hostedOn = datacenterSysId;==================================== Please install CMP Plugin to fix the relationship issue.