Clear-ClusterDiskReservation

Clear-ClusterDiskReservation

Clears the persistent reservation on a disk in a failover cluster.

구문

Parameter Set: Default
Clear-ClusterDiskReservation [[-Node] <StringCollection> ] -Disk <UInt32[]> [-Force] [ <CommonParameters>]

자세한 설명

The Clear-ClusterDiskReservation cmdlet clears the persistent reservation on a disk in a failover cluster. This cmdlet prompts for confirmation unless you specify the Force parameter.

Note 매개 변수를 사용하는 도메인의 DirectAccess에 대해서만 원격 액세스 에지 토폴로지에서 전체 설치를 수행하려면 다음을 실행합니다. 이 cmdlet은 서버 컴퓨터에서 CredSSP(자격 증명 보안 서비스 공급자) 인증 없이 원격으로 실행할 수 없습니다.

매개 변수

-Disk<UInt32[]>

Specifies the disk number on which to clear the persistent reservations. This is the disk number as it appears in Disk Management on the node.

별칭

없음

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-Force

Runs the cmdlet without prompting for confirmation. By default the cmdlet will ask for confirmation from the user before proceeding.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-Node<StringCollection>

Specifies the name of the cluster node on which to clear the disk reservation.

별칭

없음

필수 여부

false

위치

1

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

  • None

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • None

예제

Example 1

This example clears the persistent reservation on Disk 5 on the local node after asking for user confirmation.

PS C:\> Clear-ClusterDiskReservation -Disk 5

Example 2

This example clears the persistent reservation on Disk 6 on the node named node2 without asking for user confirmation.

C:\PS>Clear-ClusterDiskReservation -Disk 6 -Node node2 -Force

관련 항목

Clear-ClusterNode

Remove-Cluster