To provide monitoring for the standalone Workspace ONE Access instance, you manually configure a VMware Identity Manager adapter in vRealize Operations Manager.

UI Procedure for vRealize Operations Manager 8.5 or earlier

  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, click Administration.
  3. In the left pane, select Solutions > Other accounts.

  4. Click Add account.

  5. On the Account types page, click VMware Identity Manager adapter.

  6. On the New account page, configure the settings according to your values in the VMware Cloud Foundation Planning and Preparation Workbook, and optionally, enter a description.

  7. In the Connection information panel, click the Add icon.

  8. In the Manage credential dialog box, configure the settings according to your value in the VMware Cloud Foundation Planning and Preparation Workbook, and click OK.

  9. From the Collector / Group drop-down menu, select the remote collector group.

  10. On the New account page, click Validate connection.

  11. In the Review and accept certificate dialog box, verify the certificate information and click Accept.

  12. In the Info dialog box, click OK.

  13. Click Add.

  14. On the Other accounts page, verify that the collection status of the adapter is OK.

UI Procedure for vRealize Operations Manager 8.6 or later

  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, click Add account.

  4. On the Account types page, click VMware Identity Manager adapter.

  5. On the Add account page, configure the settings according to your values in the VMware Cloud Foundation Planning and Preparation Workbook, and optionally, enter a description.

  6. In the Connection information panel, click the Add icon.

  7. In the Manage credential dialog box, configure the settings according to your value in the VMware Cloud Foundation Planning and Preparation Workbook, and click OK.

  8. From the Collector / Group drop-down menu, select the remote collector group.

  9. On the Add account page, click Validate connection.

  10. In the Review and accept certificate dialog box, verify the certificate information and click Accept.

  11. In the Info dialog box, click OK.

  12. Click Add.

  13. On the Accounts tab, verify that the collection status of the adapter is OK.

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!"
    
    $wsaFqdn = "sfo-wsa01.sfo.rainpole.io"
    $wsaUser = "admin"
    $wsaPass = "VMw@re1!"
    $remoteCollectorGroup = "sfo-m01-remote-collectors"
  3. Perform the configuration by running the command in the PowerShell console.

    Add-vROPSAdapterIdentityManager -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -wsaFqdn $wsaFqdn -wsaUser $wsaUser -wsaPass $wsaPass -collectorGroupName $remoteCollectorGroup