1. Database Relocate 작업
A) 작업 전 확인
root 나 oracle 유저로 수행합니다.
crsctl stat res -t srvctl status database -d racdb
B) 2번 노드로 Relocate
root 나 oracle 유저로 수행합니다.
srvctl relocate database -d racdb -n rac2 -w 5 -v
C) 2번 노드 Relocate 결과 확인
root 나 oracle 유저로 수행합니다.
srvctl status database -d racdb crsctl stat res -t
Relocate 작업 중이면 다음과 같이 출력됩니다.
Relocate 작업이 완료되면 아래와 같이 출력됩니다.
D) 1번 노드로 Relocate
root 나 oracle 유저로 수행합니다.
srvctl relocate database -d racdb -n rac1 -w 5 -v
E) 1번 노드 Relocate 결과 확인
root 나 oracle 유저로 수행합니다.
srvctl status database -d racdb crsctl stat res -t
Relocate 작업 중이면 다음과 같이 출력됩니다.
Relocate 작업이 완료되면 아래와 같이 출력됩니다.