On Nov 17, 2014, at 8:26 AM, Abdul Rauf <[email protected]> wrote: > > 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: > > quser@master:~$ globus-job-run master /bin/hostname > 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? > HERE are some other outputs that may help to diagnose: > --------------------------------------------------------------------------------------------------------------- > root@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 > --------------------------------------------------------------------------------------------------------------------- > root@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. > 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
