Propagating the Domain Configuration to ECMHOST1 and ECMHOST2 Using the unpack Utility Starting Node Manager on ECMHOST1 and ECMHOST2

Extending the Domain with Oracle UCM 7-7

7.3 Propagating the Domain Configuration to ECMHOST1 and ECMHOST2 Using the unpack Utility

Perform these steps to propagate the domain configuration: 1. Run the pack command on SOAHOST1 to create a template pack using the following commands: SOAHOST1 cd ORACLE_COMMON_HOMEcommonbin SOAHOST1 .pack.sh -managed=true -domain=ORACLE_BASEadmindomain_name aserverdomain_name -template=edgdomaintemplate2.jar -template_name=edgdomain_ template 2. Copy the template to ECMHOST2: SOAHOST1 scp edgdomaintemplate2.jar oracleECMHOST2:ORACLE_BASEproductfmw oracle_commoncommonbin 3. Run the unpack command on ECMHOST1 to unpack the propagated template. ECMHOST1 cd ORACLE_COMMON_HOMEcommonbin ECMHOST1 .unpack.sh -domain=ORACLE_BASEadmindomain_namemserverdomain_name -template=edgdomaintemplate2.jar -app_dir=ORACLE_BASEadmindomain_name mserverapplications

4. Repeat step 3 for ECMHOST2.

7.4 Starting Node Manager on ECMHOST1 and ECMHOST2

Perform these steps to start Node Manager on ECMHOST1 and ECMHOST2 if Node Manager has not started already:

1. On each server, run the setNMProps.sh script, which is located in the ORACLE_

COMMON_HOMEcommonbin directory, to set the StartScriptEnabled property to true before starting Node Manager: ECMHOSTn cd ORACLE_COMMON_HOMEcommonbin ECMHOSTn .setNMProps.sh Note: Assuming that ECMHOST1 shares the ORACLE_HOME with SOAHOST1, the template will be present in the same directory in ECMHOST1; otherwise, copy it also to ECMHOST1. Note: Make sure to run unpack from the ORACLE_COMMON_ HOMEcommonbin directory, not from WL_HOMEcommonbin. Note: The ORACLE_BASEadmindomain_namemserver directory must exist before running unpack. In addition, the ORACLE_BASE admindomain_namemserverapplications must be empty. 7-8 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite 2. Run the following commands on both ECMHOST1 and ECMHOST2 to start Node Manager: ECMHOSTn cd WL_HOMEserverbin ECMHOSTn .startNodeManager.sh

7.5 Restarting the Administration Server