Restarting the Administration Server Starting and Configuring the WC_UCM1 Managed Server Expand the Environment node in the Domain Structure window. Choose Servers. Click the Control tab. Updating the cwallet File in the Administration Server Configuring

9-8 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle WebCenter

9.5 Restarting the Administration Server

Restart the Administration Server for these changes take effect. To restart the Administration Server, stop it first using the Administration Console and then start it again as described in Chapter 4.7, Starting the Administration Server on SOAHOST1.

9.6 Starting and Configuring the WC_UCM1 Managed Server

To start the WC_UCM1 managed server: 1. Use the Oracle WebLogic Server Administration Console as follows:

a. Expand the Environment node in the Domain Structure window.

b. Choose Servers.

The Summary of Servers screen appears.

c. Click the Control tab.

d. Select WC_UCM1 and then click Start.

2. Verify that the server status is reported as Running in the Administration Console.

If the server is shown as Starting or Resuming, wait for the server status to change to Started. If another status is reported such as Admin or Failed, check the server output log files for errors. See Section 11.6, Troubleshooting for possible causes.

9.6.1 Configuring the WC_UCM1 Managed Server

To configure the WC_UCM1 managed server:

1. Log in to WC_UCM1 at http:WCHOST1:16200cs using your Oracle

WebLogic administration user name and password to display a configuration page.

2. Change the following values on the server configuration page. Make sure to select

the Is New Content Server Instance check box to see all options: ■ Content Server Instance Folder : Set this to ORACLE_BASEadminwc_ domainucm_clustercs. ■ Native File Repository Location : Set this to ORACLE_BASEadminwc_ domainucm_clustercsvault. ■ WebLayout Folder : Set this to ORACLE_BASEadminwc_domainucm_ clustercsweblayout. ■ Server Socket Port : Set this to 4444. ■ Socket Connection Address Security Filter : Set this to a pipe-delimited list of localhost and the server IPs: 127.0.0.1|WCHOST1_IP_Address|WCHOST2_IP_Address|HTTPHOST1_IP_ Address|HTTPHOST2_IP_Address Note: The UCM configuration files are on a shared disk so that all members of the cluster can access them. The shared disk location for the Oracle WebCenter enterprise deployment is at ORACLE_ BASEadminwc_domainucm_cluster. Installing and Configuring Oracle Universal Content Management 9-9 ■ WebServer HTTPHTTPS Address : Set this to wcedg.mycompany.com:443. ■ Web Address is HTTPS : Select this check box. ■ Server Instance Label : Set this to UCM_Cluster1. ■ Server Instance Description : Set this to Cluster ucm_cluster1. ■ Auto_Number Prefix : Set this to ucm_cluster1-.

3. Click Submit when finished, and restart the managed server using the Oracle

WebLogic Server Administration Console.

9.7 Updating the cwallet File in the Administration Server

The Oracle UCM server updates the cwallet.sso file located in ORACLE_ BASEadmindomain_namemserverdomain_nameconfigfmwconfig when it starts. You must propagate this change back to the Administration Server. To do this, copy the file to ORACLE_BASEadmindomain_nameaserverdomain_ nameconfigfmwconfig in SOAHOST1 using the following command all on a single line: WCMHOST1 scp ORACLE_BASEadmindomain_namemserver domain_nameconfigfmwconfigcwallet.sso oracleSOAHOST1:ORACLE_ BASE admindomain_nameaserverdomain_nameconfigfmwconfig

9.8 Starting and Configuring the WC_UCM2 Managed Server

To start the WC_UCM2 managed server: 1. Using the Oracle WebLogic Server Administration Console as follows:

1. Expand the Environment node in the Domain Structure window.

2. Choose Servers.

The Summary of Servers page appears.

3. Click the Control tab.

4. Select WC_UCM2 and then click Start.

2. Verify that the server status is reported as Running in the Administration Console.

If the server is shown as Starting or Resuming, wait for the server status to change to Started. If another status is reported such as Admin or Failed, check the server output log files for errors. See Section 11.6, Troubleshooting for possible causes. Note: For this step, use IP addresses, not hostnames. Note: If any operation is performed in the WC_UCMn servers that modifies the cwallet.sso file in the ORACLE_ BASEadmindomain_namemserverdomain_ nameconfigfmwconfig directory, the file must be immediately copied to the Administration Server domain directory on SOAHOST1 at ORACLE_BASEadmindomain_nameaserverdomain_ nameconfigfmwconfig. 9-10 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle WebCenter

9.8.1 Configuring the WC_UCM2 Managed Server

To configure the WC_UCM2 managed server:

1. Log in to WC_UCM2 at http:WCHOST2:16200cs using your Oracle

WebLogic administration user name and password to display a configuration page:

2. Change the following values on the server configuration page:

■ Content Server Instance Folder : Set this to ORACLE_BASEadminwc_ domainucm_clustercs ■ WebLayout Folder : Set this to ORACLE_BASEadminwc_domainucm_ clustercsweblayout Make sure that the Is new Content Server Instance? check box is NOT selected. ■ Native File Repository Location : Set this to ORACLE_BASEadminwc_ domainucm_clustercsvault

3. Click Submit when finished and restart the managed server using the Oracle

WebLogic Server Administration Console.

9.9 Configuring Service Retries for Oracle UCM

Set the following parameter in Oracle Content Servers config.cfg file in order to enable login retries during an Oracle RAC failover: ServiceAllowRetry=true If this value is not set, you are required to manually retry any operation that was in progress when the failover began. To add the configuration parameter for Oracle UCM:

1. Go to the WebLogic Server Administration Console for Oracle UCM at

http:WCHOST1:16200cs, and log in using your Oracle WebLogic administration user name and password.

2. Open the Administration page, and then choose Admin Server. The Content

Admin Server page appears.

3. Click General Configuration on the left. The General Configuration page appears.

4. In the Additional Configuration Variables box, add the following parameter:

ServiceAllowRetry=true

5. Click Save and restart all UCM managed servers.

Note: The UCM configuration files are on a shared disk so that all members of the cluster can access them. The shared disk location for the Oracle ECM enterprise deployment is at ORACLE_ BASEadminwc_domainaserverucm_cluster. Installing and Configuring Oracle Universal Content Management 9-11

9.10 Configuring Oracle HTTP Server for the WC_UCM Managed Servers