What is Oracle Process Manager and Notification Server? Understanding the Default Oracle Virtual Directory Image

Managing Oracle Virtual Directory Server Processes 10-3 -isAdminSSL Enables and disables SSL on the Oracle Virtual Directory Admin Listener. Supported values are true and false. The default value is true. -ovdAdminPort Identifies the port for the Oracle Virtual Directory Admin Listener. The default values is 8899. -namespace Namespace value, for example: dc=us,dc=oracle,dc=com -ldapPort Identifies the port for Oracle Virtual Directory LDAP Listener. The default value is 6501. -ldapSport Identifies the SSL port for Oracle Virtual Directory LDAP Listener. The default value is 6502. -httpPort Identifies the port for Oracle Virtual Directory HTTP Listener. The default value is 8080. -isHttpSSL Enables and disables SSL on the Oracle Virtual Directory HTTP Listener. The default value is true. Example 10–1 opmnctl createcomponent Command The following example command creates an Oracle Virtual Directory component named ovd3: ORACLE_INSTANCEbinopmnctl createcomponent -adminHost sales.west.com \ -adminPort 7001 -adminUsername weblogic -componentName ovd3 -componentType OVD \ -admin cn=admin -isAdminSSL true -ovdAdminPort 8890 \ -namespace dc=us,dc=oracle,dc=com -ldapPort 5566 -ldapSport 4455 -httpPort 9090 \ -isHttpSSL true

10.4 Registering an Oracle Instance Using OPMNCTL

To register an Oracle instance and all the components in that Oracle instance, you use opmnctl registerinstance. The syntax is: ORACLE_INSTANCEbinopmnctl registerinstance [-adminHost hostname] [-adminPort weblogic_port] [-adminUsername weblogic_admin] [-adminPasswordFile ‘FILE_WITH_WEBLOGIC_ADMIN_PASSWORD’] For example: ORACLE_INSTANCEbinopmnctl registerinstance \ -adminHost myhost \ -adminPort 7001 \ -adminUsername weblogic \ The default administrative port on the WebLogic Administration Server is 7001. 10-4 Oracle Fusion Middleware Administrators Guide for Oracle Virtual Directory

10.5 Unregistering an Oracle Instance Using OPMNCTL

To unregister an Oracle Instance and all the components in that Oracle instance, you use opmnctl unregisterinstance. The syntax is: ORACLE_INSTANCEbinopmnctl unregisterinstance [-adminHost hostname] [-adminPort weblogic_port] [-adminUsername weblogic_admin] [-adminPasswordFile ‘FILE_WITH_WEBLOGIC_ADMIN_PASSWORD’] For example: ORACLE_INSTANCEbinopmnctl unregisterinstance -adminHost myhost \ -adminPort 7001 -adminUsername weblogic \ The default administrative port on the WebLogic Administration Server is 7001.

10.6 Updating the Component Registration of an Oracle Instance Using OPMNCTL

To update the registration of an Oracle Virtual Directory component in a registered Oracle instance after changing the Oracle Virtual Directory component’s registration, you use opmnctl updatecomponentregistration. The opmnctl updatecomponentregistration command updates the registration for the Oracle Virtual Directory component using the values in its listeners.os_xml and server.os_xml files. The syntax for opmnctl updatecomponentregistration is: ORACLE_INSTANCEbinopmnctl updatecomponentregistration [-adminHost hostname] [-adminPort weblogic_port] [-adminUsername weblogic_admin] [-adminPasswordFile ‘FILE_WITH_WEBLOGIC_ADMIN_PASSWORD’] [-componentType OVD] -componentName componentName [-Host OVD_HOST_NAME] For example: ORACLE_INSTANCEbinopmnctl updatecomponentregistration -adminHost myhost \ -adminPort 7001 -adminUsername weblogic -componentType OVD -componentName ovd1

10.7 Deleting an Oracle Virtual Directory Component Using OPMNCTL

You remove an Oracle Virtual Directory component by using opmnctl deletecomponent. The syntax is: Notes: ■ If you do not use the -Host option, the value in listeners.os_xml is used. ■ Both the componentName and componentType parameters are required.