quarta-feira, 4 de setembro de 2013

Enterprise Manager Cloud Control 12c

 

  Comandos básico: 

 

OMS service

export OMS_HOME=/u01/oracle/Middleware/oms


Stop:

cd $OMS_HOME/bin (service OMS)
./emctl stop oms
or
./emctl stop oms -all (all service)


Start:

cd $OMS_HOME/bin
./emctl start oms


-----------------------------------------------------------------------------

Agent service


The AGENT_BASE_DIR is the directory where agent is installed
this directory serves as the Oracle Home for the Oracle Management Agent.

export AGENT_HOME=AGENT_BASE_DIR/core/12.1.0.2.0


Start agent

cd $AGENT_HOME>/bin
./emctl start agent


Status agent

cd $AGENT_INSTANCE_HOME>/bin
./emctl status agent


Stop agent

cd $AGENT_INSTANCE_HOME>/bin
./emctl stop agent

Nenhum comentário:

Postar um comentário