Join the vRealize Operations Manager remote collectors in a group for adapter resiliency in case a collector experiences network interruption or becomes unavailable.
UI Procedure
- Log in to the vRealize Operations Manager operations interface at https://<vrealize_operations_manager_fqdn> with a user assigned the Administrator role.
- In the left pane, click Administration.
On the Administration page, click Collector groups.
Click Add, configure the settings according to your values in the VMware Cloud Foundation Planning and Preparation Workbook, optionally, enter a description for the collector group, and click Save.
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!" $collectorGroupName = "sfo-remote-collectors"
Perform the configuration by running the command in the PowerShell console.
Add-vROPSGroupRemoteCollectors -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -collectorGroupName $collectorGroupName