[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] jobmanager-condor



Hello,
My globus version is 4.0.3. I also install condor. Now I want to use
it as LRM. I follow http://www.cs.wisc.edu/condor/condor_globus.html
and many other docs to configure Gatekeeper and Condor. My
configuration files are as follow:

[grid@Server mpich-g2Test]$ cat /etc/xinetd.d/globus-gatekeeper
service gsigatekeeper
  {
     socket_type  = stream
     protocol     = tcp
     wait         = no
     user         = root
     env          = LD_LIBRARY_PATH=/usr/local/globus-4.0.3/lib
     server       = /usr/local/globus-4.0.3/sbin/globus-gatekeeper
     server_args  = -conf /usr/local/globus-4.0.3/etc/globus-gatekeeper.conf
     disable      = no
  }
I want to submit the following job:

[grid@Server mpich-g2Test]$ cat test.rsl
+
( &(resourceManagerContact="192.168.1.254/jobmanager-condor:/O=Grid/OU=GlobusTest/OU=simpleCA-localhost-eth0/CN=Mehdi
Sheikhalishahi")
  (count=1)
  (label="subjob 0")
  (environment=(GLOBUS_DUROC_SUBJOB_INDEX 0)
               (LD_LIBRARY_PATH /usr/local/globus-4.0.3/lib/))
  (directory="/home/grid/mpich-g2Test")
  (executable="/bin/hostname")
)

But I get the following error:
duroc subjob status:
   Submission of subjob (label = "subjob 0") failed because an
authorization operation failed (error code 57)
releasing barrier in automatic mode...



On 4/11/07, Mark Calleja <M.Calleja@xxxxxxxxxxxxxxx> wrote:
Mehdi Sheikhalishahi wrote:
> Hello,
>  How can I active jobmanager-condor in Globus 4.0.3 for non-WS GRAM?
>
>

Hi Mehdi,

The instructions on the Condor website should work OK:
http://www.cs.wisc.edu/condor/condor_globus.html

Note though that some of us have had to hack the following files in
order to get file transfer between the gatekeeper and the execute node
to work when there isn't a shared file system in use:

$GLOBUS_LOCATION/lib/perl/Globus/GRAM/JobManager.pm
$GLOBUS_LOCATION/lib/perl/Globus/GRAM/JobManager/condor.pm

Cheers,
Mark
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at either
https://lists.cs.wisc.edu/archive/condor-users/
http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR



--
Best Regards,
S.Mehdi Sheikhalishahi,
Bye.