다음은 쿼럼 장치를 추가할 때 scsetup에 의해 생성되는 scconf 명령과 확인 단계에 대한 예입니다.
클러스터 노드에서 수퍼유저 되기
[Execute the scsetup utility:]
# scsetup
Select Quorum>Add a quorum disk.
Answer the questions when prompted.
[scconf 명령이 성공적으로 완료되었는지 확인]
scconf -a -q globaldev=d20
Command completed successfully.
Quit the scsetup Quorum Menu and Main Menu.
[쿼럼 장치가 제거되었는지 확인]
# scstat -q
-- Quorum Summary --
Quorum votes possible: 4
Quorum votes needed: 3
Quorum votes present: 4
-- Quorum Votes by Node --
Node Name Present Possible Status
--------- ------- -------- ------
Node votes: phys-schost-1 1 1 Online
Node votes: phys-schost-2 1 1 Online
-- Quorum Votes by Device --
Device Name Present Possible Status
----------- ------- -------- ------
Device votes: /dev/did/rdsk/d3s2 1 1 Online
Device votes: /dev/did/rdsk/d4s2 1 1 Online
|