Installation and Upgrade Guide

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Pre-Installation Procedures

This section describes the following pre-installation steps that ensure successful installation:

  1. Download the most up-to-date documentation from the Oracle Technology Network at http://download.oracle.com/docs/cd/E13158_01/alui/integration/documentumcs/docs103/sitemap.html.
  2. Read the product release notes for information on compatibility issues, known problems, and workarounds that might affect how you proceed with your deployment. Release notes are located at the top-level directory of the product package.
  3. Provision host computers for your deployment and install prerequisite software. For details, see Ensuring Component Version Compatibility.
  4. Install the Documentum DFC Runtime Environment. For details, see Configuring the Documentum DFC Runtime Environment.
  5. For installation on UNIX and Linux hosts, create the installation directory and the ALI user and group. For details, see Setting Up User and Group Accounts (UNIX and Linux).
  6. For installation on UNIX and Linux hosts, grant user and group access rights to Oracle Inventory directories. For details, see Granting User and Group Access Rights to Oracle Inventory Directories (UNIX and Linux).

 


Ensuring Component Version Compatibility

Note: For the most up-to-date list of supported software for your deployment, refer to the Interoperability page in the Product Center at http://one.bea.com/support.

The following table summarizes hardware and software requirements for the components you deploy with this product.

Caution: IPv6 is not supported. You should verify that IPv6 is not enabled prior to installing this product.
Table 2-1 Hardware and Software Requirements
Component
Requirement
Oracle WebCenter Content Service for Documentum Host Computer
Hardware
  • 512 MB RAM
  • 128 MB disk space
Operating System
  • AIX 5.3, on POWER3, POWER4, POWER5
  • Red Hat Enterprise Linux 4 Update 3, on x86
  • Microsoft Windows 2003 Server SP1 or R2, on x86
  • Solaris 8, 9, and 10, on SPARC
  • SUSE Enterprise Linux 9, on x86
Documentum Content Server
Documentum Content Server 5.2.5, 5.3
Network
You must be able to configure communication between the Remote Server, the portal, and Documentum Content Server.
If the Documentum Content Server is located on a computer outside of the portal and remote server domain, you must configure trust relations between domains.
Portal Software
Oracle WebCenter Interaction 10.3
Client Browser
  • Firefox 1.0, 1.5, 2.0
  • Internet Explorer 6.0, 7.0
  • Netscape 7.2, 8.0
  • Safari 1.3, 2.0

 


Configuring the Documentum DFC Runtime Environment

Before you install Oracle WebCenter Content Service for Documentum software on the Remote Server host computer, install the Documentum DFC Runtime Environment. For details on installation of Documentum products, refer to Documentum documentation.

After you install the Documentum Desktop Client on the Remote Server host computer, configure the dmcl.ini file for the client as follows:

Additional Step for UNIX and Linux Hosts

Ensure you have set environment variables for any user who uses this DFC instance by adding them to the Java application server startup file:

Note: We strongly recommend that you set the DMCL_CONFIG system variable on the Remote Server to ensure that the Oracle WebCenter Content Service for Documentum can communicate with the Documentum server. The DMCL_CONFIG value should be the path to the dmcl.ini file. See the installation guide for Documentum DFC Runtime Environment for additional details.

 


Setting Up User and Group Accounts (UNIX and Linux)

If you are installing an Oracle WebCenter Interaction product on a UNIX or Linux host computer for the first time, set up an ALI user group and account on the Remote Server host.

For local authentication, perform the following steps on the Remote Server host; for network authentication, perform these steps in LDAP or NIS:

  1. Verify there is sufficient disk space for the application to install.
  2. Create the local ALI group (ALI_GROUP), the local ALI user (ALI_USER), and its home directory (PT_HOME).
  3. Type chown -R $PT_USER:$PT_GROUP $PT_HOME.
  4. Type chmod -R 770 $PT_HOME.
  5. Log in to the host as root and type the following:
  6. mkdir -p /etc/plumtree
    chgrp $ALI_GROUP /etc/plumtree
    chmod -R 770 /etc/plumtree
    mkdir -p /tmp/plumtree
    chmod -R 777 /tmp/plumtree
  7. If the file /etc/plumtree/ptreg.xml exists, type the following:
  8. chmod 660 /etc/plumtree/ptreg.xml
    chgrp $ALI_GROUP /etc/plumtree/ptreg.xml

 


Granting User and Group Access Rights to Oracle Inventory Directories (UNIX and Linux)

Oracle Inventory contains files that provide the Oracle Universal Installer with the locations of the ORACLE_HOME directories on a particular machine. For Oracle Inventory to function properly, the user that installs Oracle WebCenter Analytics must have access rights to the directories that contain Oracle Inventory’s files. This section describes how to run the ouais.sh shell script, which sets user and group access rights for these directories.

Note: You do not need to perform this procedure if you are installing Oracle WebCenter Content Service for Documentum on Windows.
Note: If you are installing Oracle WebCenter Content Service for Documentum on Linux or UNIX operating systems, you do not need to perform this procedure if, as the same user that is installing Oracle WebCenter Content Service for Documentum, you have already installed at least one of the following products on the same machine on which you are installing Oracle WebCenter Content Service for Documentum:

To grant user and group access rights to Oracle Inventory directories:

  1. Log in to the remote server host computer as the root user.
  2. Copy the ouais.sh script to the machine onto which you will be installing Oracle WebCenter Content Service for Documentum.
  3. This script is located in the same location as the Oracle WebCenter Content Service for Documentum installer file.

  4. Change the current directory (cd) to be the directory to which you copied the ouais.sh script.
  5. Run the ouais.sh shell script.
  6. As arguments to the script, specify the user and group that will be running the Oracle WebCenter Content Service for Documentum installer. For example, you would use the following command to run the ouais.sh script from the root shell:

    ./ouais.sh -u <oracleuser> -g <oraclegroup>

    The ouais.sh script creates the Oracle Inventory directory if it did not exist before you ran the script. Additionally, the script grants user and group ownership to the directories that contain the files that are used by Oracle Inventory.


  Back to Top       Previous  Next