Discussion:
[gt-user] Integration of Globus Toolkit 6.0 and SGE as LRM
Abdul Rauf
2014-11-17 13:26:15 UTC
Permalink
Hi All,

I am working on a research project based on Grid Computing. I have
installed SGE on Ubuntu 14.04 using packages (default installation) and
configured it using qmon. I am able to submit the job successfully on it.
After then, I have installed Globus 6.0 (packages) and configured it. GSI
and GridFTP are working fine. When I try to submit and run job through
globus, it gives following Error:


****@master:~$ globus-job-run master /bin/hostnameGRAM Job submission
failed because the gatekeeper failed to find the requested service (error
code 93)*

HERE are some other outputs that may help to diagnose:
---------------------------------------------------------------------------------------------------------------
***@master:/home/arauf# ps -eaf | grep sge
sgeadmin 1158 1 0 22:52 ? 00:00:02
/usr/lib/gridengine/sge_qmaster
sgeadmin 1341 1 0 22:52 ? 00:00:01
/usr/lib/gridengine/sge_execd
root 1706 1695 0 23:33 pts/2 00:00:00 grep --color=auto sge
---------------------------------------------------------------------------------------------------------------------
***@master:/home/arauf# globus-gatekeeper-admin -l
jobmanager-fork-poll [ENABLED]
jobmanager-fork-seg [ENABLED]
jobmanager-sge-poll [ENABLED]
*jobmanager-sge-seg [ENABLED]*
jobmanager [ALIAS to jobmanager-sge-seg]
jobmanager-fork [ALIAS to jobmanager-fork-seg]
jobmanager-sge [ALIAS to jobmanager-sge-poll]
---------------------------------------------------------------------------------------------------------------------
/etc/init.d/globus-scheduler-event-generator start sge
* * globus-scheduler-event-generator: No LRMs installed*
-------------------------------------------------------------------------------------------------------------------

I think, I am unable to integrate SGE as a LRM for GT. Please give me some
clues to rectify the issue. I will be very thankful.

Thanks and best regards,
Abdul Rauf
Joseph Bester
2014-11-17 18:43:04 UTC
Permalink
Post by Abdul Rauf
Hi All,
GRAM Job submission failed because the gatekeeper failed to find the requested service (error code 93)
Is the globus-globus-gram-job-manager package installed?
Post by Abdul Rauf
---------------------------------------------------------------------------------------------------------------
sgeadmin 1158 1 0 22:52 ? 00:00:02 /usr/lib/gridengine/sge_qmaster
sgeadmin 1341 1 0 22:52 ? 00:00:01 /usr/lib/gridengine/sge_execd
root 1706 1695 0 23:33 pts/2 00:00:00 grep --color=auto sge
---------------------------------------------------------------------------------------------------------------------
jobmanager-fork-poll [ENABLED]
jobmanager-fork-seg [ENABLED]
jobmanager-sge-poll [ENABLED]
jobmanager-sge-seg [ENABLED]
jobmanager [ALIAS to jobmanager-sge-seg]
jobmanager-fork [ALIAS to jobmanager-fork-seg]
jobmanager-sge [ALIAS to jobmanager-sge-poll]
---------------------------------------------------------------------------------------------------------------------
/etc/init.d/globus-scheduler-event-generator start sge
* globus-scheduler-event-generator: No LRMs installed
-------------------------------------------------------------------------------------------------------------------
I think, I am unable to integrate SGE as a LRM for GT. Please give me some clues to rectify the issue. I will be very thankful.
The scheduler-event-generator package had a bug that included the incorrect path for some state files. I uploaded a new version to the globus toolkit repository today.
Do an apt-get update ; apt-get upgrade to get version 5.9 which fixes those issues.

Joe

Loading...