본 게시물은 개인적인 의견으로 작성되었으니 절대적인 정보가 아닐 수 있습니다.
참고만 하시고 궁금한 사항이 있으시면 연락주세요.
티스토리 뷰
Windows SQL Cluster - CATEGORY
AWS-in
2016. 5. 11. 18:38
Windows Server 2008R2 Cluster NodeWeight 가 표기가 안 될때
클러스터 노드의 쿼럼 투표권은 아래와 같은 명령어로 확인 가능하다.
[환경]
Windows Server 2008R2 Cluster
그런데 아래와 같이 파워셀로 투표권상태를 보려면 공백으로 나온다.
윈도우 2008(R2) 에서 이슈가 있나보다. 각 노드에 아래 핫픽스를 설치하면 정상적으로 상태값을 확인 할 수 있다.
KB2494036
A hotfix is available to let you configure a cluster node that does not have quorum votes in Windows Server 2008 and in Windows Server 2008 R2
https://support.microsoft.com/en-us/kb/2494036
<PS>
Get-ClusterNode | Format-Table name, state, nodeweight -autosize
<PS 정상화면>
Import-Module FailoverClusters
(Get-ClusterNode –Name "NodeName").NodeWeight=1
<Command>
Cluster <ClusterName> node /status /properties
또 하나 특정노드가 셧다운되더라도 투표권은 유지된다.
검색어 : 쿼럼투표권
'Windows SQL Cluster' 카테고리의 다른 글
SQL Cluster Resource DLLs work with Cluster (클러스터 리소스 DLL) (0) | 2016.10.10 |
---|---|
Windows Server 2008R2 Cluster에서 종료된 노드 서버를 노드 제거하면 어떤 일이 벌어질까? (0) | 2016.05.12 |
클러스터환경에서 SQL Server 시작계정 변경하기 (0) | 2016.05.09 |
윈도우 클러스터 명령어 (0) | 2016.04.26 |
Cluster 역할의 각 리소스 종속성 보기 (0) | 2016.02.19 |
댓글
최근에 올라온 글
최근에 달린 댓글
글 보관함
- Total
- Today
- Yesterday