Verify that vRealize Operations Manager is integrated with vRealize Automation.

Validate the integration status between vRealize Operations Manager and vRealize Automation to ensure that the vRealize Automation adapter is configured correctly, the provided service account has correct privileges, and that the vRealize Operations Manager dashboards are populated.
Expected Outcome
The vRealize Automation adapter has a status of OK.

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. On the main navigation bar, click Administration.
  3. For vRealize Operations Manager 8.5 and earlier:
    1. On the main navigation bar, click Administration.
    2. In the left pane, select Management > Integrations.
  4. For vRealize Operations Manager 8.6 and later:
    1. In the left pane, navigate to Data sources > Integrations.
    2. On the Accounts tab, expand the vRealize Automation adapter list.
  5. Verify that the vRealize Automation adapter shows an OK status.

What to do next

If you encounter issues while performing this procedure, use the following troubleshooting tips.

Troubleshooting Tips

  • Ensure that the vRealize Automation adapter is configured with the correct target vRealize Automation cluster.
  • Ensure that there is network connectivity between vRealize Operations Manager and vRealize Automation.

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.

    Test-vROPsAdapterStatusByType -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -adapterKind CASAdapter