Resume-NlbClusterNode

Resume-NlbClusterNode

Resumes a node in an NLB cluster.

Syntax

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


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

Detailed Description

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.

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 resume.

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>

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.

EXAMPLE 2

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.

See Also

Reference

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