CICS HPC Rain Cluster - SGE Cron Example
Submitting jobs to SGE from cron.
To do this you need to modify your crontab to have the following:
SGE_ROOT=/opt/gridengine
SGE_ARCH=`$SGE_ROOT/util/arch`
DEFAULTMANPATH=`$SGE_ROOT/util/arch -m`
MANTYPE=`$SGE_ROOT/util/arch -mt`
SGE_CELL=default
SGE_QMASTER_PORT=536
SGE_EXECD_PORT=537
BIN=$SGE_ROOT/bin/$SGE_ARCH
# Place the job submission script here:
17 11 * * * /opt/gridengine/bin/linux-x64/qsub /home/rreese/sleep.sh