1. Enterprise Manager 정지
A) OMS 정지
oracle 유저로 OMS 정지
unset ORACLE_HOME unset ORACLE_SID export PATH=$BASE_PATH /u01/app/oracle/product/em13c/middleware/bin/emctl stop oms -all
B) Agent 정지
oracle 유저로 EM Agent 정지
/u01/app/oracle/product/em13c/agentbase/agent_13.3.0.0.0/bin/emctl stop agent
C) Repository 정지
oracle 유저에서 sys 계정으로 repository 접속
export ORACLE_HOME=$ORACLE_BASE/product/18.3.0/db_1 export ORACLE_SID=emrepos export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch::$BASE_PATH sqlplus / as sysdba
sys 계정으로 DB shutdown 후 접속 해제
shutdown immediate; exit
D) listener 정지
oracle 유저로 listener 정지
lsnrctl stop
2. Enterprise Manager 기동
A) Repository 기동
oracle 유저에서 sys 계정으로 repository 접속
export ORACLE_HOME=$ORACLE_BASE/product/18.3.0/db_1 export ORACLE_SID=emrepos export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch::$BASE_PATH sqlplus / as sysdba
sys 계정으로 DB startup 후 접속 해제
startup exit
B) listener 기동
oracle 유저로 listener 기동
lsnrctl start
C) OMS 기동
oracle 유저로 OMS 기동
unset ORACLE_HOME unset ORACLE_SID export PATH=$BASE_PATH /u01/app/oracle/product/em13c/middleware/bin/emctl start oms
D) Agent 기동
oracle 유저로 EM Agent 기동
/u01/app/oracle/product/em13c/agentbase/agent_13.3.0.0.0/bin/emctl start agent
1 개의 댓글
윤병훈
Disable autostart
/etc/oragchomelist 안에 항목을 주석 처리