Monday, October 22, 2007

Shutting down OEM Grid Control

-- Shutting down OMS

-- go to OMS_HOME
cd /u01/home/oracle/product/oms10g/bin

-- Stop OMS
./emctl stop oms

-- Stop Application Server Control
./emctl stop iasconsole

-- Stop OEM Application process
cd /u01/home/oracle/product/oms10g/opmn/bin
./opmnctl stopall

-- Stop the OMS Agent
cd /u01/home/oracle/product/agent10g/bin
./emctl stop agent

-- There should be no java process
Wait at least 5 minutes
ps -ef|grep java
ps -ef|grep agent
Ensure there are no running java or agent processes.

No comments: