Registering an Oracle Instance Using OPMNCTL

Managing Oracle Virtual Directory Server Processes 10-5 ORACLE_INSTANCEbinopmnctl deletecomponent [-adminHost hostname] [-adminPort weblogic_port] [-adminUsername weblogic_admin] [-adminPasswordFile ‘FILE_WITH_WEBLOGIC_ADMIN_PASSWORD’] [-componentType ovd] -componentName componentName For example: ORACLE_INSTANCEbinopmnctl deletecomponent -adminHost myhost -adminPort 7001 \ -adminUsername weblogic -componentType OVD -componentName ovd1

10.8 Viewing Active Server Instance Information Using OPMNCTL

To view the status of components and processes using opmnctl, use the following: ORACLE_INSTANCEbinopmnctl status -l

10.9 Starting the Oracle Virtual Directory Server Using OPMNCTL

Typically, the component name of the first Oracle Virtual Directory component is ovd1. To start the first Oracle Virtual Directory component, use the following: ORACLE_INSTANCEbinopmnctl startproc ias-component=ovd1 To start all Oracle Virtual Directory components, use the following: ORACLE_INSTANCEbinopmnctl startproc process-type=OVD To start all components, use the following: ORACLE_INSTANCEbinopmnctl startall

10.10 Stopping the Oracle Virtual Directory Server Using OPMNCTL

To stop the first Oracle Virtual Directory component, use the following: ORACLE_INSTANCEbinopmnctl stopproc ias-component=ovd1 To stop all Oracle Virtual Directory components, use the following: ORACLE_INSTANCEbinopmnctl stopproc process-type=OVD To stop all components, use the following: ORACLE_INSTANCEbinopmnctl stopall Note: Both HTTP endpoints Admin and WebGateway in Oracle Virtual Directory have the identical protocol name of http. However, you can differentiate between the two using the description reflected in the opmnctl debug command, not using the opmnctl status -l command. Oracle Enterprise Manager Fusion Middleware Control does not show the description field while displaying port information of a server. 10-6 Oracle Fusion Middleware Administrators Guide for Oracle Virtual Directory

10.11 Restarting the Oracle Virtual Directory Server Using OPMNCTL

The opmnctl restartproc command performs a soft restart of the Oracle Virtual Directory server, that is, it reloads the Oracle Virtual Directory configuration, but does not kill the current the Oracle Virtual Directory server process. To restart the first Oracle Virtual Directory component, use the following: ORACLE_INSTANCEbinopmnctl restartproc ias-component=ovd1 To restart all Oracle Virtual Directory components, use the following: ORACLE_INSTANCEbinopmnctl restartproc process-type=OVD