Deploying or re-joining a replacement vCenter Server Appliance into an existing Enhanced Linked Mode (ELM) domain fails during the vdcpromo stage.
Deployment logs or /var/log/firstboot/vmdir-firstboot.py_*.log throw an LDAP error:
Already exists / ERROR_TOO_MANY_NAMES (68)
The environment contains a standalone vCenter Serverthat needs to be re-integrated into the existing ELM domain, but stale entries for a previously failed node remain in the directory.
vCenter Server 8.x
During an aborted deployment or failed upgrade attempt, metadata objects, solution users, and Service Principal Names (SPNs) for the node are partially written to the VMware Directory Service (vmdir) database. Because the deployment terminates abruptly, automated cleanup tasks never run, leaving orphaned node records. Subsequent join or repoint attempts fail because the directory service detects these existing duplicate entries, triggering the ERROR_TOO_MANY_NAMES (68) schema constraint error.
Take offline (powered-off) snapshots of all healthy, surviving vCenter Server nodes in the existing ELM domain, as well as the standalone
SSH into a surviving, healthy vCenter Server in the existing SSO domain.
Verify the stale node registration using the vdcrepadmin utility: /usr/lib/vmware-vmdir/bin/vdcrepadmin -f showservers -h localhost -u administrator
Unregister the stale vCenter Server entry: cmsso-util unregister --node-pnid <OLD_VC_FQDN> - -username [email protected]
Perform a pre-check on clark.local to evaluate potential domain repointing conflicts: cmsso-util domain-repoint -m pre-check --src-emb-admin Administrator --replication-partner-fqdn <Existing_vCenter_FQDN> --replication-partner-admin Administrator --dest-domain-name <Existing_SSO_Domain>
Execute the repointing command to reintroduce clark.local into the existing ELM topology: cmsso-util domain-repoint -m execute --src-emb-admin Administrator --replication-partner-fqdn <Existing_vCenter_FQDN> --replication-partner-admin Administrator --dest-domain-name <Existing_SSO_Domain>
Refer the above KB
https://knowledge.broadcom.com/external/article/450887/repointing-vcenter-server-to-a-new-sso.html