Resume-NlbClusterNode

Resumes a node in a Network Load Balancing (NLB) cluster.

Syntax

Resume-NlbClusterNode
      [[-HostName] <String>]
      [[-InterfaceName] <String>]
Resume-NlbClusterNode
      -InputObject <Node>

Description

The Resume-NlbClusterNode cmdlet resumes the node in a Network Load Balancing (NLB) cluster that was suspended. To override any remote control cmdlets that are issued, a node may need to be suspended and resumed.

Examples

EXAMPLE 1

PS C:\>Resume-NlbClusterNode
Name                State               Interface           HostID 
----                -----               ---------           ------ 
node2               Stopped             vlan-3              2

This example 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

PS C:\>Resume-NlbClusterNode -InputObject node3
Name                State               Interface           HostID 
----                -----               ---------           ------ 
node3               Stopped             vlan-3              2

This example resumes the cluster node named node3 on the local cluster. The node is in the Stopped state and needs to be started after coming back from the Suspended state.

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:hn
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Specifies the cluster node to resume.

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
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.NetworkLoadBalancingClusters.PowerShell.Node

Outputs

Microsoft.NetworkLoadBalancingClusters.PowerShell.Node