본 게시물은 개인적인 의견으로 작성되었으니 절대적인 정보가 아닐 수 있습니다. 참고만 하시고 궁금한 사항이 있으시면 연락주세요.

티스토리 뷰


[쿼럼 구성 옵션]

Windows Server 2012 Cluster 와 R2 Cluster 의 쿼럼 구성시 다이나믹쿼럼 설정 옵션의 차이가 있다.

2012 Cluster 시에는 아래와 같이 단계.2의 옵션 구성(클러스터에서 노드 응답 할당을 동적으로 관리하도록 허용)이 보이지만 2012R2 Cluster 에서는 구성화면이 없다.

단계.2는 Dynamic Quorum 설정여부의 옵션이다. 2012R2 Cluster는 자동으로 설정이 된다.

   

<단계.1>

   

<단계.2>

   

   

[쿼럼구성확인]

쿼럼 구성 즉 투표권에 대한 설정을 할 수 있다.

Dynamic Quorum 설정도 가능하다. 관리자라면 무조건 Dynamic Quorum을 설정하기를 권장한다.

   

PS C:\Windows\system32> Get-Cluster | ft name, dynamicquorum -autosize

Name DynamicQuorum

---- -------------

AGCluster 0

   

PS C:\Windows\system32> $cluster=Get-Cluster

PS C:\Windows\system32> $cluster.DynamicQuorum=1

PS C:\Windows\system32>

PS C:\Windows\system32> Get-Cluster | ft name, dynamicquorum -autosize

   

Name DynamicQuorum

---- -------------

AGCluster 1

   

   

각 노드의 투표권에 대한 설정은 아래와 같이 파워쉘로 확인 가능하며, 클러스터 관리자에서도 가능하다.

PS C:\Windows\system32> Get-ClusterNode | ft name, dynamicweight, nodeweight, state -autosize

   

Name DynamicWeight NodeWeight State

---- ------------- ---------- -----

AG1 1 1 Up

AG2 0 1 Up

PS C:\Windows\system32>

   

   

   

각 노드의 투표권을 변경해보자.

위 상태에서 AG2에 대하여 투표권을 해제해보자.

PS C:\Windows\system32> $node=Get-ClusterNode "AG2"

PS C:\Windows\system32> $node.NodeWeight=0

PS C:\Windows\system32> Get-ClusterNode | ft name, dynamicweight, nodeweight, state -autosize

   

   

   

   

   

[참고문서]

https://technet.microsoft.com/ko-kr/library/dn265972.aspx

   

향상 된 쿼럼 사용자 인터페이스 기능

Windows Server 2012 R2장애 조치 클러스터 관리자 사용자 인터페이스 (UI)에 할당 된 쿼럼 투표 및 각 클러스터 노드에 대 한 현재 쿼럼 투표를 이제 볼 수 있습니다. 또한 쿼럼 모드 용어 간소화 되었습니다.

이와 같은 변경을 통해 더해지는 가치

어떤 노드에 투표를 UI에 쉽게 확인할 이제 및 활성 상태 인지 여부를 투표 합니다. 클릭 하면노드장애 조치 클러스터 관리자에서 응답 할당을 볼 수 있습니다.

그림 2입니다. 노드 응답 할당

달라진 기능

Windows Server 2012쿼럼 구성 유효성 검사 유효성 검사 보고서를 실행 하거나 투표 상태를 보려면 Windows PowerShell을 사용 해야 했습니다. 이러한 메서드를 계속 사용할 수 있습니다Windows Server 2012 R2합니다.

Windows Server 2012 R2쿼럼 구성 유효성 검사 보고서 및에 대 한 매개 변수는Set-ClusterQuorum더이상 노드 과반수 (감시 없음), 노드 과반수 (디스크 또는 파일 공유) 미러링 모니터 서버와 또는 과반수 없음 (디스크 감시에만 해당)와 같은 쿼럼 모드 용어를 사용 하 여 Windows PowerShell cmdlet가 간편 하 게 합니다.

--------------------------------------------------------------------------------------------------------------------------------------------------------------

What value does this change add?

Dynamic witness significantly reduces the risk that the cluster will go down because of witness failure. The cluster decides whether to use the witness vote based on the number of voting nodes that are available in the cluster.

This change also greatly simplifies quorum witness configuration. You no longer have to determine whether to configure a quorum witness because the recommendation in Windows Server 2012 R2 is to always configure a quorum witness. The cluster automatically determines when to use it.

Important

In Windows Server 2012 R2, we recommend that you always configure a quorum witness.

   

   

Dynamic Quorum gives failover clusters a boost in Windows Server 2012

http://searchwindowsserver.techtarget.com/tip/Dynamic-Quorum-gives-failover-clusters-a-boost-in-Windows-Server-2012

   

관련포스트

클러스터 쿼럼 투표권 설정하기

http://www.overtop.co.kr/127


Windows Server 2012 Cluster DynamicQuorum 구성 설정 및 확인하기

http://www.overtop.co.kr/2



   

   

댓글
최근에 올라온 글
최근에 달린 댓글
글 보관함
Total
Today
Yesterday