You must manually create an SDDC Health adapter instance for each of the vRealize Operations Manager remote collector nodes.
SDDC Health adapters for each of the vRealize Operations Manager remote collectors are automatically created. You perform this procedure if one or more of the Health adapters are not automatically configured.
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, navigate to .
In the Accounts tab, click Add account.
On the Account types page, click SDDC health adapter.
In the Name text box, enter SDDC Health Adapter Instance - host_name, where host_name is the virtual machine name of the first remote collector node.
From the Collector / Group drop-down menu, select the first remote collector node.
Click Validate connection.
In the Info dialog box, click OK.
Click Add.
On the Accounts tab, verify that the collection status of the SDDC Health adapter is OK.
Repeat the procedure for the second remote collector node.
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!"
Perform the configuration by running the command in the PowerShell console.
Add-vROPSAdapterSddcHealth -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass