########################################################
# Listener (stop, start, status)
# srvctl stop listener -n <hostname> -l LISTENER
########################################################
srvctl stop listener -n rac1 -l LISTENER
srvctl start listener -n rac1 -l LISTENER
srvctl status listener -n rac1 -l LISTENER
srvctl stop listener -n rac2 -l LISTENER
srvctl start listener -n rac2 -l LISTENER
srvctl status listener -n rac2 -l LISTENER
########################################################
# Oracle Instance and service(status)
# srvctl status database -d <database_name>
########################################################
srvctl status database -d ORCL
########################################################
# Oracle 11g RAC stop command
# srvctl stop instance -d <database_name> -i ORCL1<instance_name>
# srvctl stop listener -n r<hostname> -l LISTENER
# srvctl stop nodeapps -n <hostname>
########################################################
- RAC1
emctl stop dbconsole
srvctl stop instance -d ORCL -i ORCL1
srvctl status instance -d ORCL -i rac1
srvctl stop listener -n rac1 -l LISTENER
srvctl status listener -n rac1 -l LISTENER
srvctl stop nodeapps -n rac1
- RAC2
emctl stop dbconsole
srvctl stop instance -d ORCL -i ORCL2
srvctl status instance -d ORCL -i ORCL2
srvctl stop listener -n rac2 -l LISTENER
srvctl status listener -n rac2 -l LISTENER
srvctl stop nodeapps -n rac2
########################################################
# Oracle 11g RAC start command
# srvctl start listener -n r<hostname> -l LISTENER
# srvctl start instance -d <database_name> -i <instance_name>
########################################################
- RAC1
srvctl start nodeapps -n rac1
srvctl status nodeapps -n rac1
srvctl start listener -n rac1 -l LISTENER
srvctl status listener -n rac1 -l LISTENER
srvctl start instance -d ORCL -i ORCL1
srvctl status instance -d ORCL -i ORCL1
emctl start dbconsole
- RAC2
srvctl start nodeapps -n rac2
srvctl status nodeapps -n rac2
srvctl start listener -n rac2 -l LISTENER
srvctl status listener -n rac2 -l LISTENER
srvctl start instance -d ORCL -i ORCL2
srvctl status instance -d ORCL -i ORCL2
emctl start dbconsole
########################################################
# All Database (stop, start)
# srvctl start database -d <database_name>
########################################################
srvctl start database -d ORCL
srvctl stop database -d ORCL
'Oracle > RAC' 카테고리의 다른 글
RAC) PRKC-1044 failed to check remote command execution setup for node 에러 (0) | 2014.11.20 |
---|---|
RAC 구성 Processe (0) | 2014.11.16 |
RAC 관련 명령어 (0) | 2014.11.16 |
RAC I/O시스템 설명 (0) | 2014.11.15 |