Start-NlbCluster

Start-NlbCluster

Starts all nodes in an NLB cluster.

Syntax

Start-NlbCluster [[-HostName] <string>] [[-InterfaceName] <string>] [<CommonParameters>]


Start-NlbCluster -InputObject <Cluster[]> [<CommonParameters>]

Detailed Description

The Start-NlbCluster cmdlet starts all nodes in an NLB cluster. Once the nodes are started, NLB will include all cluster nodes in load balancing network traffic.

Parameters

-HostName <string>

Specifies the name of the cluster host against which this cmdlet is run. If this parameter is omitted or if "-HostName ." is used, the local cluster is assumed. [Alias: hn]

Attributes

Name Value

Required?

false

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

1

-InputObject <Cluster[]>

Specifies the cluster to start.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

true (ByValue, ByPropertyName)

Position?

named

-InterfaceName <string>

Specifies the interface to which NLB is bound. This is the interface of the cluster against which this cmdlet is run.

Attributes

Name Value

Required?

false

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

2

-CommonParameter

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

Input and Return Types

The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet emits.

Examples

EXAMPLE 1

C:\PS>

Start-NlbCluster



Name                IPAddress           SubnetMask          Mode

----                ---------           ----------          ----

cluster1            3.53.100.100        255.0.0.0           UNICAST                        

Description

-----------

This command starts all cluster nodes on the local cluster.

See Also

Reference

Get-NlbCluster
New-NlbCluster
Remove-NlbCluster
Resume-NlbCluster
Set-NlbCluster
Stop-NlbCluster
Suspend-NlbCluster