Skip Headers
Oracle® Identity Management User Reference
10g Release 2 (10.1.2)
B15883-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

2.6 opmnctl

The Oracle Process Manager and Notification Server Control Utility (opmnctl) enables you to manage Oracle Application Server components in an integrated way. If you use it to start an Oracle Internet Directory server, then you do not need to separately start Oracle Internet Directory Monitor or the directory-designated database. Instead, opmnctl starts those components for you.


Note:

This section only discusses how to use the OPMN Control Utility to start and stop Oracle Internet Directory servers. For detailed information on how to use the OPMN Control Utility, see Oracle Process Manager and Notification Server Administrator's Guide.

You can use opmnctl to do the following:

Once you have used opmnctl to start the default directory server, you cannot then use it to start or stop a particular instance of an Oracle Internet Directory server. To start or stop particular instances, use oidctl. See "oidctl".

2.6.1 Syntax for opmnctl

opmnctl {startproc | stopproc} ias-component=OID

2.6.2 Arguments for opmnctl

startproc | stopproc

Required. The operation to perform (start or stop all Oracle Internet Directory server processes).

ias-component=OID

Required. Identifies the Oracle Internet Directory server processes as the Oracle Application Server processes to start or stop.

2.6.3 Tasks and Examples for opmnctl

Using OPMN Control Utility, you can perform the following Oracle Internet Directory server management tasks:

2.6.3.1 Stopping All Oracle Internet Directory Server Instances Using opmnctl

The following example shows how to stop all running directory server processes (Oracle Internet Directory, Oracle Directory Integration and Provisioning server, and Oracle Directory Replication server).

Example:

opmnctl stopproc ias-component=OID

2.6.3.2 Starting All Oracle Internet Directory Server Instances Using opmnctl

The following example shows how to start all directory server processes previously stopped by OPMNCTL (Oracle Internet Directory, Oracle Directory Integration and Provisioning server, and Oracle Directory Replication server).

Example:

opmnctl startproc ias-component=OID

2.6.4 Related Command-Line Tools for opmnctl