Rename the SDDC Health adapter instances to reflect the corresponding host names of thevRealize Operations Manager collectors.

UI Procedure

  1. Log in to the vRealize Operations Manager operations interface at https://<vrealize_operations_manager_fqdn> with a user assigned the Administrator role.
  2. In the left pane, navigate to Data sources > Integrations.
  3. On the Accounts tab, expand the SDDC Health Adapter section.

  4. Locate the SDDC Health Adapter Instance - 1 and note the host_name in the Collector name for this adapter, vRealize Operations Manager Collector-host_name.

  5. Click the vertical ellipsis next to SDDC Health Adapter Instance - 1 and select Edit.

  6. Rename the adapter to SDDC Health Adapter Instance-host_name.

  7. Repeat steps 4 to 6 for all SDDC Health Adapter instances.

PowerShell Procedure

  1. Start Windows PowerShell.

  2. 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!"
  3. Perform the configuration by running the command in the PowerShell console.

    Update-vROPSAdapterSddcHealth -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass