Before adding the vCenter Server instance in the additional VMware Cloud Foundation instance to the VMware Aria Suite Lifecycle instance in the first VMware Cloud Foundation instance, you create a user in vCenter Server Single Sign-On.

UI Procedure

  1. Log in to the management domain vCenter Server in the additional VMware Cloud Foundation instance at https://<vcenter_server_fqdn>/ui as [email protected].
  2. Navigate to Menu > Administration.
  3. In the left pane, select Single Sign On > Users and groups.
  4. From the Domain drop-down menu, select vsphere.local, and click ADD.

  5. On the Add user page, configure the settings according to the values in your VMware Cloud Foundation Planning and Preparation Workbook and click Add.

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 = "lax-vcf01.lax.rainpole.io"
    $sddcManagerUser = "[email protected]"
    $sddcManagerPass = "VMw@re1!"
    
    $ssoUsername = "svc-xint-vrslcm01-lax-m01-vc01"
    $ssoPassword = "VMw@re1!"
    
  3. Perform the configuration by running the command in the PowerShell console.

    Add-SsoUser -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -ssoUser $ssoUsername -ssoPass $ssoPassword