UNIX/Linux
Global variables for all LN environments
On a UNIX/Linux platform, administrators can set system wide variables in the /etc/profile file. These variables apply to all LN environments on the system. Use this syntax:
<variable name>=<value>
export <variable name>
For example:
BSE_TMP=${BSE}/tmp
export BSE_TMP
Global variables for a single LN environment
Administrators can set the variables for a single LN environment in the ${BSE}/lib/bse_vars file of that environment. Use this syntax:
<variable name>=<value>
For example:
SLMHOME=/usr/slm
Note: In
bse_vars
, administrators can use only global variables
listed in
Environment variables and resources overview.