Skip Headers
Oracle® Fusion Middleware Oracle Process Manager and Notification Server Administrator's Guide
Release 11g (11.1.1.1.3)

Part Number E14007-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

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