이중화(3)
-
[Command] Veritas infoscale Command
[상태조회] # hastatus -sum # vxclustadm nidmap # vxdctl -c mode # gabconfig -a [디스크 상태 확인] # vxdisklist # vxprintg -g FILEdb -htq [네트워크 확인] # lltconfig -a list [sync 중인 작업 리스트 확인] #vxtask -l list [우선권 설정] # vxclustadm set master [서버hostname] [이중화클러스터 시작/중지] # hastart # hastop -local
2021.01.11 -
[Command] Steeleye Command
[서비스 정상 확인] # lcdstatus -q [이중화 클러스터 시작/중지] # lkstart # lkstop [Fail-Over] # perform_action -t [LISNER 명] -a restore ※ lcdstatus -q명령어로 확인한 LISNER를 입력 후 목적지 서버에서 명령어 수행
2021.01.11 -
[Command] RHCS
[클러스터 명령어] - 조회 명령어 # clustat # clustat -i 2 (2초 간격으로 상황 조회) - 클러스터 SW 시작 명령어 # service cman start # service rgmanager start - 클러스터 SW 중지 명령어 # service cman stop # service rgmanager stop - Fail-Over (목적지 node에서 수행) # clusvcadm -r [service] - 수동 서비스 시작 # clusvcadm -e [service] - 수동 서비스 중지 # clusvcadm -d [service] - 수동 서비스 재시작 # clusvcadm -R [service]
2021.01.07