Installing Oracle WebLogic Server on ECMHOST2 Installing ECM on ECMHOST2 Using pack and unpack to Join the Domain on ECMHOST1 Start Node Manager and the WLS_UCM2 Server on ECMHOST2 Start the Managed Servers on ECMHOST2 Configure the WLS_UCM2 Managed Serve

Configuring High Availability for Enterprise Content Management 11-33

11.3.5 Configuring the Load Balancer

Configure the load balancer so that the virtual host for example, ucm.mycompany.com routes to the available Oracle HTTP Servers using round-robin load balancing. You should also configure the load balancer to monitor the HTTP and HTTPS listen ports for each Oracle HTTP Server. Verify that Oracle Content Server can be accessed at http:WEBHOST1:7777cs.

11.3.6 Installing and Configuring ECMHOST2

This section describes the installation and configuration steps to perform on ECMHOST2.

11.3.6.1 Installing Oracle WebLogic Server on ECMHOST2

To install Oracle WebLogic Server on ECMHOST2, perform the steps in Section 11.3.3.1, Installing Oracle WebLogic Server on ECMHOST1 on ECMHOST2.

11.3.6.2 Installing ECM on ECMHOST2

To install Oracle ECM on ECMHOST2, perform the steps in Section 11.3.3.2, Installing Oracle ECM on ECMHOST1 on ECMHOST2.

11.3.6.3 Using pack and unpack to Join the Domain on ECMHOST1

The pack and unpack commands are used to enable the WLS_UCM2 managed server on ECMHOST2 to join the ECM domain on ECMHOST1. First, execute the pack command on ECMHOST1: pack -managed=true -domain=u01apporacleproductWLS11Guser_projectsdomains ecmdomain -template=ecm_template.jar -template_name=my ecm domain After copying the ecm_template.jar file to ECMHOST2, execute the unpack command on ECMHOST2: unpack -domain=u01apporacleproductWLS11Guser_projectsdomainsecmdomain -template=ecm_template.jar

11.3.6.4 Start Node Manager and the WLS_UCM2 Server on ECMHOST2

To start Node Manager on ECMHOST2, use this command: ECMHOST2 MW_HOMEoracle_commoncommonbinsetNMProps.sh ECMHOST2 WL_HOMEwlserver_10.3binstartNodeManager.sh Access the Administration Console at http:ECMHOST1:7001console. In the Administration Console, start the WLS_UCM2 managed server.

11.3.6.5 Start the Managed Servers on ECMHOST2

Access the Administration Console at http:ECMHOST2:7001console. In the Administration Console, start the WLS_UCM2, WLS_URM2, and WLS_IPM2 managed servers.

11.3.6.6 Configure the WLS_UCM2 Managed Server

Access the WLS_UCM2 configuration page at http:ECMHOST2:16200cs. 11-34 Oracle Fusion Middleware High Availability Guide After you log in, the configuration page opens. The Oracle UCM configuration files must be on a shared disk. This example assumes that the shared disk is at orashareorclucm. Set the following values on the configuration page to the values below: ■ Content Server Instance Folder : orashareorclucmcs ■ Native File Repository Location : orashareorclucmcsvault ■ WebLayout Folder : orashareorclucmcsweblayout ■ Server Socket : Port 4444 ■ Socket Connection Address Security Filter : Set to a pipe-delimited list of localhost and HTTP Server Hosts: 127.0.0.1|WEBHOST1|WEBHOST2 ■ WebServer HTTP Address : Set to the host and port of the load balancer HTTP: ucm.mycompany.com:80 After making these updates, click Submit and then restart the WLS_UCM2 managed server.

11.3.6.7 Configure the WLS_URM2 Managed Server