Monday, October 22, 2007

Starting OEM Grid Control

-- Starting OMS

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

-- start OMS
./emctl start oms

-- start OEM Application process
cd /u01/home/oracle/product/oms10g/opmn/bin
./opmnctl startall

-- Start OMS Agent
/u01/home/oracle/product/agent10g/bin
./emctl start agent

-- Start Application Server Control
/u01/home/oracle/product/oms10g/bin
./emctl start iasconsole

-- Verify if all OEM Application process running
cd /u01/home/oracle/product/oms10g/opmn/bin
./opmnctl status
-- If any process is down issue the following
./opmnctl startproc ias_component=xxxx

No comments: