Set the currency unit that is used for all cost calculations 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, click Administration.
  3. On the Administration page, click Global settings.

  4. In the left pane, click Cost/Price.

  5. Locate the Currency setting and click Set currency.

  6. In the Set currency dialog box, select the target currency according to your value in the VMware Cloud Foundation Planning and Preparation Workbook.

  7. At the bottom of the Set currency dialog box, select the I understand that once my currency is set it can NOT be changed again for this installation check box and click Set currency.

  8. In the Info dialog box, click OK.

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

    Add-vROPSCurrency -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -currency $currency