Task 4: Use Upgrade Assistant to Upgrade the Oracle Identity Manager Schema

Upgrading Oracle Identity Manager Environment 13-19

13.8 Task 6: Start the WebLogic Administration Server

You can start the Oracle WebLogic Server Administration Server by using the following command on the command line: UNIX MW_HOMEuser_projectsdomainsdomain_namebinstartWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.management.password=password -Dweblogic.system.StoreBootIdentity=true Windows MW_HOME\user_projects\domains\domain_name\bin\startWebLogic -Dweblogic.management.username=weblogic -Dweblogic.management.password=password -Dweblogic.system.StoreBootIdentity=true

13.9 Task 7: Configure Oracle Identity Manager Server 11g

To install Oracle Identity Manager, refer to the chapter Configuring Oracle Identity Manager Server in the Oracle Fusion Middleware Installation Guide for Oracle Identity Management. Notes: ■ Ensure that the Oracle WebLogic Domain for Oracle Identity Manager includes Oracle SOA 11g. Oracle Identity Manager uses process workflows and approvals provided by Oracle SOA 11g. When the domain is configured the Administration Server and Managed Servers for Oracle Identity Manager and Oracle SOA 11g are created. ■ Ensure that you use the schemas created in Task 2: Use the Repository Creation Utility to Create the Schema in the Database . Note: If you want to automatically generate a boot.properties file, ensure that the security folder is created at MW_HOMEuser_ projectsdomainsdomain_nameserversAdminServer. If this folder does not exist then you must create the folder. 13-20 Oracle Fusion Middleware Upgrade Guide for Oracle Identity Management

13.10 Task 8: Configure Node Manager to Start Managed Servers

For information about configuring Node Manager, refer to the Configuring Node Manager to Start Managed Servers section in the Oracle Fusion Middleware Administrators Guide.

13.11 Task 9: Start the SOA Managed Server

You can start the SOA Managed Server by using the following command on the command line: UNIX MW_HOMEuser_projectsdomainsdomain_namebinstartManagedWebLogic.sh managed_server_name admin_url Windows MW_HOME\user_projects\domains\domain_name\bin\startManagedWebLogic.cmd managed_server_name admin_url When prompted, enter your user name and password.

13.12 Task 10: Start the Oracle Identity Manager Managed Server

You must start the Oracle Identity Manager Managed Server to populate the MDS by using the following command on the command line: UNIX MW_HOMEuser_projectsdomainsdomain_namebinstartManagedWebLogic.sh managed_server_name admin_url Windows MW_HOME\user_projects\domains\domain_name\bin\startManagedWebLogic.cmd managed_server_name admin_url Notes: ■ When configuring Oracle Identity Manager Server, ensure that you do not select the Enable LDAP Sync option on the BI Publisher screen in the Oracle Identity Manager Configuration Wizard. LDAP Sync is not supported when you upgrade from Oracle Identity Management 9.1 to Oracle Identity Management 11g. ■ If you are importing the Oracle Identity Management 9.1 database, then ensure that you copy the .xldatabasekey database keystore Located in OIM9101\xellerate\config directory to the configfmwconfig location under the Oracle WebLogic Domain you have created. Note: Ensure that you enter the value true for StartScriptEnabled parameter in the nodemanager.properties file. Upgrading Oracle Identity Manager Environment 13-21 For managed_server_name admin_url, specify your Oracle Identity Manager Managed Server name and URL. When prompted, enter your user name and password.

13.13 Task 11: Stop the Oracle Identity Manager Managed Server

You can stop the Oracle Identity Manager Managed Server by using the following command on the command line: Note: The following error message is displayed: Password for .xldatabasekey is not seeded in CSF. . oracle.iam.platform.utils.OIMAppInitializationException: OIM application intialization failed because of the following reasons: Password for .xldatabasekey is not seeded in CSF. at oracle.iam.platform.utils.OIMAppInitializationListener.preStartOIM AppInitializationListener.java:145 at weblogic.application.internal.flow.BaseLifecycleFlowPreStartAction .runBaseLifecycleFlow.java:282 at weblogic.security.acl.internal.AuthenticatedSubject.doAsAuthentica tedSubject.java:321 at weblogic.security.service.SecurityManager.runAsSecurityManager.jav a:120 at weblogic.application.internal.flow.BaseLifecycleFlowLifecycleListe nerAction.invokeBaseLifecycleFlow.java:199 Truncated. see log file for complete stacktrace Caused By: oracle.iam.platform.utils.OIMAppInitializationException: OIM application intialization failed because of the following reasons: Password for .xldatabasekey is not seeded in CSF. at oracle.iam.platform.utils.OIMAppInitializationListener.preStartOIM AppInitializationListener.java:145 at weblogic.application.internal.flow.BaseLifecycleFlowPreStartAction .runBaseLifecycleFlow.java:282 at weblogic.security.acl.internal.AuthenticatedSubject.doAsAuthentica tedSubject.java:321 at weblogic.security.service.SecurityManager.runAsSecurityManager.jav a:120 at weblogic.application.internal.flow.BaseLifecycleFlowLifecycleListe nerAction.invokeBaseLifecycleFlow.java:199 Truncated. see log file for complete stacktrace You can ignore the above error message.