Resume-NlbCluster

Resume-NlbCluster

Resumes all nodes of an NLB cluster.

Syntax

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


Resume-NlbCluster -InputObject <Cluster[]> [<CommonParameters>]

Detailed Description

The Resume-NlbCluster cmdlet resumes all nodes in an NLB cluster. You might need to suspend and resume a cluster 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 <Cluster[]>

Specifies the cluster 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-NlbCluster



Name                IPAddress           SubnetMask          Mode

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

cluster1            3.53.100.100        255.0.0.0           UNICAST                        

Description

-----------

This command resumes all cluster nodes on the local cluster. Cluster nodes are in the stopped state after this command runs. Run Start-NlbCluster to start all cluster nodes.

See Also

Reference

Get-NlbCluster
New-NlbCluster
Remove-NlbCluster
Set-NlbCluster
Start-NlbCluster
Stop-NlbCluster
Suspend-NlbCluster