Do you have condor installed on the system? If not, install the condor package.
The /etc/globus/globus-condor.conf file can contain the paths to the condor tools, if you've installd condor into a non-standard location. Joe On Sep 11, 2012, at 7:46 AM, Asher Spain <[email protected]> wrote: > Dear friends, > > I am using Globus 5.2.2 in Ubuntu. I have configured a server (Ubuntu 11.10) > and a client (Ubuntu 12.04) and after testing sending a command with the fork > LRM it works perfectly but it doesn't with Condor LRM. > > I have just installed the following package to add support for Condor: > server@grid:~$ sudo apt-get install globus-gram-job-manager-condor > > And verified it is correct in the gatekeeper: > server@grid:~$ globus-gatekeeper-admin –l > jobmanager-condor [ENABLED] > jobmanager-fork-poll [ENABLED] > jobmanager [ALIAS to jobmanager-fork-poll] > jobmanager-fork [ALIAS to jobmanager-fork-poll] > > However, if I try to send a command to work with the Condor LRM it gives back > the following error: > user2@user2:~$ globus-job-run 192.168.2.4/jobmanager-condor /bin/hostname > GRAM Job failed because the job failed when the job manager attempted to run > it (error code 17) > Details: condor_submit: open3: exec of /usr/bin/condor_submit > /home/server/.globus/job/server-dell/16217984507497606681.10046243610132796064/scheduler_condor_submit_script > failed at /usr/share/perl5/Globus/GRAM/JobManager/condor.pm line 593\n > > As I said, it works perfectly with the fork LRM. In the logs I can see the > authentication and authorization is done and the gatekeepers sends the job to > the jobmanager and creates a child, but that's all it does. Do you know what > could be the problem? I am in a real hurry so any information will be > welcome. By the way, I have tried looking in the Internet but didn't find > anything that helped so if somebody can tell me where to get good information > about Condor, its concept and how it works, I would be really grateful. > > Thanks in advance!
