Provisioning the Managed Servers on the Local Disk

15-8 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management This is a benign warning that you can ignore. Click Yes to continue. 10. On the Specify Installation Location screen, specify the following values: ■ Oracle Middleware Home Location : u01apporacleproductfmw This value is prefilled and cannot be updated. ■ Oracle Home Directory : idm This value is prefilled and cannot be updated. ■ WebLogic Server Directory : u01apporacleproductfmwwlserver_10.3 ■ Oracle Instance Location : u01apporacleadmininstancesoif_ inst2 ■ Instance Name : oif_inst2 Click Next. 11. On the Specify Oracle Configuration Manager Details screen, specify the following values: ■ Email Address : The email address for your My Oracle Support account ■ Oracle Support Password : The password for your My Oracle Support account ■ Select: I wish to receive security updates via My Oracle Support Click Next. 12. On the Configure Components screen, de-select all the components except for Oracle Identity Federation components. Select only Oracle Identity Federation from the Oracle Identity Federation components. Do not select Oracle HTTP Server . Click Next. 13. On the Installation Summary screen, review the selections to ensure that they are correct. If they are not correct, click Back to modify selections on previous screens. Then click Configure. 14. On the Configuration Progress screen, view the progress of the configuration.

15. On the Installation Complete screen, click Finish to confirm your choice to exit.

15.4 Provisioning the Managed Servers on the Local Disk

Due to certain limitations, the Oracle Configuration Wizard creates the domain configuration under the Identity Management Oracle home. In this deployment guide, the Oracle home is on shared disk and it is a best practice recommendation to separate the domain configuration from the Oracle home. This section provides the steps to separate the domain. Proceed as follows: 1. From OIFHOST1, copy the applications directory under the MW_ HOME adminIDMDomainaserverIDMDomainconfigfmwconfigserve rswls_oif1 directory to the MW_ HOME adminIDMDomainaserverIDMDomainconfigfmwconfigserve rswls_oif1 directory and to the MW_ HOME adminIDMDomainaserverIDMDomainconfigfmwconfigserve rswls_oif2 directories on IDMHOST1. scp -rp MW_HOMEadminIDMDomainaserverIDMDomainconfigfmwconfigserverswls_ oif1applications userIDMHOST1:ORACLE_ Extending the Domain with Oracle Identity Federation 15-9 BASE adminIDMDomainaserverIDMDomainconfigfmwconfigserverswls_oif1 scp -rp MW_HOMEadminIDMDomainaserverIDMDomainconfigfmwconfigserverswls_ oif1applications userIDMHOST1:ORACLE_ BASE adminIDMDomainaserverIDMDomainconfigfmwconfigserverswls_oif2 2. On IDMHOST1, pack the Managed Server domain using the pack command located under the ORACLE_COMMON_HOMEcommonbin directory. Make sure to pass the -managed=true flag to pack the Managed Server. Type: ORACLE_COMMON_HOME commonbinpack.sh -managed=true \ -domain=path_to_adminServer_domain -template=templateName.jar \ -template_name=templateName For example ORACLE_COMMON_HOME commonbinpack.sh -managed=true \ -domain=u01apporacleadminIDMDomainaserverIDMDomain \ -template=u01apporacleproductfmwtemplatesmanagedServer.jar \ -template_name=ManagedServer_Template 3. Copy the Managed Server template directory from IDMHOST1 to both OIFHOST1 and OIFHOST2. For Example: Copy to OIFHOST1: scp -rp u01apporacleproductsfmwtemplates userOIFHOST1:u01apporacleproductsfmwtemplates Copy to OIFHOST2: scp -rp u01apporacleproductsfmwtemplates userOIFHOST2:u01apporacleproductsfmwtemplates 4. Unpack the Managed Server to the local disk on OIFHOST1 using the unpack command located under the ORACLE_COMMON_HOMEcommonbin directory. ORACLE_COMMON_HOME commonbinunpack.sh -domain=path_to_domain_on_localdisk \ -template=templateName.jar -app_dir=path_to_appdir_on_localdisk For example: ORACLE_COMMON_HOME commonbinunpack.sh \ -domain=u01apporacleadminIDMDomainmserverIDMDomain \ -template=u01apporacleproductfmwtemplatesmanagedServer.jar \ -app_dir=u01apporacleadminIDMDomainmserverapplications 5. Unpack the Managed Server to the local disk on OIFHOST2 using the unpack command located under the ORACLE_COMMON_HOMEbin directory. ORACLE_COMMON_HOME commonbinunpack.sh -domain=path_to_domain_on_localdisk \ -template=templateName.jar -app_dir=path_to_appdir_on_localdisk \ -overwrite_domain=true For example: ORACLE_COMMON_HOME commonbinunpack.sh \ -domain=u01apporacleadminIDMDomainmserverIDMDomain \ -template=u01apporacleproductfmwtemplatesmanagedServer.jar \ -app_dir=u01apporacleadminIDMDomainmserverapplications \ -overwrite_domain=true 6. Run the setNMProps.sh command on both OIFHOST1 and OIFHOST2.: 15-10 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management cd MW_HOMEoracle_commoncommonbin .setNMProps.sh 7. Restart the Node Manager on OIFHOST1 and OIFHOST2 by following the steps in Section 20.1, Starting and Stopping Oracle Identity Management Components. 8. Restart the Administration server by following the steps in Section 20.1, Starting and Stopping Oracle Identity Management Components. 9. Validate that the Administration Server started up successfully by opening a browser accessing the Administration Console at http:ADMINVHN.mycompany.com:7001console. Also validate Enterprise Manager by opening a browser and accessing Oracle Enterprise Manager Fusion Middleware Control at http:ADMINVHN.mycompany.com:7001em. 10. Restart the Managed Servers on OIFHOST1 and OIFHOST2 by using the Administration Console as described in Section 20.1, Starting and Stopping Oracle Identity Management Components. 11. Delete the MW_HOMEadminIDMDomainaserver directory on OIFHOST1 and OIFHOST2. This directory is created by the Oracle Universal Installer when the domain is originally configured and is no longer required after the provisioning the Managed Server to the local disk.

15.5 Validating Oracle Identity Federation