Previous Topic: Setting Up the Server EnvironmentNext Topic: Configuring the UBBCONFIG File


Configure the ENVFILE on the Server Machine

All Tuxedo servers on the server machine are executed with the environment specified in the ENVFILE. This path or filename also is specified in the *MACHINES section of the UBBCONFIG file.

The following code sample is a self-documented sample file which you may use as a template to configure your site specific ENVFILE. See your Tuxedo documentation for more specifics on the ENVFILE. A similar template ENVFILE is included in the $IEFH/make directory.

Sample ENVFILE File

#Copyright (C) 2009 CA, All rights reserved.
#sample ENVFILE. Rename this file following modification
#Replace the <bracketed> items with the appropriate values
#List all of the binary View32 files (comma separated list)
VIEWFILES32=<view32 file>.V,<view32 file>.V
VIEWDIR32=<Target directory>
#List all the Gen required SHLIB_PATH directory
#In particular, $IEFH/make directory
SHLIB_PATH=<List all the required SHLIB_PATH list>
#Retry should not be used in distributed transaction
RETRY_LIMIT=0;
#For debugging purpose
#CMIDEBUG=0xFFFFFFFF

Note: