Beta Draft: 2015-04-20

5 Using OPMN

This chapter provides command-line examples on how to use OPMN for Oracle Fusion Middleware. It features the following topics:

5.1 Starting OPMN

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

5.2 Starting and Stopping All System Components

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

5.3 Starting and Stopping a System Component

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

5.4 Starting and Stopping all System Components of the Same Type

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