Check status of the GRID management server
1) export ORACLE_HOME=/app/oracle/product/10g/oms10g/opmn 2) cd $ORACLE_HOME/bin 3) ./opmnctl status |
oracle@omsrvrap$ export ORACLE_HOME=/app/oracle/product/10g/oms10g/opmn
oracle@omsrvrap$ cd $ORACLE_HOME/bin
oracle@omsrvrap$ opmnctl status
Processes in Instance: EnterpriseManager0.omsrvrap.dbosmsrvr.siva.com
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
LogLoader | logloaderd | N/A | Down
HTTP_Server | HTTP_Server | 9146 | Alive
dcm-daemon | dcm-daemon | N/A | Down
OC4J | home | 9147 | Alive
OC4J | OC4J_EM | 9148 | Alive
OC4J | OC4J_EMPROV | 9150 | Alive
OC4J | OCMRepeater | 9151 | Alive
WebCache | WebCache | 9152 | Alive
WebCache | WebCacheAdmin | 9153 | Alive
DSA | DSA | N/A | Down
Stop the GRID management server
1) export ORACLE_HOME=/app/oracle/product/10g/oms10g/opmn 2) cd $ORACLE_HOME/bin 3) ./opmnctl stopall |
oracle@omsrvrap$ export ORACLE_HOME=/app/oracle/product/10g/oms10g/opmn
oracle@omsrvrap$ cd $ORACLE_HOME/bin
oracle@omsrvrap$ opmnctl status
opmnctl: stopping opmn and all managed processes...
Start the GRID management server
1) export ORACLE_HOME=/app/oracle/product/10g/oms10g/opmn 2) cd $ORACLE_HOME/bin 3) ./opmnctl startall |
oracle@omsrvrap$ export ORACLE_HOME=/app/oracle/product/10g/oms10g/opmn
oracle@omsrvrap$ cd $ORACLE_HOME/bin
oracle@omsrvrap$ opmnctl status
opmnctl: starting opmn and all managed processes...
No comments:
Post a Comment