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/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: --------------------------------------------------------------------------------------------------------------- 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. Thanks and best regards, Abdul Rauf
