To activate cross-instance SDDC components, such as vRealize Operations Manager remote collector nodes in additional VMware Cloud Foundation instances, you add the corresponding management domain vCenter Server instances in the additional VMware Cloud Foundation instances to the cross-instance data center in vRealize Suite Lifecycle Manager.
You add the management domain vCenter Server in the additional VMware Cloud Foundation instance to the existing cross-instance data center in the vRealize Suite Lifecycle Manager instance in the first VMware Cloud Foundation instance.
UI Procedure
- Log in to vRealize Suite Lifecycle Manager at https://<vrealize_suite_lifecycle_manager_fqdn> as vcfadmin@local.
- On the My services page, click Lifecycle operations.
In the navigation pane, click Datacenters.
On the Datacenters page, expand the cross-instance data center and click Add vCenter.
Configure the settings according to your values in the VMware Cloud Foundation Planning and Preparation Workbook, select the Management vCenter Server type, and click Validate.
After the successful vCenter Server validation, click Save.
In the navigation pane, click Requests and verify that the state of the vCenter data collection request is Completed.
PowerShell Procedure
Start Windows PowerShell.
Replace the values in the sample code with values from your VMware Cloud Foundation Planning and Preparation Workbook and run the commands in the PowerShell console.
$sddcManagerFqdn = "sfo-vcf01.sfo.rainpole.io" $sddcManagerUser = "administrator@vsphere.local" $sddcManagerPass = "VMw@re1!" $vrslcmDcName = "xint-m01-dc01" $vcenterFqdn = "lax-m01-vc01.lax.rainpole.io" $ssoUserAlias = "svc-xint-vrslcm01-lax-m01-vc01"
Perform the configuration by running the command in the PowerShell console.
New-vRSLCMDatacenterVcenter -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -datacenterName $vrslcmDcName -vcenterFqdn $vcenterFqdn -userLockerAlias $ssoUserAlias