이 페이지의 이전 버전을 보고 있습니다. 현재 버전 보기.

현재와 비교 페이지 이력 보기

버전 1 다음 »

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 작업이 완료되면 아래와 같이 출력됩니다.


  • 레이블 없음