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
- Log in to the vRealize Operations Manager operations interface at https://<vrealize_operations_manager_fqdn> with a user assigned the Administrator role.
- On the main navigation bar, click Administration.
- For vRealize Operations Manager 8.5 and earlier:
- On the main navigation bar, click Administration.
- In the left pane, select .
- For vRealize Operations Manager 8.6 and later:
- In the left pane, navigate to .
- On the Accounts tab, expand the vRealize Automation adapter list.
- 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 |
---|
|
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.
Test-vROPsAdapterStatusByType -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -adapterKind CASAdapter