Start-NlbClusterNode

Start-NlbClusterNode

Starts an NLB cluster node.

Syntax

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


Start-NlbClusterNode -InputObject <Node[]> [<CommonParameters>]

Detailed Description

The Start-NlbClusterNode cmdlet starts a node in an NLB cluster. Once the node is started, NLB will include that node 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 <Node[]>

Specifies the cluster node 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?

named

-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-NlbClusterNode node2



Name                State               Interface           HostID

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

node2               Converged           vlan-3              2                        

Description

-----------

This command starts cluster node node2 on the local cluster.

See Also

Reference

Add-NlbClusterNode
Get-NlbClusterNode
Remove-NlbClusterNode
Resume-NlbClusterNode
Set-NlbClusterNode
Stop-NlbClusterNode
Suspend-NlbClusterNode