Ensure that the system, patch, kernel and other requirements are met. These are Ensure that Oracle Identity Management software has been installed and On OIFHOST1, port 7499 was used for Oracle Identity Federation. The same port

Configuring High Availability for Identity Management Components 8-253 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 OIFHOST1 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.13.3.3 Configuring Oracle Identity Federation on OIFHOST2

Follow these steps to configure the second instance of Oracle Identity Federation on OIFHOST2:

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

3. On OIFHOST1, port 7499 was used for Oracle Identity Federation. The same port

should be used for the Oracle Identity Federation instance on OIFHOST2. Therefore, ensure that port 7499 is not in use by any service on OIFHOST2 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 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-254 Oracle Fusion Middleware High Availability Guide 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 ports 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 On Windows, double-click config.exe

8. On the Welcome screen, click Next.