Configuring Oracle Internet Directory on OIDHOST2 Ensure that the Oracle Internet

8-38 Oracle Fusion Middleware High Availability Guide 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. 4. Start the Administration Server on OIDHOST1 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.3.3.3.3 Configuring Oracle Internet Directory on OIDHOST2 Ensure that the Oracle Internet

Directory repository is running and then follow these steps to configure the Oracle Internet Directory instance on OIDHOST2: 1. Ensure that the system, patch, kernel and other requirements are met. These are listed in the 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 OIDHOST2 as described in Section 8.3.3.1, Installing Oracle Fusion Middleware Components. 3. On OIDHOST1, ports 389 and 636 were used for Oracle Internet Directory. The same ports should be used for the Oracle Internet Directory instance on OIDHOST2. Therefore, ensure that ports 389 and 636 are not in use by any service on OIDHOST2 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 :389 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. Configuring High Availability for Identity Management Components 8-39 netstat -an | grep LISTEN | grep :636 On Windows: netstat -an | findstr LISTEN | findstr :389 netstat -an | findstr LISTEN | findstr :636 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 389 and 636 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. 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 Internet Directory: The Non-SSL port for OID Oracle Internet Directory Port No = 389 The SSL port for OID Oracle Internet Directory SSL Port No = 636 7. Start the Oracle Identity Management 11g Configuration Assistant 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.