Installation guide

Page 49 of 59
These commands start and stop the following in the Oracle Home for the Infrastructure:
The Metadata Repository Instance
The Net Listener
OracleAS Instance processes for Oracle Identity Management, Oracle Internet
Directory, OC4J_Security, DCM, and OPMN
Enterprise Manager Database Control and Application Server Control Console
These commands start and stop the following in the Oracle Home for the middle tier:
OPMN and all of the processes that OPMN manages, including: DCM, Oracle
HTTP Server, OC4J instances, OracleAS Web Cache, OracleAS Forms Services,
and OracleAS Reports Services
Enterprise Manager Application Server Control Console
If you want to start or stop both the infrastructure tier and the middle tier, without
affecting Enterprise Manager, you can run the following commands from the middle tier
Oracle Home. (Remember, this is only for the case where the middle tier and
infrastructure tier are installed on the same host
.)
$ORACLE_HOME/bin/runstartupconsole.sh start allas
$ORACLE_HOME/bin/runstartupconsole.sh stop allas
If you want to start or stop only the Enterprise Manager, but not start the middle tier or
the infrastructure tier, you can run the following commands from the middle tier Oracle
Home. (Remember, this is only for the case where the middle tier and Infrastructure tier
are installed on the same host
.)
$ORACLE_HOME/bin/runstartupconsole.sh start allem
$ORACLE_HOME/bin/runstartupconsole.sh stop allem
If you have implemented a three-tier architecture, the Infrastructure instance will be
located on a different server than the Middle tier instance. In this scenario, you can stop
or start the Infrastructure instance by issuing the following commands from the
Infrastructure Oracle Home:
$ORACLE_HOME/bin/runstartupconsole.sh start
$ORACLE_HOME/bin/runstartupconsole.sh stop
These commands start and stop the following in the Oracle Home for the Infrastructure:
The Metadata Repository Instance
The Net Listener
OracleAS Instance processes for Oracle Identity Management, Oracle Internet
Directory, OC4J_Security, DCM, and OPMN
Enterprise Manager Database Control and Application Server Control Console
The Metadata repository can sometimes be slow to shutdown. If this is the case, use the
following commands from the ORACLE_HOME directory for the Metadata repository
instance:
# su – oracle
# $ORACLE_HOME/bin/sqlplus “/ as sysdba
SQL> shutdown immediate;
SQL> exit