Oracle® Fusion Middleware Oracle Process Manager and Notification Server Administrator's Guide 11g Release 1 (11.1.1) Part Number E14007-01 |
|
|
View PDF |
This chapter provides command-line examples on how to use OPMN for Oracle Fusion Middleware. It features the following topics:
OPMN does not depend on any other system component being up and running before it can be started and used. The OPMN server should be started as soon as possible after turning on the host.
Use the following command to start OPMN without starting other system components:
opmnctl start
Use the following command to start all system components of an Oracle instance:
opmnctl startproc
Use the following command to stop all system components of an Oracle instance:
opmnctl stopproc
Use the following command to start a system component named ohs1
:
opmnctl startproc ias-component=ohs1
Use the following command to stop a system component named ohs1
:
opmnctl stopproc ias-component=ohs1
Use the following command to start all system components of the type OID
in an Oracle instance:
opmnctl startproc process-type=OID
Use the following command to stop all system components of the type OID
in an Oracle instance:
opmnctl stopproc process-type=OID