Hi,
Reconfigure the vCenter Server on Site B to access Site A External PSC.
Follow the below steps and see (try to take snapshot of VCSA).
Reconfigure vCenter Server with Embedded PSC (your case it is another external PSC) to vCenter Server with External PSC
- Login to the vCenter Server:
vCenter Appliance - as root user using SSH.
Windows v Center - as administrator using RDP.
- Run this command to verify that all PSC services are running:
service-control --status --all
- Run this command:
cmsso-util reconfigure --repoint-psc psc_fqdn_or_static_ip --username username --domain-name domain_name --passwd password [--dc-port port_number]
Note:The FQDN value is case-sensitive.
The options username and password are the administrator user name and password of the vCenter Single Sign-On domain_name.
Use the --dc-port option if the external Platform Services Controller runs on a custom HTTPS port. The default value of the HTTPS port is 443.
For example:
Run this command if the external PSC runs on a custom HTTPS port 449:
cmsso-util reconfigure --repoint-psc psc.acme.local --username administrator --domain-name vsphere.local --passwd Password1! --dc-port 449
- Login to the vCenter Server instance by using the vSphere Web Client and verify that the vCenter Server is running and can be managed.
Regards,