Start-Cluster

Start-Cluster

Starts the Cluster service on all nodes of the cluster on which it is not yet started.

Syntaxe

Parameter Set: Default
Start-Cluster [[-Name] <String> ] [-IgnorePersistentState] [-Wait <Int32> ] [ <CommonParameters>]

Description détaillée

The Start-Cluster cmdlet starts the Cluster service on all nodes of the cluster on which it is not yet started. A node can function as part of the cluster only when the Cluster service is running on that node.

Paramètres

-IgnorePersistentState

Starts the nodes in the cluster without bringing resources online on the nodes.

Alias

IPS

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

-Name<String>

Specifies the name of the cluster to start.

Alias

Cluster

Requis ?

false

Position ?

1

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

-Wait<Int32>

Specifies the time in seconds to wait for the cmdlet. If this parameter is not specified, then the cmdlet will not return until quorum is achieved. If the value of 0 is specified, the cmdlet will attempt to start the Cluster service on all nodes and then return without waiting.

Alias

none

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d'informations, consultez  . about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d'entrée correspond au type des objets que vous pouvez adresser à l'applet de commande.

  • None

Sorties

Le type de sortie correspond au type des objets que l'applet de commande émet.

  • Microsoft.FailoverClusters.PowerShell.Cluster

Exemples

EXAMPLE 1

This example starts all cluster nodes on the local cluster.

PS C:\> Start-Cluster

EXAMPLE 2

This example starts all cluster nodes on the cluster of which the node named node2 is a part. A node name is required if all cluster nodes are stopped. If the cluster is already running, then the cluster name, assuming the cluster name resource is online, can be used instead of the node name.

PS C:\> Start-Cluster –Name node2

Rubriques connexes

Get-Cluster

Get-ClusterNode

New-Cluster

Remove-Cluster

Stop-Cluster

Test-Cluster