ENOVIA Live Collaboration Server Configuration on UNIX/Linux

This topic describes options for configuring the ENOVIA Live Collaboration Server on UNIX/Linux.

Related Topics
Configuring the ENOVIA Live Collaboration Server
Implementing the Security Wrapper on RMI Gateway
ENOVIA Live Collaboration Server Port Number Configuration

When installed on UNIX, the configuration is specified by means of environment variables. To change the configuration after the initial installation, modify the rmireg.sh shell script. The following environment variables may be modified:

Environment Variable

Description

JAVA_PATH JDKDIR JDKDIR is the directory that holds the installed Java Development Kit.
MATRIXHOME BOOTFILEPATH BOOTFILEPATH represents the location of the connection (bootstrap) file for this server or gateway.

Portions of the section of the rmireg.sh script that sets environment variables are shown below. You can reconfigure the lines that are shown in bold.

# rmireg.sh -- Bourne shell script for eMatrixServletRMI

# Registry
#
# Usage:- rmireg.sh
#
###############################################################
#
# Set up Matrix Environment Variables
#
MATRIXHOME=/acme1/ematrixRMI  
export MATRIXHOME
CLASSPATH=/acme1/weblogic/myserver/servletclasses/
eMatrixServletRMI.jar
export CLASSPATH
MX_ARCH=solarisb64   export MX_ARCH JAVA_OPTIONS JAVA_PATH JAVA_LIB JAVA_SECURITY          

Configuring the Gateway for Quiesce on UNIX

The variables listed below are for use with the RMI Gateway, and are unset upon installation. These arguments are mutually exclusive--exactly one or none of them may be set at a time. Setting any of them makes use of the Quiesce function.

RMI Gateway Variable

Description

OPS #_OF_OPS

The number of operations to perform before switching to another server when the RMI Gateway is in use.

HOURS #_OF_HOURS

The number of hours to wait before switching to another server when the RMI Gateway is in use.

DAYS #_OF_DAYS

The number of days to wait before switching to another server when the RMI Gateway is in use.