8.11.3.1 Static Deployment

When using static deployment, all ART Batch related system servers are assembled in the UBBCONFIG file as other servers. The saved JES Configuration file is packed in the distribution package for deployment. The deployed JES configuration file name is the one pointed by the -i option of ARTJESADM CLOPT. The JESROOT directory is not created at this stage; it is created automatically by ART Batch at runtime.

The following environment variable settings are added to the setenv.sh file if JES is configured:

JESDIR=<full path of ART JES software> 
MT_KSH=<full path of pdksh> 
MT_ROOT=$JESDIR/ejr 
PATH=$JESDIR/bin:$PATH 
QMCONFIG=$APPDIR/QUE 
DATA_SOURCE=$APPDIR/data_source 
DATA=$APPDIR/data 
TMP=$APPDIR/tmp 
MT_TMP=$APPDIR/tmp 
MT_ACC_FILEPATH=$APPDIR/acc 
MT_LOG=$APPDIR/Logs/log 
SPOOL=$APPDIR/Logs/sysout

During configuration, the JES QUEUE system is initialized by the default jesqinit script or user-defined script.