Skip to content

New-AriaNetworksDeployment

Synopsis

Deploy VMware Aria Operations for Networks using VMware Aria Suite Lifecycle.

Syntax

New-AriaNetworksDeployment -server <String> -user <String> -pass <String> -jsonFile <String> [-monitor] [-nested] [-customVersion <String>] [-useContentLibrary] [-contentLibrary <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The New-AriaNetworksDeployment cmdlet deploys VMware Aria Operations for Networks via VMware Aria Suite Lifecycle. The cmdlet connects to SDDC Manager using the -server, -user, and -password values:

  • Validates that network connectivity and authentication is possible to SDDC Manager
  • Validates that VMware Aria Suite Lifecycle has been deployed in VCF-aware mode and retrieves its details
  • Validates that network connectivity and authentication is possible to VMware Aria Suite Lifecycle
  • Validates that the environment does not already exist in VMware Aria Suite Lifecycle
  • Requests a new deployment of VMware Aria Operations for Networks via VMware Aria Suite Lifecycle

Examples

Example 1

New-AriaNetworksDeployment -server sfo-vcf01.sfo.rainpole.io -user administrator@vsphere.local -pass
VMw@re1! -jsonFile .\invDeploySpec.json

This Example starts a deployment of VMware Aria Operations for Networks via VMware Aria Suite Lifecycle using using data from the JSON Specification for Intelligent Network Visibility.

Example 2

New-AriaNetworksDeployment -server sfo-vcf01.sfo.rainpole.io -user administrator@vsphere.local -pass
VMw@re1! -jsonFile .\invDeploySpec.json -nested

This Example starts a reduce footprint deployment of VMware Aria Operations for Networks via VMware Aria Suite Lifecycle using data from the JSON Specification for Intelligent Network Visibility.

Example 3

New-AriaNetworksDeployment -server sfo-vcf01.sfo.rainpole.io -user administrator@vsphere.local -pass
VMw@re1! -jsonFile .\invDeploySpec.json -customversion x.y.z

This Example starts a deployment using a custom version of VMware Aria Operations for Networks via VMware Aria Suite Lifecycle using data from the JSON Specification for Intelligent Network Visibility.

Example 4

New-AriaNetworksDeployment -server sfo-vcf01.sfo.rainpole.io -user administrator@vsphere.local -pass
VMw@re1! -jsonFile .\invDeploySpec.json -useContentLibrary -contentLibrary Operations

This Example starts a deployment of VMware Aria Operations for Networks via VMware Aria Suite Lifecycle using data from the JSON Specification for Intelligent Network Visibility and a vSphere Content Library for OVA installs.

Parameters

-server

The fully qualified domain name of the SDDC Manager.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-user

The username used to authenticate to SDDC Manager.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-pass

The password used to authenticate to SDDC Manager.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-jsonFile

The JSON (.json) file for Intelligent Network Visibility.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-monitor

Specifies to monitor the deployment request in VMware Aria Suite Lifecycle.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-nested

Specifies to use the reduced footprint JSON specification file for deploying VMware Aria Operations for Networks.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-customVersion

The custom version to use for deploying VMware Aria Operations for Networks.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-useContentLibrary

Specifies to use a vSphere Content Library for deploying VMware Aria Operations for Networks.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-contentLibrary

The vSphere Content Library to use for deploying VMware Aria Operations for Networks.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

Progress Action

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Common Parameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.