Start-NlbClusterNode

Starts a NLB cluster node.

Syntax

Start-NlbClusterNode
     [[-HostName] <String>]
     [-InterfaceName <String>]
     [<CommonParameters>]
Start-NlbClusterNode
     -InputObject <Node[]>
     [<CommonParameters>]

Description

The Start-NlbClusterNode cmdlet starts a node in a Network Load Balancing (NLB) cluster. Once the node is started, NLB includes that node in load balancing network traffic.

Examples

Example 1: Start a cluster node on the local cluster

PS C:\>Start-NlbClusterNode -InputObject "Node2"
Name                State               Interface           HostID 
----                -----               ---------           ------ 
Node2               Converged           vlan-3              2

This example starts cluster node named Node2 on the local cluster.

Parameters

-HostName

Specifies the name of the cluster host against which this cmdlet is run. If this parameter is omitted or a value of . is entered, then the local cluster is assumed.

Type:String
Aliases:Host, HN, H
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Specifies an array of cluster nodes that this cmdlet starts.

Type:Node[]
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-InterfaceName

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

Type:String
Aliases:Interface, IN, I
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.NetworkLoadBalancingClusters.PowerShell.Node

Outputs

Microsoft.NetworkLoadBalancingClusters.PowerShell.Node