Registering Oracle Virtual Directory with a WebLogic Domain It is recommended

Configuring High Availability for Identity Management Components 8-57 Click Next. 14. Specify the following values on the Specify Virtual Directory screen: In the Client Listeners section, enter: ■ LDAP v3 Name Space : Enter the name space for Oracle Virtual Directory. The default value is dc=us,dc=mycompany,dc=com. dc=us,dc=mycompany,dc=com ■ HTTP Web Gateway : Select this option to enable the Oracle Virtual Directory HTTP Web Gateway. ■ Secure : Select this option if you enabled the HTTP Web Gateway and you want to secure it using SSL. In the OVD Administrator section, enter: ■ Administrator User Name : Enter the user name for the Oracle Virtual Directory administrator, for example: cn=orcladmin ■ Password : Enter the password for the Oracle Virtual Directory administrator. For example: ■ Confirm Password : Confirm the password for the Oracle Virtual Directory administrator. For example: ■ Configure the Administrative Server in secure mode : Select this option to secure the Oracle Virtual Directory Administrative Listener using SSL. This option is selected by default. Oracle recommends selecting this option. Click Next. 15. On the Installation Summary screen, review the selections to ensure that they are correct if they are not, click Back to modify selections on previous screens, and click Install. 16. On the Installation Progress screen on UNIX systems, a dialog box appears that prompts you to run the oracleRoot.sh script. Open a window and run the script, following the prompts in the window. Click Next. 17. On the Configuration screen, multiple configuration assistants are launched in succession; this process can be lengthy. When it completes, click Next.

18. On the Installation Complete screen, click Finish to confirm your choice to exit.

8.4.3.1.3 Registering Oracle Virtual Directory with a WebLogic Domain It is recommended

that you manage your Oracle Virtual Directory component with Oracle Enterprise Manager Fusion Middleware Control. To be able to manage Oracle Virtual Directory using Oracle Enterprise Manager Fusion Middleware Control, you must register the component and the Oracle Fusion Middleware instance that contains it with an Oracle WebLogic Server domain. You can register an Oracle Fusion Middleware instance with a WebLogic domain during installation or Oracle instance creation, but you are not required to do so. If an Oracle Fusion Middleware instance was not previously registered with a WebLogic domain, you can register it by using opmnctl registerinstance. Before using the opmnctl registerinstance command to register an Oracle Virtual Directory instance with an Oracle WebLogic Server domain, ensure that the WebLogic Server is installed. 8-58 Oracle Fusion Middleware High Availability Guide Then execute the opmnctl registerinstance command in this format note that the ORACLE_HOME and ORACLE_INSTANCE variables have to be set for each installation before executing this command in the home directory for the Oracle Virtual Directory instance: opmnctl registerinstance -adminHost WLSHostName -adminPort WLSPort -adminUsername adminUserName For example: opmnctl registerinstance -adminHost idmhost1.mycompany.com -adminPort 7001 -adminUsername weblogic Command requires login to weblogic admin server idmhost1.mycompany.com Username: weblogic Password: For additional details on registering Oracle Virtual Directory components with a WebLogic domain, see the Registering an Oracle Instance Using OPMNCTL section in Oracle Fusion Middleware Administrators Guide for Oracle Virtual Directory.

8.4.3.2 Configuring Oracle Virtual Directory With a WebLogic Domain

This section describes the steps to deploy Oracle Virtual Directory in a high availability configuration as part of a WebLogic Server domain. In this configuration, Oracle Virtual Directory and a WebLogic Server domain is configured on the first host, and only Oracle Virtual Directory is configured on the second host. The Oracle Virtual Directory instance on the second host joins the domain created on the first host.

8.4.3.2.1 Configuring Oracle Virtual Directory on OVDHOST1 Follow these steps to configure

the Oracle Virtual Directory instance on OVDHOST1: 1. Ensure that the system, patch, kernel and other requirements are met. These are listed in Oracle Fusion Middleware Installation Guide for Oracle Identity Management in the Oracle Fusion Middleware documentation library for the platform and version you are using. 2. Ensure that Oracle Identity Management software has been installed and upgraded on OVDHOST1 as described in Section 8.3.3.1, Installing Oracle Fusion Middleware Components. 3. Ensure that ports 6501 and 7501 are not in use by any service on OVDHOST1 by issuing these commands for the operating system you are using. If a port is not in use, no output is returned from the command. On UNIX: netstat -an | grep LISTEN | grep :6501 netstat -an | grep LISTEN | grep :7501 On Windows: netstat -an | findstr LISTEN | findstr :6501 netstat -an | findstr LISTEN | findstr :7501 4. If the port is in use if the command returns output identifying the port, you must free the port.