Ensure that the system, patch, kernel and other requirements are met. These are Ensure that Oracle Identity Management software has been installed and Ensure that port number 7499 is not in use by any service on the computer by

Configuring High Availability for Identity Management Components 8-245 ■ Section 8.13.3.2, Creating boot.properties for the Administration Server on OIFHOST1 ■ Section 8.13.3.3, Configuring Oracle Identity Federation on OIFHOST2 ■ Section 8.13.3.4, Post-Installation Steps for Oracle Identity Federation ■ Section 8.13.3.5, Configuring the Load Balancer ■ Section 8.13.3.6, Validating Oracle Identity Federation High Availability ■ Section 8.13.3.7, Enabling Oracle Identity Federation Integration with Highly Available LDAP Servers

8.13.3.1 Configuring Oracle Identity Federation on OIFHOST1

Follow these steps to configure the first instance of Oracle Identity Federation on OIFHOST1:

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 OIFHOST1 as described in Section 8.3.3.1, Installing Oracle Fusion Middleware Components.

3. Ensure that port number 7499 is not in use by any service on the computer 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 :7499 On Windows: netstat -an | findstr LISTEN | findstr 7499 4. If the port is in use if the command returns output identifying the port, you must free the port. On UNIX: Remove the entry for port 7499 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 port uncomment the line where you specify the port number for Oracle Identity Federation: The port for OIF Server port OIF Server Port No = 7499 7. Start the Oracle Identity Management 11g Configuration Assistant located under the ORACLE_HOMEbin directory as follows: On UNIX, issue this command: .config.sh 8-246 Oracle Fusion Middleware High Availability Guide On Windows, double-click config.exe 8. On the Welcome screen, click Next. 9. On the Select Domain screen, select Create a New Domain and specify these values: HostName : OIFHOST1.MYCOMPANY.COM Port : 7001 UserName : weblogic User Password : password for weblogic user Click Next. 10. On the Specify Installation Location screen, specify the following values: ■ Oracle Middleware Home Location : This value is prefilled and cannot be updated. u01apporacleproductfmw ■ Oracle Home Directory : This value is prefilled and cannot be updated. oif ■ WebLogic Server Directory : u01apporacleproductfmwwlserver_10.3 ■ Oracle Instance Location : u01apporacleadminoif_inst1 ■ Instance Name : oif_inst1 Click Next. 11. On the Specify Oracle Configuration Manager Details screen, specify the values shown in the example below: ■ Email Address : Provide the email address for your My Oracle Support account. ■ Oracle Support Password : Provide the password for your My Oracle Support account. ■ Check the checkbox next to the I wish to receive security updates via My Oracle Support field. Click Next. 12. On the Configure Components screen, de-select all the components except Oracle Identity Federation components . The Oracle Identity Federation components Note: Ensure that the Oracle Home Location directory path for OIFHOST1 is the same as the Oracle Home Location path for OIFHOST2. For example, if the Oracle Home Location directory path for OIFHOST1 is: u01apporacleproductfmwoif, then the Oracle Home Location directory path for OIFHOST2 must also be u01apporacleproductfmwoif. Configuring High Availability for Identity Management Components 8-247 include Oracle Identity Federation and Oracle HTTP Server. Select the Clustered checkbox. Click Next.

13. On the Configure Ports screen, select Specify Ports using Configuration File.