LSF Version 7.3 - Platform LSF Configuration Reference

Set and exported in profile.lsf for sh, ksh, or bash:
EGO_LIBDIR=$LSF_LIBDIR
EGO_LOCAL_CONFDIR
Syntax
EGO_LOCAL_CONFDIR=dir
Description
The local EGO configuration directory containing the ego.conf file.
Examples
Set in csh and tcsh by cshrc.lsf:
setenv EGO_LOCAL_CONFDIR /usr/share/lsf/lsf_7/conf/ego/lsf1.2.3/kernel
Set and exported in sh, ksh, or bash by profile.lsf:
EGO_LOCAL_CONFDIR=/usr/share/lsf/lsf_7/conf/ego/lsf1.2.3/kernel
Values
In cshrc.lsf for csh and tcsh:
setenv EGO_LOCAL_CONFDIR /usr/share/lsf/lsf_7/conf/ego/lsf1.2.3/kernel
Set and exported in profile.lsf for sh, ksh, or bash:
EGO_LOCAL_CONFDIR=/usr/share/lsf/lsf_7/conf/ego/lsf1.2.3/kernel
EGO_SERVERDIR
Syntax
EGO_SERVERDIR=dir
Description
Directory where EGO server binaries and shell scripts are installed. These include vemkd,
pem, egosc, and shell scripts for EGO startup and shutdown.
Examples
Set in csh and tcsh by cshrc.lsf:
setenv EGO_SERVERDIR /usr/share/lsf/lsf_7/7.0/linux2.6-glibc2.3-x86/etc
Set and exported in sh, ksh, or bash by profile.lsf:
EGO_SERVERDIR=/usr/share/lsf/lsf_7/7.0/linux2.6-glibc2.3-x86/etc
Values
In cshrc.lsf for csh and tcsh:
setenv EGO_SERVERDIR $LSF_SERVERDIR
Set and exported in profile.lsf for sh, ksh, or bash:
EGO_SERVERDIR=$LSF_SERVERDIR
cshrc.lsf and profile.lsf
132 Platform LSF Configuration Reference