{"id":2566,"date":"2013-03-24T01:06:55","date_gmt":"2013-03-24T01:06:55","guid":{"rendered":"http:\/\/www.oratraining.com\/blog\/?p=2566"},"modified":"2013-04-14T08:32:06","modified_gmt":"2013-04-14T08:32:06","slug":"oracle-fusion-applications-installation-integrate-oracle-identity-manager-oim-and-oracle-access-manager-oam","status":"publish","type":"post","link":"https:\/\/www.oratraining.com\/blog\/2013\/03\/oracle-fusion-applications-installation-integrate-oracle-identity-manager-oim-and-oracle-access-manager-oam\/","title":{"rendered":"Oracle Fusion Applications Installation: Integrate Oracle Identity Manager (OIM) and Oracle Access Manager (OAM)"},"content":{"rendered":"<p style=\"text-align: justify;\"><strong>Previous: <\/strong><a title=\"Oracle Fusion Applications Installation: Configure Oracle Identity and Access Management components\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/03\/oracle-fusion-applications-installation-configure-oracle-identity-and-access-management-components\/\">Configure Oracle Identity and Access Management components\u00a0<\/a><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #943634; font-size: 14pt;\"><strong>Update Existing LDAP Users with Required Object Classes<\/strong><br \/>\n<\/span><\/p>\n<p style=\"text-align: justify;\">Create a property file user.props as follows<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>export ORACLE_HOME=\/app\/fusion\/fmw\/iam<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>export IDM_HOME=\/app\/fusion\/fmw\/idm<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>export MW_HOME=\/app\/fusion\/fmw<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>export JAVA_HOME=\/app\/fusion\/jdk6<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>cd \/app\/fusion\/fmw\/iam\/idmtools\/bin\/<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>more user.props<\/strong><\/p>\n<p style=\"text-align: justify;\">IDSTORE_HOST: fmwhost.paramlabs.com<\/p>\n<p style=\"text-align: justify;\">IDSTORE_PORT: 3060<\/p>\n<p style=\"text-align: justify;\">IDSTORE_ADMIN_USER: cn=orcladmin<\/p>\n<p style=\"text-align: justify;\">IDSTORE_DIRECTORYTYPE: OID<\/p>\n<p style=\"text-align: justify;\">IDSTORE_USERSEARCHBASE: cn=Users,dc=paramlabs,dc=com<\/p>\n<p style=\"text-align: justify;\">IDSTORE_GROUPSEARCHBASE: cn=Groups,dc=paramlabs,dc=com<\/p>\n<p style=\"text-align: justify;\">PASSWORD_EXPIRY_PERIOD: 7300<\/p>\n<p style=\"text-align: justify;\">IDSTORE_LOGINATTRIBUTE: uid<\/p>\n<p style=\"text-align: justify;\">Run the following command<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>.\/idmConfigTool.sh -upgradeLDAPUsersForSSO input_file=user.props<br \/>\n<\/strong><\/p>\n<p style=\"text-align: justify;\">Enter LDAP admin user password :<\/p>\n<p style=\"text-align: justify;\">Finished parsing LDAP<\/p>\n<p style=\"text-align: justify;\">LDAP Users Upgraded.<\/p>\n<p style=\"text-align: justify;\"><strong>Integrate Oracle Access Manager 11g with Oracle Identity Manager 11g<\/strong><\/p>\n<p style=\"text-align: justify;\">Create a property file as follows.<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>more oimitg.props<\/strong><\/p>\n<p style=\"text-align: justify;\">LOGINURI: \/${app.context}\/adfAuthentication<\/p>\n<p style=\"text-align: justify;\">LOGOUTURI: \/oamsso\/logout.html<\/p>\n<p style=\"text-align: justify;\">AUTOLOGINURI: None<\/p>\n<p style=\"text-align: justify;\">ACCESS_SERVER_HOST: fmwhost.paramlabs.com<\/p>\n<p style=\"text-align: justify;\">ACCESS_SERVER_PORT: 5575<\/p>\n<p style=\"text-align: justify;\">ACCESS_GATE_ID: Webgate_IDM<\/p>\n<p style=\"text-align: justify;\">COOKIE_DOMAIN: .paramlabs.com<\/p>\n<p style=\"text-align: justify;\">COOKIE_EXPIRY_INTERVAL: 120<\/p>\n<p style=\"text-align: justify;\">OAM_TRANSFER_MODE: open<\/p>\n<p style=\"text-align: justify;\">WEBGATE_TYPE: ohsWebgate11g<\/p>\n<p style=\"text-align: justify;\">SSO_ENABLED_FLAG: true<\/p>\n<p style=\"text-align: justify;\">IDSTORE_PORT: 3060<\/p>\n<p style=\"text-align: justify;\">IDSTORE_HOST: fmwhost.paramlabs.com<\/p>\n<p style=\"text-align: justify;\">IDSTORE_DIRECTORYTYPE: OID<\/p>\n<p style=\"text-align: justify;\">IDSTORE_ADMIN_USER: cn=oamLDAP,cn=Users,dc=paramlabs,dc=com<\/p>\n<p style=\"text-align: justify;\">IDSTORE_USERSEARCHBASE: cn=Users,dc=paramlabs,dc=com<\/p>\n<p style=\"text-align: justify;\">IDSTORE_GROUPSEARCHBASE: cn=Groups,dc=paramlabs,dc=com<\/p>\n<p style=\"text-align: justify;\">MDS_DB_URL: jdbc:oracle:thin:@fdbhost.paramlabs.com:1521:fusiondb<\/p>\n<p style=\"text-align: justify;\">MDS_DB_SCHEMA_USERNAME: fa_mds<\/p>\n<p style=\"text-align: justify;\">WLSHOST: fmwhost.paramlabs.com<\/p>\n<p style=\"text-align: justify;\">WLSPORT: 7001<\/p>\n<p style=\"text-align: justify;\">WLSADMIN: weblogic<\/p>\n<p style=\"text-align: justify;\">DOMAIN_NAME: IDMDomain<\/p>\n<p style=\"text-align: justify;\">OIM_MANAGED_SERVER_NAME: WLS_OIM1<\/p>\n<p style=\"text-align: justify;\">DOMAIN_LOCATION: \/app\/fusion\/config\/domains\/IDMDomain<\/p>\n<p style=\"text-align: justify;\">IDSTORE_LOGINATTRIBUTE: uid<\/p>\n<p style=\"text-align: justify;\">Run the following command.<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ .<strong>\/idmConfigTool.sh -configOIM input_file=oimitg.props<\/strong><\/p>\n<p style=\"text-align: justify;\">Enter sso access gate password :<\/p>\n<p style=\"text-align: justify;\">Enter mds db schema password :<\/p>\n<p style=\"text-align: justify;\">Enter idstore admin password :<\/p>\n<p style=\"text-align: justify;\">Enter admin server user password :<\/p>\n<p style=\"text-align: justify;\">\u2026<\/p>\n<p style=\"text-align: justify;\">The tool has completed its operation. Details have been logged to automation.log<\/p>\n<p style=\"text-align: justify;\">Check for errors in the log file.<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>grep -i error automation.log<br \/>\n<\/strong><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #943634; font-size: 14pt;\"><strong>Assigning Groups and Roles<br \/>\n<\/strong><\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: 12pt;\"><strong>Assigning WLSAdmins Group to WebLogic Administration Groups<\/strong><br \/>\n<\/span><\/p>\n<p style=\"text-align: justify;\"><strong>1.\u00a0<\/strong>Log in to the WebLogic Administration Server Console.<\/p>\n<p style=\"text-align: justify;\"><strong>2.\u00a0<\/strong>In the left pane of the console, click\u00a0<strong>Security Realms<\/strong>.<\/p>\n<p style=\"text-align: justify;\"><strong>3.\u00a0<\/strong>On the Summary of Security Realms page, click\u00a0<strong>myrealm\u00a0<\/strong>under the\u00a0<strong>Realms\u00a0<\/strong>table.<\/p>\n<p style=\"text-align: justify;\"><strong>4.\u00a0<\/strong>On the Settings page for myrealm, click the\u00a0<strong>Roles &amp; Policies\u00a0<\/strong>tab.<\/p>\n<p style=\"text-align: justify;\"><strong>5.\u00a0<\/strong>On the Realm Roles page, expand the\u00a0<strong>Global Roles\u00a0<\/strong>entry under the\u00a0<strong>Roles\u00a0<\/strong>table. This brings up the entry for Roles. Click the\u00a0<strong>Roles\u00a0<\/strong>link to go to the Global Roles page.<\/p>\n<p style=\"text-align: justify;\"><strong>6.\u00a0<\/strong>On the Global Roles page, click the\u00a0<strong>Admin\u00a0<\/strong>role to go to the Edit Global Role page:<\/p>\n<p style=\"text-align: justify;\"><strong>a.\u00a0<\/strong>On the Edit Global Roles page, under the\u00a0<strong>Role Conditions\u00a0<\/strong>table, click the\u00a0<strong>Add Conditions\u00a0<\/strong>button.<\/p>\n<p style=\"text-align: justify;\"><strong>b.\u00a0<\/strong>On the Choose a Predicate page, select\u00a0<strong>Group\u00a0<\/strong>from the drop down list for predicates and click\u00a0<strong>Next<\/strong>.<\/p>\n<p style=\"text-align: justify;\"><strong>c.\u00a0<\/strong>On the Edit Arguments Page, Specify\u00a0<strong>IDM Administrators\u00a0<\/strong>in the\u00a0<strong>Group Argument\u00a0<\/strong>field and click\u00a0<strong>Add<\/strong>.<\/p>\n<p style=\"text-align: justify;\"><strong>7.\u00a0<\/strong>Click\u00a0<strong>Finish\u00a0<\/strong>to return to the Edit Global Rule page.<\/p>\n<p style=\"text-align: justify;\"><strong>8.\u00a0<\/strong>The\u00a0<strong>Role Conditions\u00a0<\/strong>table now shows the IDM Administrators Group as an entry.<\/p>\n<p style=\"text-align: justify;\"><strong>9.\u00a0<\/strong>Click\u00a0<strong>Save\u00a0<\/strong>to finish adding the Admin role to the IDM Administrators Group.<\/p>\n<p style=\"text-align: justify;\"><strong>10.\u00a0<\/strong>Validate that the changes were successful by bringing up the WebLogic Administration Server Console using a web browser. Log in using the credentials for the weblogic_idm user.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio1.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio2.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio3.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio4.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio5.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio6.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio7.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\">Validate that the changes were successful by bringing up the WebLogic Administration Server Console using a web browser. Log in using the credentials for the weblogic_idm user.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio8.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: 13pt;\"><strong>Perform Bug 13824816 Workaround<br \/>\n<\/strong><\/span><\/p>\n<p style=\"text-align: justify;\">1. Since you are already on the Global Roles page, click the Admin role to go to the Edit Global Role page:<\/p>\n<p style=\"text-align: justify;\">2. On the Edit Global Roles page, under the Role Conditions table, click Add Conditions.<\/p>\n<p style=\"text-align: justify;\">3. On the Choose a Predicate page, select Group from the predicates list and click Next.<\/p>\n<p style=\"text-align: justify;\">4. On the Edit Arguments Page, specify OAMAdministrators in the Group Argument field and click Add.<\/p>\n<p style=\"text-align: justify;\">5. Click Finish to return to the Edit Global Rule page. The Role Conditions table now shows the OAMAdministrators Group as an entry.<\/p>\n<p style=\"text-align: justify;\">6. Click Save to finish adding the Admin role to the OAMAdministrators Group.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio9.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio10.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio11.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: 13pt;\"><strong>Updating the boot.properties File<br \/>\n<\/strong><\/span><\/p>\n<p style=\"text-align: justify;\">Update the boot.properties file for the Administration Server and the managed servers with the WebLogic admin user (weblogic_id) created in Oracle Internet Directory.<\/p>\n<p style=\"text-align: left;\">[fusion@fmwhost security]$<strong> cd \/app\/fusion\/config\/domains\/IDMDomain\/servers\/AdminServer\/security<\/strong><\/p>\n<p style=\"text-align: left;\">[fusion@fmwhost security]$ <strong>cp -pr boot.properties boot.properties_preOAM<\/strong><\/p>\n<p style=\"text-align: left;\">[fusion@fmwhost security]$ <strong>more boot.properties<\/strong><\/p>\n<p style=\"text-align: justify;\"><strong>username=weblogic_idm<br \/>\n<\/strong><\/p>\n<p style=\"text-align: justify;\"><strong>password=Param123<br \/>\n<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost security]$ <strong>cp -pr boot.properties ..\/..\/WLS_OAM1\/security\/<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost security]$ <strong>cp -pr boot.properties ..\/..\/WLS_OIM1\/security\/<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost security]$ <strong>cp -pr boot.properties ..\/..\/WLS_SOA1\/security\/<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost security]$ <strong>cp -pr boot.properties ..\/..\/wls_ods1\/security\/<\/strong><\/p>\n<p style=\"text-align: justify;\"><strong>Restart all services manually to encrypt the file<br \/>\n<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>nohup .\/startWebLogic.sh &amp;<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>nohup .\/startManagedWebLogic.sh wls_ods1 &amp;<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>nohup .\/startManagedWebLogic.sh WLS_OAM1 &amp;<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>nohup .\/startManagedWebLogic.sh WLS_OIM1 &amp;<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost bin]$ <strong>nohup .\/startManagedWebLogic.sh WLS_SOA1 &amp;<\/strong><\/p>\n<p><span style=\"color: #943634; font-size: 14pt;\"><strong>Install Webgate<\/strong><br \/>\n<\/span><\/p>\n<p style=\"text-align: justify;\"><strong>Versions of GCC Third-Party Libraries for Linux and Solaris<\/strong><\/p>\n<div>\n<table style=\"border-collapse: collapse; background: white;\" border=\"0\">\n<colgroup>\n<col style=\"width: 123px;\" \/>\n<col style=\"width: 90px;\" \/>\n<col style=\"width: 153px;\" \/>\n<col style=\"width: 106px;\" \/><\/colgroup>\n<tbody valign=\"top\">\n<tr>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\"><strong>Operating System<\/strong><\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: solid 0.5pt; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\"><strong>Architecture<\/strong><\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: solid 0.5pt; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\"><strong>GCC Libraries Required<\/strong><\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: solid 0.5pt; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\"><strong>Library Version<\/strong><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: solid 0.5pt; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">Linux 32-bit<\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">x86<\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">libgcc_s.so.1<\/p>\n<p style=\"text-align: justify;\">libstdc++.so.5<\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">3.3.2<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: solid 0.5pt; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">Linux 64-bit<\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">x64<\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">libgcc_s.so.1<\/p>\n<p style=\"text-align: justify;\">libstdc++.so.6<\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">3.4.6<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: solid 0.5pt; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">Solaris 64-bit<\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">SPARC<\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">libgcc_s.so.1<br \/>\nlibstdc++.so.5<\/p>\n<\/td>\n<td style=\"padding-top: 5px; padding-left: 7px; padding-bottom: 5px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid 0.5pt; border-right: solid 0.5pt;\" valign=\"middle\">\n<p style=\"text-align: justify;\">3.3.2<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"background: white;\"><strong>Verifying the GCC Libraries Version on Linux and Solaris Operating Systems<br \/>\n<\/strong><\/p>\n<p style=\"text-align: justify;\">Make sure we have the required libraries for Webgate installation. If you have installed Oracle Linux then you should have them.<\/p>\n<p style=\"background: white;\">Perform the following checks to verify the version of GCC libraries:<\/p>\n<p style=\"background: white;\"><strong>On the Linux32 on i386 platform:<\/strong><\/p>\n<p style=\"background: white;\">Run the following commands and ensure that their output is always greater than 0:<\/p>\n<p style=\"background: white;\">strings -a libgcc_s.so.1 | grep -c &#8220;GCC_3.0\u2033<\/p>\n<p style=\"background: white;\">strings -a libgcc_s.so.1 | grep -v &#8220;GCC_3.3.1\u2033 | grep -c &#8220;GCC_3.3\u2033<\/p>\n<p style=\"background: white;\">file libgcc_s.so.1 | grep &#8220;32-bit&#8221; | grep -c &#8220;80386\u2033<\/p>\n<p style=\"background: white;\">file libstdc++.so.5 | grep &#8220;32-bit&#8221; | grep -c &#8220;80386\u2033<\/p>\n<p style=\"background: white;\"><a name=\"INOIM96034\"><\/a><\/p>\n<p style=\"background: white;\"><strong>On the Linux 64 on x86-64 platform:<\/strong><\/p>\n<p style=\"background: white;\">Run the following commands and ensure that their output is always greater than 0:<\/p>\n<p style=\"background: white;\">strings -a libgcc_s.so.1 | grep -c &#8220;GCC_3.0\u2033<\/p>\n<p style=\"background: white;\">strings -a libgcc_s.so.1 | grep -v &#8220;GCC_3.3.1\u2033 | grep -c &#8220;GCC_3.3\u2033<\/p>\n<p style=\"background: white;\">strings -a libgcc_s.so.1 | grep -c &#8220;GCC_4.2.0\u2033<\/p>\n<p style=\"background: white;\">file libgcc_s.so.1 | grep &#8220;64-bit&#8221; | grep -c &#8220;x86-64\u2033<\/p>\n<p style=\"background: white;\">file -L libstdc++.so.6 | grep &#8220;64-bit&#8221; | grep -c &#8220;x86-64\u2033<\/p>\n<p style=\"background: white;\"><a name=\"INOIM96035\"><\/a><\/p>\n<p style=\"background: white;\"><strong>On the Solaris 64 on SPARC platform:<\/strong><\/p>\n<p style=\"background: white;\">Run the following commands and ensure that their output is always greater than 0:<\/p>\n<p style=\"background: white;\">strings -a libgcc_s.so.1 | grep -c &#8220;GCC_3.0\u2033<\/p>\n<p style=\"background: white;\">strings -a libgcc_s.so.1 | grep -v &#8220;GCC_3.3.1\u2033 | grep -c &#8220;GCC_3.3\u2033<\/p>\n<p style=\"background: white;\">file libgcc_s.so.1 | grep &#8220;64-bit&#8221; | grep -c &#8220;SPARC&#8221;<\/p>\n<p style=\"background: white;\">file libstdc++.so.5 | grep &#8220;64-bit&#8221; | grep -c &#8220;SPARC&#8221;<\/p>\n<p style=\"text-align: justify;\">Since we have Oracle Linux x86-64 platform, let us verify the same.<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost Disk1]$ <strong>strings -a \/lib64\/libgcc_s.so.1 | grep -v &#8220;GCC_3.3.1&#8221; | grep -c &#8220;GCC_3.3&#8221;<br \/>\n<\/strong><\/p>\n<p style=\"text-align: justify;\">1<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost Disk1]$ <strong>strings -a \/lib64\/libgcc_s.so.1 | grep -c &#8220;GCC_3.0&#8221;<br \/>\n<\/strong><\/p>\n<p style=\"text-align: justify;\">1<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost Disk1]$ <strong>strings -a \/lib64\/libgcc_s.so.1 | grep -v &#8220;GCC_3.3.1&#8221; | grep -c &#8220;GCC_3.3&#8221;<br \/>\n<\/strong><\/p>\n<p style=\"text-align: justify;\">1<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost Disk1]$ <strong>strings -a \/lib64\/libgcc_s.so.1 | grep -c &#8220;GCC_4.2.0&#8221;<\/strong><\/p>\n<p style=\"text-align: justify;\">1<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost Disk1]$ <strong>file -L \/lib64\/libgcc_s.so.1 | grep &#8220;64-bit&#8221; | grep -c &#8220;x86-64&#8221;<\/strong><\/p>\n<p style=\"text-align: justify;\">1<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost Disk1]$ <strong>file -L \/usr\/lib64\/libstdc++.so.6 | grep &#8220;64-bit&#8221; | grep -c &#8220;x86-64&#8221;<\/strong><\/p>\n<p style=\"text-align: justify;\">1<\/p>\n<p style=\"text-align: justify;\">This all looks good so we don&#8217;t need to download any additional files.<\/p>\n<p><span style=\"font-size: 12pt;\"><strong>Start webgate installation<\/strong><br \/>\n<\/span><\/p>\n<p style=\"text-align: justify;\">We need to have the required libraries in a dedicated directory before we install webgate.<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost Disk1]$ <strong>mkdir \/app\/fusion\/oam_lib<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost Disk1]$ <strong>cp -p \/lib64\/libgcc_s.so.1 \/app\/fusion\/oam_lib\/<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost Disk1]$ <strong>cp -p \/usr\/lib64\/libstdc++.so.6 \/app\/fusion\/oam_lib\/<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost Disk1]$ <strong>ls -ltr \/app\/fusion\/oam_lib\/<\/strong><\/p>\n<p style=\"text-align: justify;\">total 1024<\/p>\n<p style=\"text-align: justify;\">-rwxr-xr-x 1 fusion dba 976312 Sep 26 05:09 libstdc++.so.6.0.8<\/p>\n<p style=\"text-align: justify;\">-rwxr-xr-x 1 fusion dba 58400 Sep 26 05:09 libgcc_s-4.1.2-20080825.so.1<\/p>\n<p style=\"text-align: justify;\">lrwxrwxrwx 1 fusion dba 28 Mar 7 00:03 libgcc_s.so.1 -&gt; libgcc_s-4.1.2-20080825.so.1<\/p>\n<p style=\"text-align: justify;\">lrwxrwxrwx 1 fusion dba 18 Mar 7 00:03 libstdc++.so.6 -&gt; libstdc++.so.6.0.8<\/p>\n<p>Start webgate installation from\u00a0<strong>&lt;Repository_location&gt;\/webgate\/Disk1<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost ~]$ <strong>cd \/mnt\/hgfs\/setup\/installers\/webgate\/Disk1\/<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost Disk1]$ <strong>.\/runInstaller<\/strong><\/p>\n<p style=\"text-align: justify;\">\u2026<\/p>\n<p style=\"text-align: justify;\">Please specify JRE\/JDK location ( Ex. \/home\/jre ), &lt;location&gt;\/bin\/java should exist <strong>:\/app\/fusion\/jdk6<\/strong><\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio12.png\" \/><\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio13.png\" \/><\/p>\n<p>Click\u00a0<strong>Next<\/strong><\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio14.png\" \/><\/p>\n<p>Once prerequisites check completes, click\u00a0<strong>Next<\/strong><\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio15.png\" \/><\/p>\n<p>Middleware Home:\u00a0<strong>\/app\/fusion\/fmw<\/strong><\/p>\n<p>Home Directory:\u00a0<strong>webgate<\/strong><\/p>\n<p>Click\u00a0<strong>Next<\/strong><\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio16.png\" \/><\/p>\n<p>GCC Library Location:\u00a0<strong>\/app\/fusion\/oam_lib<\/strong>\u00a0and click\u00a0<strong>Next<\/strong><\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio17.png\" \/><\/p>\n<p>Review the summary and click <strong>Install<\/strong><\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio18.png\" \/><\/p>\n<p>Once installation completes, click\u00a0<strong>Next<\/strong><\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio19.png\" \/><\/p>\n<p>Review the summary and click\u00a0<strong>Finish<\/strong><\/p>\n<p><span style=\"color: #943634; font-size: 14pt;\"><strong>Deploy WebGate to Oracle HTTP<\/strong><br \/>\n<\/span><\/p>\n<p style=\"text-align: justify;\">Make a backup of httpd.conf for safety.<\/p>\n<p>[fusion@fmwhost ~]$ <strong>cp -pr \/app\/fusion\/config\/instances\/web1\/config\/OHS\/web1\/httpd.conf \/app\/fusion\/config\/instances\/web1\/config\/OHS\/web1\/httpd.conf_preWebgate<br \/>\n<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify;\"><strong>1.\u00a0<\/strong>Execute the command deployWebGate which is located in:<\/p>\n<p style=\"text-align: justify;\"><strong><em>WEBGATE_ORACLE_HOME<\/em>\/webgate\/ohs\/tools\/deployWebGate<\/strong><\/p>\n<p>The command takes the following arguments:<\/p>\n<p>Oracle HTTP Instance configuration Directory<\/p>\n<p>WebGate Home Directory<\/p>\n<p>[fusion@fmwhost deployWebGate]$ <strong>.\/deployWebGateInstance.sh -w \/app\/fusion\/config\/instances\/web1\/config\/OHS\/web1 -oh \/app\/fusion\/fmw\/webgate<br \/>\n<\/strong><\/p>\n<p><strong>Copying files from WebGate Oracle Home to WebGate Instancedir<br \/>\n<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong>2.\u00a0<\/strong>Set the library path to include the\u00a0<em>WEB_ORACLE_HOME<\/em>\/lib directory<\/p>\n<p>&nbsp;<\/p>\n<p>[fusion@fmwhost deployWebGate]$ <strong>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:\/app\/fusion\/fmw\/web\/lib<br \/>\n<\/strong><\/p>\n<p>Change directory to:\u00a0<em>WEBGATE_ORACLE_HOME<\/em>\/webgate\/ohs\/tools\/setup\/InstallTools<\/p>\n<p>&nbsp;<\/p>\n<p>[fusion@fmwhost deployWebGate]$ <strong>cd \/app\/fusion\/fmw\/webgate\/webgate\/ohs\/tools\/setup\/InstallTools\/<br \/>\n<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"background-color: white;\"><strong>3.\u00a0<\/strong>Run the following command to copy the file apache_webgate.template from the WebGate home directory to the WebGate instance location (renamed to webgate.conf) and update the httpd.conf file to add one line to include the name of webgate.conf<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>[fusion@fmwhost InstallTools]$ <strong>.\/EditHttpConf -w \/app\/fusion\/config\/instances\/web1\/config\/OHS\/web1 -oh \/app\/fusion\/fmw\/webgate<br \/>\n<\/strong><\/p>\n<p>The web server configuration file was successfully updated<\/p>\n<p>\/app\/fusion\/config\/instances\/web1\/config\/OHS\/web1\/httpd.conf has been backed up as \/app\/fusion\/config\/instances\/web1\/config\/OHS\/web1\/httpd.conf.ORIG<\/p>\n<p style=\"text-align: justify;\"><strong>Note:<\/strong>\u00a0If you get error like &#8220;Error: You are not authorized to configure this web server&#8221; then you need to check the Group value in \/app\/fusion\/admin\/ohs_inst1\/config\/OHS\/ohs1\/httpd.conf<\/p>\n<p style=\"text-align: left;\">It should be\u00a0<strong>dba or oinstall<\/strong>\u00a0based on the default group of the fusion user.<\/p>\n<p style=\"text-align: left;\">[fusion@fmwhost web1]$ <strong>ls -ltr \/app\/fusion\/config\/instances\/web1\/config\/OHS\/web1\/webgate\/config\/<br \/>\n<\/strong><\/p>\n<p style=\"text-align: left;\">total 20<\/p>\n<p style=\"text-align: left;\">drwxr-xr-x 2 fusion dba 4096 Mar 7 00:08 simple<\/p>\n<p style=\"text-align: left;\">-rwxr-x&#8212; 1 fusion dba 14337 Mar 7 00:08 oblog_config_wg.xml<\/p>\n<p style=\"text-align: left;\">[fusion@fmwhost web1]$ <strong>ls -ltr \/app\/fusion\/config\/domains\/IDMDomain\/output\/Webgate_IDM_11g\/<br \/>\n<\/strong><\/p>\n<p style=\"text-align: left;\">total 8<\/p>\n<p style=\"text-align: left;\">-rw-r&#8212;&#8211; 1 fusion dba 2967 Mar 6 01:23 ObAccessClient.xml<\/p>\n<p style=\"text-align: left;\">-rw&#8212;&#8212;- 1 fusion dba 3141 Mar 6 01:23 cwallet.sso<\/p>\n<p><span style=\"background-color: white;\"><strong>4.\u00a0<\/strong>Copy the files ObAccessClient.xml, cwallet.sso, and password.xml, which were generated when you created the agent from the directory\u00a0<em>ASERVER_HOME<\/em>\/output\/Agent Name on IDMHOST1, to the directory <em>ORACLE_INSTANCE<\/em>\/config\/OHS\/<em>component<\/em>\/webgate\/config<br \/>\n<\/span><\/p>\n<p style=\"text-align: left;\">[fusion@fmwhost web1]$ <strong>cp -pr \/app\/fusion\/config\/domains\/IDMDomain\/output\/Webgate_IDM_11g\/* \/app\/fusion\/config\/instances\/web1\/config\/OHS\/web1\/webgate\/config\/<br \/>\n<\/strong><\/p>\n<p style=\"text-align: left;\">[fusion@fmwhost web1]$ <strong>ls -ltr \/app\/fusion\/config\/instances\/web1\/config\/OHS\/web1\/webgate\/config\/<br \/>\n<\/strong><\/p>\n<p>total 32<\/p>\n<p>-rw&#8212;&#8212;- 1 fusion dba 3141 Mar 6 01:23 cwallet.sso<\/p>\n<p>drwxr-xr-x 2 fusion dba 4096 Mar 7 00:08 simple<\/p>\n<p>-rwxr-x&#8212; 1 fusion dba 14337 Mar 7 00:08 oblog_config_wg.xml<\/p>\n<p>-rw-r&#8212;&#8211; 1 fusion dba 0 Mar 7 01:07 ObAccessClient.xml.lck<\/p>\n<p>-rw-r&#8212;&#8211; 1 fusion dba 0 Mar 7 01:07 polltracking.lck<\/p>\n<p>-rw-r&#8212;&#8211; 1 fusion dba 4774 Mar 7 01:07 ObAccessClient.xml<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Restart web service<br \/>\n<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>[fusion@fmwhost web1]$ <strong>\/app\/fusion\/config\/instances\/web1\/bin\/opmnctl stopall<\/strong><\/p>\n<p>opmnctl stopall: stopping opmn and all managed processes&#8230;<\/p>\n<p>[fusion@fmwhost web1]$ <strong>\/app\/fusion\/config\/instances\/web1\/bin\/opmnctl startall<\/strong><\/p>\n<p>opmnctl startall: starting opmn and all managed processes&#8230;<\/p>\n<p style=\"text-align: justify;\">Now launch <strong>http:&lt;hostname&gt;:7777\/console<\/strong> and this should redirect to OAM login page.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio20.png\" width=\"652\" height=\"349\" \/><\/p>\n<p style=\"text-align: justify;\">Once logged in, it should redirect back to Weblogic Console home page.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio21.png\" width=\"652\" height=\"349\" \/><\/p>\n<p style=\"text-align: justify;\">Now SSO Logout function will also work.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio22.png\" width=\"652\" height=\"349\" \/><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio23.png\" width=\"652\" height=\"349\" \/><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio24.png\" width=\"652\" height=\"424\" \/><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #943634; font-size: 14pt;\"><strong>Patch Webgate<br \/>\n<\/strong><\/span><\/p>\n<p style=\"text-align: justify;\">We had skipped webgate patch in earlier steps of patching since webgate was not yet installed. Let us apply the patch now.<\/p>\n<p style=\"text-align: justify;\">Go to &lt;repository location&gt;\/installers\/webate\/patch<\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost patch]$ <strong>export ORACLE_HOME=\/app\/fusion\/fmw\/webgate<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost patch]$ <strong>$ORACLE_HOME\/OPatch\/opatch napply<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost patch]$ <strong>export JAVA_HOME=\/app\/fusion\/jdk6<br \/>\n<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost patch]$ <strong>export WL_HOME=\/app\/fusion\/fmw\/wlserver_10.3<\/strong><\/p>\n<p style=\"text-align: justify;\">[fusion@fmwhost patch]$ <strong>$ORACLE_HOME\/OPatch\/opatch napply<\/strong><\/p>\n<p style=\"text-align: justify;\">Do you want to proceed? [y|n]<\/p>\n<p style=\"text-align: justify;\">y<\/p>\n<p style=\"text-align: justify;\">\u2026<\/p>\n<p style=\"text-align: justify;\">Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.<\/p>\n<p style=\"text-align: justify;\">(Oracle Home = &#8216;\/app\/fusion\/fmw\/webgate&#8217;)<\/p>\n<p style=\"text-align: justify;\">Is the local system ready for patching? [y|n]<\/p>\n<p style=\"text-align: justify;\">y<\/p>\n<p style=\"text-align: justify;\">\u2026<\/p>\n<p style=\"text-align: justify;\">Patching component oracle.as.oam.webgate.ohs, 11.1.1.5.0&#8230;<\/p>\n<p style=\"text-align: justify;\">Copying file to &#8220;\/app\/fusion\/fmw\/webgate\/webgate\/ohs\/tools\/t2p\/oam-webgate-t2p.jar&#8221;<\/p>\n<p style=\"text-align: justify;\">Copying file to &#8220;\/app\/fusion\/fmw\/webgate\/webgate\/ohs\/config\/np1111_wg.txt&#8221;<\/p>\n<p style=\"text-align: justify;\">Copying file to &#8220;\/app\/fusion\/fmw\/webgate\/webgate\/ohs\/lib\/webgate.so&#8221;<\/p>\n<p style=\"text-align: justify;\">Copying file to &#8220;\/app\/fusion\/fmw\/webgate\/webgate\/ohs\/lib\/libxmlengine.so&#8221;<\/p>\n<p style=\"text-align: justify;\">Copying file to &#8220;\/app\/fusion\/fmw\/webgate\/webgate\/ohs\/tools\/setup\/InstallTools\/EditHttpConf&#8221;<\/p>\n<p style=\"text-align: left;\">Copying file to &#8220;\/app\/fusion\/fmw\/webgate\/webgate\/ohs\/tools\/deployWebGate\/deployWebGateInstance.sh&#8221;<\/p>\n<p style=\"text-align: justify;\">\u2026<\/p>\n<p style=\"text-align: justify;\">The local system has been patched and can be restarted.<\/p>\n<p style=\"text-align: justify;\">UtilSession: N-Apply done.<\/p>\n<p style=\"text-align: justify;\">OPatch succeeded.<\/p>\n<p style=\"text-align: justify;\">Restart all services and reconfirm that everything comes up successfully. The EM should look as follows.<\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"http:\/\/www.oratraining.com\/blog\/wp-content\/uploads\/2013\/03\/032513_1027_OracleFusio25.png\" width=\"652\" height=\"383\" \/><\/p>\n<p><strong>Next: <\/strong><a title=\"Oracle Fusion Applications Installation: Create new Response File\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/04\/oracle-fusion-applications-installation-create-new-response-file\/\">Create new Response File<\/a><\/p>\n<p><a title=\"Oracle Fusion Applications installation \u2013 Step by step guide (11.1.6)\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/03\/oracle-fusion-applications-installation-step-by-step-guide-11-1-6\/\"><b>Installing Oracle Fusion Applications &#8211; steps<\/b><\/a><\/p>\n<ol>\n<li><a title=\"Oracle Fusion Applications Installation: Install Fusion Applications Provisioning Framework\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/03\/oracle-fusion-applications-installation-install-fusion-applications-provisioning-framework\/\">Install Fusion Applications Provisioning Framework<\/a><\/li>\n<li><a title=\"Oracle Fusion Applications Installation: Install Oracle 11g Database (Applications Transactional Database)\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/03\/oracle-fusion-applications-installation-install-oracle-11g-database-applications-transactional-database\/\">Install Oracle 11g Database (Applications Transactional Database)<\/a><\/li>\n<li><a title=\"Oracle Fusion Applications Installation: Run Oracle Fusion Applications Repository Creation Utility (Applications RCU)\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/03\/oracle-fusion-applications-installation-run-oracle-fusion-applications-repository-creation-utility-applications-rcu\/\">Run Oracle Fusion Applications Repository Creation Utility (Applications RCU)<\/a><\/li>\n<li>Create another database for Oracle Identity Management Infrastructure (optional)<strong><br \/>\n<\/strong><\/li>\n<li><a title=\"Oracle Fusion Applications Installation: Run Repository Creation Utility (RCU) for Oracle Identity Management components\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/03\/oracle-fusion-applications-installation-run-repository-creation-utility-rcu-for-oracle-identity-management-components\/\">Run Repository Creation Utility (RCU) for Oracle Identity Management components<\/a><strong><br \/>\n<\/strong><\/li>\n<li><a title=\"Oracle Fusion Applications Installation: Install Oracle Identity and Access Management Components\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/03\/oracle-fusion-applications-installation-install-oracle-identity-and-access-management-components\/\">Install Oracle Identity and Access Management Components<\/a><\/li>\n<li><a title=\"Apply mandatory Patches\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/03\/apply-mandatory-patches-2\/\">Apply mandatory Patches<\/a><\/li>\n<li><a title=\"Oracle Fusion Applications Installation: Configure Oracle Identity and Access Management components\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/03\/oracle-fusion-applications-installation-configure-oracle-identity-and-access-management-components\/\">Configure Oracle Identity and Access Management components<\/a><strong><br \/>\n<\/strong><\/li>\n<li><a title=\"Oracle Fusion Applications Installation: Integrate Oracle Identity Manager (OIM) and Oracle Access Manager (OAM)\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/03\/oracle-fusion-applications-installation-integrate-oracle-identity-manager-oim-and-oracle-access-manager-oam\/\">Integrate Oracle Identity Manager (OIM) and Oracle Access Manager (OAM)<\/a><\/li>\n<li>Install provisioning framework on Node 2<\/li>\n<li><a title=\"Oracle Fusion Applications Installation: Create new Response File\" href=\"http:\/\/www.oratraining.com\/blog\/2013\/04\/oracle-fusion-applications-installation-create-new-response-file\/\">Create new Response File<\/a><\/li>\n<li><a title=\"Oracle Fusion Applications Installation: Provision an Applications Environment\" href=\"http:\/\/www.oratraining.com\/blog\/2012\/12\/provision-an-applications-environment\/\">Provision an Applications Environment<\/a>\u00a0(Editing in progress,\u00a0this link\u00a0currently\u00a0points to 11.1.5 counterpart)<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Previous: Configure Oracle Identity and Access Management components\u00a0 Update Existing LDAP Users with Required Object Classes Create a property file user.props as follows [fusion@fmwhost bin]$ export ORACLE_HOME=\/app\/fusion\/fmw\/iam [fusion@fmwhost bin]$ export IDM_HOME=\/app\/fusion\/fmw\/idm [fusion@fmwhost bin]$ export MW_HOME=\/app\/fusion\/fmw [fusion@fmwhost bin]$ export JAVA_HOME=\/app\/fusion\/jdk6 [fusion@fmwhost bin]$ cd \/app\/fusion\/fmw\/iam\/idmtools\/bin\/ [fusion@fmwhost bin]$ more user.props IDSTORE_HOST: fmwhost.paramlabs.com IDSTORE_PORT: 3060 IDSTORE_ADMIN_USER: cn=orcladmin IDSTORE_DIRECTORYTYPE: OID [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2566","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.oratraining.com\/blog\/wp-json\/wp\/v2\/posts\/2566","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.oratraining.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.oratraining.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.oratraining.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.oratraining.com\/blog\/wp-json\/wp\/v2\/comments?post=2566"}],"version-history":[{"count":0,"href":"https:\/\/www.oratraining.com\/blog\/wp-json\/wp\/v2\/posts\/2566\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.oratraining.com\/blog\/wp-json\/wp\/v2\/media?parent=2566"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.oratraining.com\/blog\/wp-json\/wp\/v2\/categories?post=2566"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.oratraining.com\/blog\/wp-json\/wp\/v2\/tags?post=2566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}