In each additional VMware Cloud Foundation instance, deploy a VMware Aria Operations for Networks collector node and set up data sources for the new management and VI workload domain vCenter Servers, and NSX instances. Deploying a seperate collector node makes the data collection in each additional VMware Cloud Foundation instance independent from the location of the VMware Aria Operations for Networks platform node.
Prerequisites
Verify that your environment fulfills the prerequisites for the deployment of VMware Aria Operations for Networks in an additional VMware Cloud Foundation instance.
Prerequisite | Value |
---|---|
Environment |
|
Create a vCenter Server Single Sign-On User for Integration with VMware Aria Suite Lifecycle for Intelligent Network Visibility for VMware Cloud Foundation
Before adding the vCenter Server in the additional VMware Cloud Foundation instance to the VMware Aria Suite Lifecycle in the first VMware Cloud Foundation instance, you create a user in vCenter Server Single Sign-On.
UI Procedure
- Log in to the management domain vCenter Server in the additional VMware Cloud Foundation instance at https://<vcenter_server_fqdn>/ui as [email protected].
- Navigate to .
- In the left pane, select .
- From the Domain drop-down menu, select vsphere.local, and click ADD.
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
Start PowerShell.
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!"
Perform the configuration by running the command in the PowerShell console.
Add-SsoUser -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -ssoUser $ssoUsername -ssoPass $ssoPassword
Configure Service Account Permissions in vSphere for Integration with VMware Aria Suite Lifecycle for Intelligent Network Visibility for VMware Cloud Foundation
To ensure that VMware Aria Suite Lifecycle can deploy and manage the VMware Aria Operations for Networks collector nodes in the management domain vCenter Server inventory in the additional VMware Cloud Foundation instance, you assign permissions to the service account for communication from the VMware Aria Suite Lifecycle instance in the first VMware Cloud Foundation instance to vSphere in the additional VMware Cloud Foundation instance.
UI Procedure
- Log in to the management domain vCenter Server in the additional VMware Cloud Foundation instance at https://<vcenter_server_fqdn>/ui as [email protected].
- Navigate to .
- In the left pane, select .
Click the Add icon, configure the settings according to your values in the VMware Cloud Foundation Planning and Preparation Workbook, select Propagate to children, and click OK.
PowerShell Procedure
Start PowerShell.
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!" $domainUser = "administrator" $domainUserPass = "VMw@re1!" $ssoUsername = "svc-xint-vrslcm01-lax-m01-vc01" $vrslcmVsphereRoleName = "VMware Aria Suite Lifecycle to vSphere Integration"
Perform the configuration by running the command in the PowerShell console.
Add-vCenterGlobalPermission -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -domain vsphere.local -domainBindUser $domainUser -domainBindPass $domainUserPass -principal $ssoUsername -role $vrslcmVsphereRoleName -propagate true -type user -localDomain
Add the vCenter Server Password for the Additional VMware Cloud Foundation Instance to VMware Aria Suite Lifecycle for Intelligent Network Visibility
Before adding the management domain vCenter Server in the additional VMware Cloud Foundation instance to VMware Aria Suite Lifecycle, you must add the password for the corresponding application-to-application service account to VMware Aria Suite Lifecycle for communication from VMware Aria Suite Lifecycle to vSphere.
You add the password for the management domain vCenter Server in the additional VMware Cloud Foundation instance to the locker of the VMware Aria Suite Lifecycle instance in the first VMware Cloud Foundation instance.
UI Procedure
- Log in to VMware Aria Suite Lifecycle at https://<aria_suite_lifecycle_fqdn> as vcfadmin@local.
- On the My services page, click Locker.
- In the navigation pane, click Passwords.
- On the Passwords page, click Add.
The Add password page appears.
Configure the password for management domain vCenter Server in the additional VMware Cloud Foundation instance according to your values in the VMware Cloud Foundation Planning and Preparation Workbook, enter a password description, and click Add.
PowerShell Procedure
Start PowerShell.
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!" $ssoUserAlias = "svc-xint-vrslcm01-lax-m01-vc01" $ssoUserPassword = "VMw@re1!" $ssoUsername = "[email protected]"
Perform the configuration by running the command in the PowerShell console.
New-vRSLCMLockerPassword -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -alias $ssoUserAlias -password $ssoUserPassword -userName $ssoUsername
Add the Management Domain vCenter Server in the Additional VMware Cloud Foundation Instance to VMware Aria Suite Lifecycle for Intelligent Network Visibility
To activate cross-instance SDDC components in the additional VMware Cloud Foundation instances, you add the corresponding management domain vCenter Servers in the additional VMware Cloud Foundation instances to the cross-instance data center in VMware Aria Suite Lifecycle.
You add the management domain vCenter Server in the additional VMware Cloud Foundation instance to the existing cross-instance data center in the VMware Aria Suite Lifecycle instance in the first VMware Cloud Foundation instance.
UI Procedure
- Log in to VMware Aria Suite Lifecycle at https://<aria_suite_lifecycle_fqdn> as vcfadmin@local.
- On the My services page, click Lifecycle operations.
- In the navigation pane, click Datacenters.
- On the Datacenters page, expand the cross-instance data center and click Add vCenter.
Configure the settings according to your values in the VMware Cloud Foundation Planning and Preparation Workbook, select the Management vCenter Server type, and click Validate.
- After successful vCenter Server validation, click Save.
- In the navigation pane, click Requests and verify that the state of the vCenter Server data collection request is Completed.
PowerShell Procedure
Start PowerShell.
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!" $vrslcmDcName = "xint-m01-dc01" $vcenterFqdn = "lax-m01-vc01.lax.rainpole.io" $ssoUserAlias = "svc-xint-vrslcm01-lax-m01-vc01"
Perform the configuration by running the command in the PowerShell console.
New-vRSLCMDatacenterVcenter -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -datacenterName $vrslcmDcName -vcenterFqdn $vcenterFqdn -userLockerAlias $ssoUserAlias
Deploy the VMware Aria Operations for Networks Collector Node in an Additional VMware Cloud Foundation Instance by Using VMware Aria Suite Lifecycle
To extend the deployment of VMware Aria Operations for Networks in an additional VMware Cloud Foundation instances, you use the VMware Aria Suite Lifecycle instance in the first VMware Cloud Foundation instance.
Deploy the VMware Aria Operations for Networks collector node in the additional VMware Cloud Foundation instances by adding product components in the cross-instance VMware Aria Suite Lifecycle environment.
In case of unrecoverable errors during scale-out, before you deploy the VMware Aria Operations for Networks collector node in the additional VMware Cloud Foundation instance, take snapshots of the VMware Aria Operations for Networks virtual machines.
After successful deployment, the workflow deletes the snapshots of the VMware Aria Operations for Networks virtual machines.
Procedure
- Log in to VMware Aria Suite Lifecycle at https://<aria_suite_lifecycle_fqdn> as vcfadmin@local.
- On the My services page, click Lifecycle operations.
- In the left pane, click Environments.
- Synchronize the VMware Aria Operations for Networks inventory.
- On the Environments page, in the cross-instance environment card, click View details.
- On the main navigation bar, click the Networks tab.
- In the VMware Aria Operations for Networks section, click the horizontal ellipsis and, from the drop-down menu, click Trigger inventory sync.
- In the Trigger inventory sync dialog box, click Submit.
- Deploy and configure the VMware Aria Operations for Networks collector node.
- On the Environments page, in the cross-instance environment card, click View details.
- In the VMware Aria Operations for Networks section, click the Add components button.
- In the Proceed to add components dialog box, click Proceed.
- On the Infrastructure page, click Next.
- On the Network page, click Next.
- On the Products page, in the Product properties section, ensure that Take product snapshot is selected.
- In the Components section, from the Add component drop-down menu, select VMware Aria Operations for Networks collector node.
In the vrni-collector-2 panel, from the Node size drop-down menu, ensure Large is selected, and configure the settings according to your values in the VMware Cloud Foundation Planning and Preparation Workbook.
- In the vrni-collector-2 panel, click the Advanced configuration icon.
The Advanced configuration dialog box opens.
In the Infrastructure section, configure the following settings and configure the remaining settings according to your VMware Cloud Foundation Planning and Preparation Workbook.
Setting
Value
Select resource pool
N/A
Select disk mode
Thin
In the Network section, configure the settings according to your VMware Cloud Foundation Planning and Preparation Workbook.
In the Console password section, configure the value according to your VMware Cloud Foundation Planning and Preparation Workbook
In the Support password section, configure the value according to your VMware Cloud Foundation Planning and Preparation Workbook.
- In the Advanced configuration, click Save.
- On the Components page, click Next.
- On the Precheck page, click Run precheck.
- After all prechecks finish with a Passed messages, click Next.
- On the Summary page, review the configuration details and click Submit.
- On the Request details page, monitor the deployment progress until all stages become Completed.