2625914
ORCL
3
버전 비교
비교대상
키
- 이 줄이 추가되었습니다.
- 이 줄이 삭제되었습니다.
- 서식이 변경되었습니다.
Database Relocate 작업
작업 전 확인
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
crsctl stat res -t srvctl status database -d racdb |
펼치기 | ||
---|---|---|
|
2번 노드로 Relocate
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
srvctl relocate database -d racdb -n rac2 -w 5 -v |
펼치기 | ||
---|---|---|
|
2번 노드 Relocate 결과 확인
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
srvctl status database -d racdb crsctl stat res -t |
펼치기 | ||||
---|---|---|---|---|
Relocate 작업 중이면 다음과 같이 출력됩니다.
Relocate 작업이 완료되면 아래와 같이 출력됩니다.
|
1번 노드로 Relocate
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
srvctl relocate database -d racdb -n rac1 -w 5 -v |
펼치기 | ||
---|---|---|
|
1번 노드 Relocate 결과 확인
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
srvctl status database -d racdb crsctl stat res -t |
펼치기 | ||||
---|---|---|---|---|
Relocate 작업 중이면 다음과 같이 출력됩니다.
Relocate 작업이 완료되면 아래와 같이 출력됩니다.
|