Start-NlbClusterNode
Starts an NLB cluster node.
Start-NlbClusterNode [[-HostName] <string>] [-InterfaceName <string>] [<CommonParameters>]
Start-NlbClusterNode -InputObject <Node[]> [<CommonParameters>]
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.
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 |
Specifies the cluster node to start.
Attributes
Name | Value |
---|---|
Required? |
true |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
true (ByValue, ByPropertyName) |
Position? |
named |
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 |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. For more information, see about_CommonParameters.
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.
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.
Add-NlbClusterNode
Get-NlbClusterNode
Remove-NlbClusterNode
Resume-NlbClusterNode
Set-NlbClusterNode
Stop-NlbClusterNode
Suspend-NlbClusterNode