Task 1: Preparing for Upgrading Your Oracle Fusion Middleware Cold Failover Cluster Environment

Upgrading an Oracle Identity Management Cold Failover Cluster Environment 15-5 oid1 | oidmon | 7964 | Alive EMAGENT | EMAGENT | 2484 | Alive Use the ldapbind command-line tool to ensure that you can connect to each Oracle Internet Directory instance and the LDAP Virtual Server. The ldapbind tool enables you to determine whether you can authenticate a client to a server. For non-SSL: ldapbind -h idmhost1.mycompany.com -p 389 -D cn=orcladmin -q For SSL: ldapbind -h idmhost1.mycompany.com -p 636 -D cn=orcladmin -q -U 1 where: ■ U = SSL authentication mode ■ 1 = No authentication required ■ 2 = One way authentication required. With this option, you must also supply a wallet location -W file:homemy_dirmy_wallet and wallet password -P wallet_password. ■ 3 = Two way authentication required. With this option, you must also supply a wallet location -W file:homemy_dirmy_wallet and wallet password -P wallet_password. Step 4 Verify the status of the Oracle Directory Integration Platform 11g instance Validate the Oracle Directory Integration Platform installation by using the WLST dipStatus command. To run this command, follow these steps: 1. Set the ORACLE_HOME environment variable to the directory where you installed the Identity Management binaries. For example: export ORACLE_HOME=u01apporacleproduct11gfmw_homeods 2. Set the WLS_HOME environment variable to the directory where you installed the WebLogic Server. For example: export WLS_HOME=u01apporacleproduct11gfmw_homewlserver_10.3 3. Run the following command: ORACLE_HOMEbindipStatus -h hostName -p port -D wlsuser For example, on IDMHOST1, the command and successful output are shown below: ORACLE_HOMEbindipStatus -h idmhost1.mycompany.com -p 7005 -D weblogic [Weblogic user password] Connection parameters initialized. Connecting at idmhost1.mycompany.com:7005, with userid weblogic.. Connected successfully. ODIP Application is active at this host and port. 15-6 Oracle Fusion Middleware Upgrade Guide for Oracle Identity Management Step 5 Verify Oracle Directory Services Manager ODSM Verify the Oracle Directory Services Manager installation by bringing up the ODSM Administration Console in a web browser. The URL to access the ODSM Administration Console is: http:hostname.mycompany.com:portodsmfacesodsm.jspx For example, on IDMHOST1, enter this URL: http:idmhost1.us.oracle.com:7005odsmfacesodsm.jspx

15.7 Task 7: Upgrade Oracle Internet Directory and Oracle Directory Integration Platform

Use the Oracle Fusion Middleware Upgrade Assistant to upgrade the Oracle Internet Directory and Oracle Directory Integration Platform 10g instances on IDMHOST1 to 11g: 1. Change directory the ORACLE_HOMEbin directory of the Oracle Fusion Middleware installation. 2. Enter the following command to start the Upgrade Assistant. On UNIX system: .ua On Windows systems: ua.bat The Upgrade Assistant displays the Welcome screen.

3. Click Next to display the Select Operation screen.

4. Select Upgrade Identity Management Instance on the Select Operation screen.

5. Refer to Table 15–1 for a description of the Upgrade Assistant screens that require input from you during an Oracle Internet Directory and Oracle Directory Integration Platform upgrade. 6. After the Target Database Details screen, the Upgrade Assistant performs the following tasks and provides the progress on each task: ■ Examines the components and schemas to be upgraded and verifies that they can be upgraded successfully. ■ Provides a summary of the components to be upgraded so you can verify that Upgrade Assistant is upgrading the components and schemas you expect. ■ Provides a progress screen so you can see the status of the upgrade as it proceeds. ■ Alerts you of any errors or problems that occur during the upgrade. ■ Displays the End of Upgrade screen, which confirms that the upgrade was complete. See Also: Troubleshooting Your Upgrade in the Oracle Fusion Middleware Upgrade Planning Guide for specific instructions for troubleshooting problems that occur while running the Upgrade Assistant