Start-Cluster

Start-Cluster

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

구문

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

자세한 설명

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.

매개 변수

-IgnorePersistentState

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

별칭

IPS

필수 여부

false

위치

named

기본값

none

파이프라인 입력 허용 여부

false

와일드카드 문자 허용 여부

false

-Name<String>

Specifies the name of the cluster to start.

별칭

Cluster

필수 여부

false

위치

1

기본값

none

파이프라인 입력 허용 여부

false

와일드카드 문자 허용 여부

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.

별칭

none

필수 여부

false

위치

named

기본값

none

파이프라인 입력 허용 여부

false

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable 등의 일반 매개 변수를 지원합니다. 자세한 내용은 TechNet의 about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216)

입력

입력 형식은 cmdlet으로 파이프할 수 있는 개체의 형식입니다.

  • None

출력

출력 형식은 cmdlet 실행 시 출력되는 개체의 형식입니다.

  • Microsoft.FailoverClusters.PowerShell.Cluster

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

관련 항목

Get-Cluster

Get-ClusterNode

New-Cluster

Remove-Cluster

Stop-Cluster

Test-Cluster