![]() ![]() ![]() ![]() ![]() ![]() ![]() |
This section describes the following pre-installation steps that ensure successful installation:
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. |
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:
[DOCBROKER_PRIMARY]
host = YOURDOCBROKER
[DMAPI_CONFIGURATION]
cache_query = T
connect_pooling_enabled=T
connect_recycle_interval=100
max_session_count=
Docbroker_search_order=RANDOM
Ensure you have set environment variables for any user who uses this DFC instance by adding them to the Java application server startup file:
export CLASSPATH=$CLASSPATH:/user/DFC/dfc.jar:$DOCUMENTUM_SHARED/dctm.jar:$DOCUMENTUM_SHARED/config
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/<documentum dfc program root>/dfc
export LIBPATH=$LIBPATH:/<documentum dfc program root>/dfc
export DMCL_CONFIG=/user/DFC/dmcl.ini
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. |
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:
chown -R $PT_USER:$PT_GROUP $PT_HOME
.chmod -R 770 $PT_HOME
.mkdir -p /etc/plumtree
chgrp $ALI_GROUP /etc/plumtree
chmod -R 770 /etc/plumtree
mkdir -p /tmp/plumtree
chmod -R 777 /tmp/plumtree
chmod 660 /etc/plumtree/ptreg.xml
chgrp $ALI_GROUP /etc/plumtree/ptreg.xml
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:
This script is located in the same location as the Oracle WebCenter Content Service for Documentum installer file.
cd
) to be the directory to which you copied the ouais.sh script.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.
![]() ![]() ![]() |