Creating boot.properties for the Administration Server on OVDHOST1 This section Configuring Oracle Virtual Directory on OVDHOST2 Follow these steps to configure

Configuring High Availability for Identity Management Components 8-61 ■ 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.2.2 Creating boot.properties for the Administration Server on OVDHOST1 This section

describes how to create a boot.properties file for the Administration Server on OVDHOST1. The boot.properties file enables the Administration Server to start without prompting for the administrator username and password. Follow these steps to create the boot.properties file: 1. On OVDHOST1, go the following directory: MW_HOME user_projectsdomainsdomainNameserversAdminServersecurity For example: cd u01apporacleproductfmwuser_ projectsdomainsIDMDomainserversAdminServersecurity 2. Use a text editor to create a file called boot.properties under the security directory. Enter the following lines in the file: username=adminUser password=adminUserPassword 3. Stop the Administration Server if it is running. See the Starting and Stopping Oracle Fusion Middleware chapter of the Oracle Fusion Middleware Administrators Guide for information on starting and stopping WebLogic Servers. Note: When you start the Administration Server, the username and password entries in the file get encrypted. For security reasons, minimize the time the entries in the file are left unencrypted. After you edit the file, you should start the server as soon as possible so that the entries get encrypted. 8-62 Oracle Fusion Middleware High Availability Guide 4. Start the Administration Server on OVDHOST1 using the startWebLogic.sh script located under the MW_HOMEuser_projectsdomainsdomainNamebin directory. 5. Validate that the changes were successful by opening a web browser and accessing the following pages: ■ WebLogic Server Administration Console at: http:oidhost1.mycompany.com:7001console ■ Oracle Enterprise Manager Fusion Middleware Control at: http:oidhost1.mycompany.com:7001em Log into these consoles using the weblogic user credentials.

8.4.3.2.3 Configuring Oracle Virtual Directory on OVDHOST2 Follow these steps to configure

the Oracle Virtual Directory instance on OVDHOST2: 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 OVDHOST2 as described in Section 8.3.3.1, Installing Oracle Fusion Middleware Components. 3. On OVDHOST1, ports 6501 and 7501 were used for Oracle Virtual Directory. The same ports should be used for the Oracle Virtual Directory instance on OVDHOST2. Therefore, ensure that ports 6501 and 7501 are not in use by any service on OVDHOST2 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. On UNIX: Remove the entries for ports 6501 and 7501 in the etcservices file and restart the services, or restart the computer. On Windows: Stop the component that is using the port. 5. Copy the staticports.ini file from the Disk1stageResponse directory to a temporary directory. Configuring High Availability for Identity Management Components 8-63 6. Edit the staticports.ini file that you copied to the temporary directory to assign the following custom ports uncomment the lines where you specify the port numbers for Oracle Virtual Directory: The Non-SSL LDAP port for OVD Oracle Virtual Directory Non-SSL Port No for LDAP = 6501 The SSL LDAP port for OVD Oracle Virtual Directory SSL Port No for LDAP = 7501 7. Start the Oracle Identity Management 11g Configuration Assistant located under the ORACLE_HOMEbin directory as follows: On UNIX, issue this command: .config.sh On Windows, double-click config.exe

8. On the Welcome screen, click Next.