< Back

Install-NsxCluster

Sat Jan 18, 2020 9:13 pm

NAME Install-NsxCluster



SYNOPSIS

Prepares a vSphere cluster for use with NSX.





SYNTAX

Install-NsxCluster [-Cluster] <ClusterInterop> [[-VxlanPrepTimeout] <Int32>] [[-Connection] <PSObject>]

[<CommonParameters>]





DESCRIPTION

Preparation of a vSphere cluster involves installation of the vibs required

for VXLAN, Logical routing and Distributed Firewall.



The Install-NsxCluster cmdlet will perform the vib installation of all hosts

within the specified cluster.





PARAMETERS

-Cluster <ClusterInterop>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-VxlanPrepTimeout <Int32>



Required? false

Position? 2

Default value 120

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? 3

Default value $defaultNSXConnection

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS