In License Manager, a vCenter Asset is present with the Temporary IP used for a previous vCenter upgrade.
The license may be in use by other assets, but the vCenter Asset itself is unnecessary. The vCenter does not exist.
vCenter Server 8.x
A license may have been applied to vCenter when it was using the Temporary IP and a stale registration remained in License Manager.
A stale AssetEntity is orphaned inside the LicenseService branch of the VMware Directory Service (vmdir) database.
/opt/likewise/bin/ldapsearch -b "cn=LicenseService,cn=Services,dc=vsphere,dc=local" -s sub -D "cn=Administrator,cn=Users,dc=vsphere,dc=local" -W > /tmp/license_dump.ldifgrep -B 2 -A 5 "TempIP" /tmp/license_dump.ldifdn: cn=AssetEntity-<Unique-ID-String>,cn=LicenseService,cn=Services,dc=vsphere,dc=local
Ensure the AssetEntity is being used, not a LicenseEntity/opt/likewise/bin/ldapdelete -h localhost -D "cn=Administrator,cn=Users,dc=vsphere,dc=local" "cn=AssetEntity-<Unique-ID-String>,cn=LicenseService,cn=Services,dc=vsphere,dc=local" -v -Wservice-control --stop vsphere-uiservice-control --start vsphere-ui