jueves, 15 de mayo de 2025

Repoint to a Different SSO from vCenter Server 8

 

Hello Guys,


In this post I'm going to show you how to make a repoint of Single Sign On in VMware vCenter Server


Before:

Collect the FQDN from both VMware vCenter Server.

Collect administrator@vsphere.local credentials.

Connect to vCenter Server using root credential by SSH.


First, Execute the precheck into the VMware vCenter Server:


cmsso-util domain-repoint -m pre-check --src-emb-admin Administrator --replication-partner-fqdn vcenter-002.dian.loc --replication-partner-admin administrator --dest-domain-name vsphere.local





If the Precheck was succesfull that means that We can proceed with the configuration, as follows:

cmsso-util domain-repoint -m execute --src-emb-admin Administrator --replication-partner-fqdn vcenter-002.dian.loc --replication-partner-admin administrator --dest-domain-name vsphere.local



After you can work with the ELM in the other SSO domain.


Thanks for visiting my Blog. 😆


Please Don't Forget to Give Me a Coffe ðŸ˜Ž



Repoint to a Different SSO from vCenter Server 8

  Hello Guys, In this post I'm going to show you how to make a repoint of Single Sign On in VMware vCenter Server Before: Collect the FQ...