오라클
srvctl stop home -o $ORACLE_HOME -s /app/oracle/state_file.state -n rac1
root로
cd /app/11g/grid/crs/install
./rootcrs.pl -unlock
oracle로
/app/11g/grid/OPatch/opatch napply -oh /app/11g/grid/ -local /home/oracle/16459322/
/app/11g/grid/OPatch/opatch apply -oh /app/11g/grid/ -local /home/oracle/16056267
/home/oracle/16459322/custom/server/16459322/custom/scripts/prepatch.sh -dbhome /app/oracle/11g/db
DB패치 oracle로
opatch napply -oh /app/oracle/11g/db -local /home/oracle/16459322/custom/server/16459322
opatch apply -oh /app/oracle/11g/db -local /home/oracle/16056267
/home/oracle/16459322/custom/server/16459322/custom/scripts/postpatch.sh -dbhome /app/oracle/11g/db
root로
cd /app/11g/grid/rdbms/install/
./rootadd_rdbms.sh
cd /app/11g/grid/crs/install
./rootcrs.pl -patch
oracle로
srvctl start home -o $ORACLE_HOME -s /app/oracle/state_file.state -n rac1
###########################################################################################################################
###########################################################################################################################
2번 노드에서
oracle유저로
srvctl stop home -o $ORACLE_HOME -s /app/oracle/state_file.state -n rac2
root로
cd /app/11g/grid/crs/install
./rootcrs.pl -unlock
oracle로
/app/11g/grid/OPatch/opatch napply -oh /app/11g/grid/ -local /home/oracle/16459322/
/app/11g/grid/OPatch/opatch apply -oh /app/11g/grid/ -local /home/oracle/16056267
/home/oracle/16459322/custom/server/16459322/custom/scripts/prepatch.sh -dbhome /app/oracle/11g/db
DB패치 oracle로
opatch napply -oh /app/oracle/11g/db -local /home/oracle/16459322/custom/server/16459322
opatch apply -oh /app/oracle/11g/db -local /home/oracle/16056267
/home/oracle/16459322/custom/server/16459322/custom/scripts/postpatch.sh -dbhome /app/oracle/11g/db
root로
cd /app/11g/grid/rdbms/install/
./rootadd_rdbms.sh
cd /app/11g/grid/crs/install
./rootcrs.pl -patch
oracle로
srvctl start home -o $ORACLE_HOME -s /app/oracle/state_file.state -n rac2
'ORACLE > ADMIN' 카테고리의 다른 글
04 커서공유 (0) | 2014.03.23 |
---|---|
[ORACLE]Listener.log 관리 (0) | 2013.08.06 |
shrink 대상 선정 및 shrink작업 (1) | 2013.06.03 |
(10gR2)Full UNDO tablespace_언두 메커니즘 (0) | 2013.05.19 |
10g SYSAUX tablespace 크기 줄이기 (0) | 2013.03.04 |