Knowledgebase
Earth System Science Interdisciplinary Center > ESSIC Help Desk > Knowledgebase

Search help:


CICS HPC Rain Cluster - SGE Cron Example

Solution

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
 
Was this article helpful? yes / no
Article details
Article ID: 32
Category: CICS Rain Cluster
Rating (Votes): Article rated 3.2/5.0 (42)

 
« Go back

 
Powered by Help Desk Software HESK, in partnership with SysAid Technologies