To view the health of VMware Cloud Foundation and associated management applications, activate the VMware Infrastructure Health management pack in VMware Aria Operations after configuring a VMware Cloud Foundation account.

The management pack is automatically configured and the VMware Cloud Foundation Operations area becomes available in VMware Aria Operations.

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, navigate to Data sources > Integrations.
  3. On the Integrations page, click the Repository tab.

  4. Locate the VMware Infrastructure Health tile and click the tile.

  5. On the Management pack details - VMware Infrastructure Health page, click Activate.

  6. In the Activate management pack dialog box, click Yes.
  7. Wait for the installation of the VMware Infrastructure Health management pack to complete.

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.

    Register-vROPSManagementPack -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -state enable -packType VMwareInfrastructureHealth