To monitor and collect data from vCenter Server, vSAN, NSX-T Data Center for a VI workload domain, connect vRealize Operations Manager to the VI workload domain vCenter Server by using the SDDC Manager user interface.

UI Procedure

  1. Log in to SDDC Manager at https://<sddc_manager_fqdn> as administrator@vsphere.local.
  2. In the navigation pane, select Administration > vRealize Suite.

  3. On the vRealize Suite page, in the vRealize Operations card, click Connect workload domains.

    The Connect workload domains wizard opens.

  4. On the Modify connection page, in the vRealize Operations cell for the VI workload domain, select the check box and click Next.

  5. On the Review page, click Finish.

  6. Repeat the steps for each additional VI workload domain.

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!"
    
    $sddcDomainName = "sfo-w01"
  3. Perform the configuration by running the command in the PowerShell console.

    Register-vROPSWorkloadDomain -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -domain $sddcDomainName -status ENABLED