A problem was encountered while registering the provider
.”SNI = null
multiVcSupported = true
port = null
serviceHost = null
vcGuid = XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
vCenter 8.0
The vcGuid was appeared in uppercase letters which is the cause of the failure.
/etc/vmware-vpx/instance.cfg
", update all uppercase letters to lowercase letters. # vi /etc/vmware-vpx/instance.cfg
Change line "instanceUuid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" to "instanceUuid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
/etc/vmware-vpx/firstboot/vpxd-service-spec.prop
", update all uppercase letters to lowercase letters. # vi /etc/vmware-vpx/firstboot/vpxd-service-spec.prop
Change line "cmreg.serviceid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" to "cmreg.serviceid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
python lsdoctor.py -r
" a.Record current vCenter license key.
b.Obtain current vCenter LDU ID with command: # /usr/lib/vmware-vmafd/bin/vmafd-cli get-ldu --server-name localhost
yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
c.Remove license associated with current LDU ID by command: # /opt/likewise/bin/ldapdelete -H ldap://localhost -D "cn=administrator,cn=users,dc=vsphere,dc=local" -w "password" "cn=AssetEntity_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX-yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy,cn=LicenseService,cn=Services,dc=vsphere,dc=local"
Notes:
Adjust dc=vsphere,dc=local to reflect the environment's SSO domain.
Replace XXXXXXXX
with the vCenter service ID from step 1 in capital letters
Replace yyyyyyyy
with the LDU ID from above Step 4.b
d.Reboot vCenter and re-assign license.