Propagating the Oracle Identity Manager and SOA Managed Servers to OIMHOST1 and OIMHOST2

Extending the Domain with Oracle Identity Manager 14-11 Click Finish to exit the Configuration Assistant. 12. Restart WebLogic Administration Server, as described in Section 20.1, Starting and Stopping Oracle Identity Management Components.

14.5 Propagating the Oracle Identity Manager and SOA Managed Servers to OIMHOST1 and OIMHOST2

Once the configuration has succeeded on IDMHOST1, you can propagate the configuration to OIMHOST1 and OIMHOST2 Enterprise deployment only. You do this by packing the domain on IDMHOST1 and unpacking it on OIMHOST1 and OIMHOST2 Enterprise deployment only. Follow these steps to propagate the domain to IDMHOST1. 1. Invoke the pack utility from ORACLE_COMMON_HOMEcommonbin. .pack.sh -domain=ORACLE_BASEadminIDMDomainaserverIDMDomain -template=u01apporacleadmintemplatesoim_domain.jar -template_name=OIM Domain -managed=true 2. This creates a file called oim_domain.jar in the u01apporacleadmintemplates directory. Copy this file to OIMHOST1 and OIMHOST2. 3. On OIMHOST1, invoke the utility unpack, which is also located in the directory ORACLE_COMMON_HOME commonbin. .unpack.sh -domain=u01apporacleadminIDMDomainmserverIDMDomain -template=u01apporacleproductfmwtemplatesoim_domain.jar -overwrite_ domain=true -app_dir=u01apporacleadminIDMDomainmserverapplications 4. On OIMHOST2, invoke the utility unpack, which is also located in the directory ORACLE_COMMON_HOME commonbin. .unpack.sh -domain=u01apporacleadminIDMDomainmserverIDMDomain -template=u01apporacleproductfmwtemplatesoim_domain.jar -overwrite_ domain=true -app_dir=u01apporacleadminIDMDomainmserverapplications 5. Copy the soa directory located under the u01apporacleadminIDMDomainaserverIDMDomain directory on IDMHOST1 to the u01apporacleadminIDMDomainmserverIDMDomain directory on OIMHOST1 and OIMHOST2. To copy the soa directory from IDMHOST1 to OIMHOST1: scp -rp u01apporacleadminIDMDomainaserverIDMDomainsoa userOIMHOST1:u01apporacleadminIDMDomainmserverIDMDomainsoa To Copy the soa directory from IDMHOST1 to OIMHOST2: scp -rp u01apporacleadminIDMDomainaserverIDMDomainsoa userOIMHOST2:u01apporacleadminIDMDomainmserverIDMDomainsoa 6. Copy the setDomainEnv.sh and the setSOADomainEnv.sh under the u01apporacleadminIDMDomainmserverIDMDomainbin directory on oimhost1 to the u01apporacleadminIDMDomainmserverIDMDomainbin directory on IDMHOST1, IDMHOST2, OAAMHOST1, and OAAMHOST2. 14-12 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management 7. Start the Managed Servers in your domain, as described in Section 20.1, Starting and Stopping Oracle Identity Management Components, except for the following servers: ■ WLS_OIM1 ■ WLS_OIM2 ■ WLS_SOA1 ■ WLS_SOA2

14.6 Post-Installation Steps on OIMHOST1