Back to home page

Enduro/X

 
 

    


0001 EX_ENVOVER(5)
0002 =============
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 ex_envover - EnduroX Environment override configuration file
0009 
0010 SYNOPSYS
0011 --------
0012 Configuration file synax:
0013 ---------------------------------------------------------------------
0014 # this line is commented
0015 export PARAM_NAME=VALUE
0016 #
0017 PARAM_NAME_2=PARAM_VALUE_2
0018 ---------------------------------------------------------------------
0019 
0020 DESCRIPTION
0021 -----------
0022 This is simple text file with shell like syntax for environment variable setup.
0023 Used for per ATMI server environment process environment variable override. File
0024 is configured in *ndrxconfig.xml(5)* config file.
0025 
0026 
0027 PARAMTERS
0028 ---------
0029 *PARAM_NAME*::
0030         Name of the of the environment variable to be overriden. 
0031 *VALUE*::
0032         The value to be used. The value starting from '=' is directly loaded
0033         into memory. All symbols up till end of the line are used.
0034 
0035 EXAMPLE
0036 -------
0037 Sample configuration:
0038 ---------------------------------------------------------------------
0039 #
0040 # This is environment override file for tpevsrv
0041 #
0042 
0043 # Syntax is following:
0044 # # = comment
0045 # [export ] = ignored
0046 # ENV_VAR = name of env
0047 # = = equals sign
0048 # VALUE
0049 
0050 # Just for test, we set not clusterized
0051 export NDRX_CLUSTERISED=0
0052 
0053 # Also for testing se set wrong node id.
0054 NDRX_NODEID=9
0055 ---------------------------------------------------------------------
0056 
0057 BUGS
0058 ----
0059 Report bugs to (C) Mavimax, Ltd
0060 
0061 SEE ALSO
0062 --------
0063 *xadmin(8)*, *ndrxd(8)*, *ndrxconfig.xml(5)*, *ndrxdebug.conf(5)*, *ndrxconfig.xml(5)*
0064 
0065 COPYING
0066 -------
0067 (C) Mavimax, Ltd