Resume-NlbClusterNode
Resumes a node in an NLB cluster.
Resume-NlbClusterNode [[-HostName] <string>] [[-InterfaceName] <string>] [<CommonParameters>]
Resume-NlbClusterNode -InputObject <Node[]> [<CommonParameters>]
The Resume-NlbClusterNode cmdlet resumes the node in an NLB cluster that was suspended. You might need to suspend and resume a node to override any remote control commands that are issued.
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 resume.
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? |
2 |
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>
Resume-NlbClusterNode
Name State Interface HostID
---- ----- --------- ------
node2 Stopped vlan-3 2
Description
-----------
This command resumes the local cluster node. The node is in the Stopped state and needs to be started after coming back from the Suspended state.
C:\PS>
Resume-NlbClusterNode node3
Name State Interface HostID
---- ----- --------- ------
node3 Stopped vlan-3 2
Description
-----------
This command resumes cluster node node3 on the local cluster. The node is in the Stopped state and needs to be started after coming back from the Suspended state.
Add-NlbClusterNode
Get-NlbClusterNode
Remove-NlbClusterNode
Set-NlbClusterNode
Start-NlbClusterNode
Stop-NlbClusterNode
Suspend-NlbClusterNode