Hi! I have installed condor as you told me (thank you very much!) using "apt-get install condor" but I still have problems. Firstly it gave me an error related to the READ permission so I set it to ALLOW *server@server-Dell:~$ globus-job-run 192.168.2.4/jobmanager-condor /bin/hostnameGRAM Job failed because the job failed when the job manager attempted to run it (error code 17)Details: condor_submit: \nERROR: Failed to connect to local queue manager\nAUTHENTICATE:1002:Failure performing handshake\n server@server-Dell:~$ tail -200 /var/lib/condor/log/SchedLog 9/11 23:51:00 (pid:4218) PERMISSION DENIED to unauthenticated user from host 127.0.0.1 for command 1111 (QMGMT_CMD), access level READ: reason: READ authorization policy contains no matching ALLOW entry for this request; identifiers used for this host: 127.0.0.1,localhost Then, it gave me same error but with WRITE permission so I set it to ALLOW * in /etc/globus/globus_configserver@server-Dell:~$ globus-job-run 192.168.2.4/jobmanager-condor /bin/hostnameGRAM Job failed because the job failed when the job manager attempted to run it (error code 17)Details: condor_submit: \nERROR: Failed to create cluster\n9/11 23:59:19 (pid:4547) PERMISSION DENIED to server@server-dell from host 127.0.0.1 for queue management, access level WRITE: reason: WRITE authorization policy contains no matching ALLOW entry for this request; identifiers used for this host: 127.0.0.1,localhost But now I'm getting an error that says "this version of condor doesn't support x509 credentials". What am I doing wrong? Is there any other step I have to do and that I haven't done? Thank you very much in advance for your help. I am really in a hurry to solve this problem!
> Subject: Re: [gt-user] Problem with Condor LRM > From: [email protected] > Date: Tue, 11 Sep 2012 10:00:44 -0400 > CC: [email protected] > To: [email protected] > > 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! >
