Resume-NlbClusterNode

Resume-NlbClusterNode

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

Sintaxis

Parameter Set: NonPipeline
Resume-NlbClusterNode [[-HostName] <String> ] [[-InterfaceName] <String> ] [ <CommonParameters>]

Parameter Set: Pipeline
Resume-NlbClusterNode -InputObject <Node[]> [ <CommonParameters>]

Descripción detallada

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.

Parámetros

-HostName<String>

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.

Alias

Host,HN,H

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-InputObject<Node[]>

Specifies the cluster node to resume.

Alias

ninguno

¿Requerido?

true

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue, ByPropertyName)

¿Aceptar caracteres comodín?

false

-InterfaceName<String>

Specifies the interface to which NLB is bound. This is the interface of the cluster against which this cmdlet is run.

Alias

Interface,IN,I

¿Requerido?

false

¿Posición?

2

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • Microsoft.NetworkLoadBalancingClusters.PowerShell.Node

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.NetworkLoadBalancingClusters.PowerShell.Node

Ejemplos

EXAMPLE 1

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.

PS C:\> Resume-NlbClusterNode

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

PS C:\> Resume-NlbClusterNode -InputObject node3

Temas relacionados

Add-NlbClusterNode

Get-NlbClusterNode

Remove-NlbClusterNode

Set-NlbClusterNode

Start-NlbClusterNode

Stop-NlbClusterNode

Suspend-NlbClusterNode