# pcs cluster start --all
.두서버 모두 한번에 실행할때 --all 을 사용
# pcs status
# crm_mon
. 상태창을 띄워서 보는 명령어
# pcs resource move GROUP_SERVICE node01
. GROUP_SERVICE 를 node1로 서비스 절체
★move시에 지정한 node에 대해 INFINITY score값이 생성되므로, 명령어를 통하여 score 삭
제
# pcs constraint
.score 확인
# pcs resource clear GROUP_SERVICE
★ Score 값이 높은 node에게 서비스 우선권이 있습니다.
Application 작업을 위해 일시적으로 리소스 모니터링을 중지하는 경우
Cluster maintenance-mode on
# pcs property set maintenance-mode=true (유지보수 모드 활성화)