Short Summary:

After completing Globus deployment, add the following service, 
"jobmanager-sge", to the $GLOBUS_DEPLOY_DIR/etc/globus-services file 
(a single line).

jobmanager-sge stderr_log,local_cred - 
/misc/globus-deploy/libexec/globus-jobmanager globus-jobmanager -conf 
/misc/globus-deploy/etc/globus-jobmanager.conf -type sge -rdn 
jobmanager-sge -machine-type cluster


Long Summary:

Basic integration through Globus GRAM (Globus Resource Allocation 
Manager) scripts are already available from Globus Toolkit 
distribution. If you downloaded the Globus source, you will find the 
following files:

./ResourceManagement/gram/libraries/job_manager/globus-script-grd-poll.in
./ResourceManagement/gram/libraries/job_manager/globus-script-grd-queue.in
./ResourceManagement/gram/libraries/job_manager/globus-script-grd-rm.in
./ResourceManagement/gram/libraries/job_manager/globus-script-grd-submit.in

Once you build and install the globus, the scripts are located at the 
following directory, e.g., 

Under Install dir:

./services/sparc-sun-solaris2.8/libexec/globus-script-grd-poll
./services/sparc-sun-solaris2.8/libexec/globus-script-grd-rm
./services/sparc-sun-solaris2.8/libexec/globus-script-grd-submit
./services/sparc-sun-solaris2.8/libexec/globus-script-grd-queue

Under deploy dir:

./libexec/globus-script-grd-poll
./libexec/globus-script-grd-queue
./libexec/globus-script-grd-rm
./libexec/globus-script-grd-submit

After deploying the globus, you need to add "jobmanager-grd" service to 
each deployment (if you didn't do it during the deployment) in order to 
use the integration between Globus and SGE. This can be done by editing 
the following file:

$GLOBUS_DEPLOY_DIR/etc/globus-services

and add the "jobmanager-grd" entry shown below as a single line.

jobmanager-grd stderr_log,local_cred - 
/misc/globus-deploy/libexec/globus-jobmanager globus-jobmanager -conf 
/misc/globus-deploy/etc/globus-jobmanager.conf -type grd -rdn 
jobmanager-grd -machine-type cluster


Also you can create a new manager, "jobmanager-sge", by replacing
"grd" with "sge" for GRAM scripts and add the following service,

jobmanager-sge stderr_log,local_cred - 
/misc/globus-deploy/libexec/globus-jobmanager globus-jobmanager -conf 
/misc/globus-deploy/etc/globus-jobmanager.conf -type sge -rdn 
jobmanager-sge -machine-type cluster




Chansup Byun
Last modified: Mon Feb 4 10:28:38 EST 2002