![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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 AquaLogic User Interaction Support Center. |
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 Documentum CS 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 Documentum CS 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 AquaLogic User 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
![]() ![]() ![]() |