dbms:oracle:admin:oracleracmanage
문서의 이전 판입니다!
Oracle RAC Management
srvctl
- RAC 전체를 기동한다.
# srvctl start database -d SOAF
- 클러스터 종료(ASM사용 시)
# export ORACLE_SID=soaf1 # emctl stop dbconsole # srvctl stop instance -d soaf -i soaf1 # srvctl stop asm -n rac1 # srvctl stop nodeapps -n rac1
- 클러스터 시작(ASM사용 시)
# export ORACLE_SID=soaf1 # srvctl start instance -d soaf -i soaf1 # srvctl start asm -n rac1 # srvctl start nodeapps -n rac1
- 클러스터 및 ASM,DB 상태확인(ASM사용 시)
# export ORACLE_SID=soaf1 # crs_stat -t 혹은 # crs_stat # srvctl status instance -d soaf -i soaf1 # srvctl status asm -n rac1 # srvctl status nodeapps -n rac1
- 클러스터 및 ASM,DB 설정확인(ASM사용 시)
# export ORACLE_SID=soaf1 # srvctl config instance -d soaf -i soaf1 혹은 # srvctl config database -d soaf # srvctl config asm -n rac1 # srvctl config nodeapps -n rac1 -a -g -s -l # srvctl config nodeapps -n rac1
crsctl
ASM
- ASM디스크 확인
SQL> select d.name, a.path, a.state from v$asm_disk a, v$asm_diskgroup d where a.group_number=d.group_number;
dbms/oracle/admin/oracleracmanage.1207502299.txt.gz · 마지막으로 수정됨: 저자 joang77
