Menu-> Administration-> Licensing-> Assets -> vCenter Server Systems, there are duplicate instances seen for the same vCenter Server.VMware vCenter Server 8.x
Ensure that the replication is working between all the vCenter Servers in Enhanced Linked Mode. Refer: Determining replication agreements and status with the Platform Services Controller (PSC)
Note : Take offline snapshots for all the vCenter Servers in Enhanced Linked Mode before proceeding with the following changes.
Step 1 : Identify the duplicate asset entity
Services -> License ServicesAssetEntity_#### for the vCenter Server and identify the stale entity.assetversion 8.0.3.1, rest all Asset entities had assetversion 8.0.4.1 marking the previous one as duplicate.Step 2 : Remove the duplicate asset entity
AssetEntity_#### that was identified as duplicate -> Delete.ldapdelete command:
/opt/likewise/bin/ldapdelete -r "cn=AssetEntity_####,cn=LicenseService,cn=Services,dc=vsphere,dc=local" -D "cn=Administrator,cn=Users,dc=vsphere,dc=local" -w 'Password'