Provisioning the Managed Servers in the Managed Server Directory

8-8 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management ■ Update the WebLogic monitoring user name and the WebLogic monitoring password . Enter weblogic as the WebLogic monitoring user name and the password for the weblogic user as the WebLogic monitoring password. ■ Click OK to save your changes.

8.3 Provisioning the Managed Servers in the Managed Server Directory

This section provides the steps to provision the Managed Server on the local disk. Proceed as follows: 1. Stop the ODS instances on both IDMHOST1 and IDMHOST2. Follow the steps in Section 20.1, Starting and Stopping Oracle Identity Management Components 2. On IDMHOST1, pack the Managed Server domain using the pack command located under the ORACLE_COMMON_HOMEcommonbin directory. Make sure to pass -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. Unpack the Managed Server to the managed server directory on IDMHOST1 using the unpack command located under the ORACLE_COMMON_HOME commonbin 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 4. Copy the Managed Server template directory from IDMHOST1 to IDMHOST2. For Example: scp -rp u01apporacleproductsfmwtemplates userIDMHOST2:u01apporacleproductsfmwtemplates 5. Unpack the Managed Server to the managed server directory on IDMHOST2 using the unpack command located under the ORACLE_COMMON_ HOME commonbin 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 Extending the Domain with Oracle Directory Integration Platform and ODSM 8-9 6. Start the ODS instances on both IDMHOST1 and IDMHOST2. Follow the steps in Section 20.1, Starting and Stopping Oracle Identity Management Components. 7. Delete the ORACLE_ BASE adminIDMDomainaserverIDMDomainserverswls_ods1 directory on IDMHOST1 and the ORACLE_ BASE adminIDMDomainaserverIDMDomainserverswls_ods2 directory on IDMHOST2. These directories are created by the Oracle Universal Installer when the domain is originally configured and are no longer required after the provisioning the Managed Server to the managed server directory.

8.4 Configuring ODSM to work with the Oracle Web Tier