Verify that VMware Aria Operations is integrated with VMware Aria Automation.

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

UI Procedure

  1. Log in to the VMware Aria Operations interface at https://<aria_operations_fqdn> with a user assigned the Administrator role.
  2. In the left pane, select Data sources > Integrations.

  3. On the Accounts tab, expand the VMware Aria Automation adapter list.
  4. Verify that the VMware Aria 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 VMware Aria Automation adapter is configured with the correct target VMware Aria Automation cluster.
  • Ensure that there is network connectivity between VMware Aria Operations and VMware Aria Automation.

PowerShell Procedure

  1. Start 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 = "[email protected]"
    $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