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

Re: [Condor-users] Condor-G help



On Apr 5, 2011, at 5:47 PM, Roy, Kevin (LNG-SEA) wrote:

When I try to run a job using condor-g.  I receive the following error in the log file
 
000 (015.001.000) 04/05 15:39:18 Job submitted from host: <192.168.235.132:34286>
...
020 (015.001.000) 04/05 15:39:21 Detected Down Globus Resource
    RM-Contact: royk-00.unique.local
...
026 (015.001.000) 04/05 15:39:21 Detected Down Grid Resource
    GridResource: gt5 royk-00. unique.local
...
 
I am using Fedora, a similar setup works using Ubuntu. 
I am able to run jobs without problem using condor or Globus, just not together. 
I have disabled my fireball.
 
Why wouldn’t Condor be able to find globus/grid universe?
 
Here is the job definition:
Executable                      = /bin/hostname
universe                        = grid
grid_resource                   = gt5 royk-00.unique.local
 
Log                             = /scratch/log/globus.$(cluster).$(Process)
output                          = /scratch/out/globus.$(cluster).$(Process)
error                           = /scratch/err/globus.$(cluster).$(Process)
 
should_transfer_files           = YES
when_to_transfer_output         = ON_EXIT
 
Queue 2

A common problem is that Condor can't find the directory containing the CA certificates. If /etc/grid-security/certificates doesn't exist or is empty, you'll need to set GSI_DAEMON_TRUSTED_CA_DIR in the Condor config file to the directory that does contain your CA certificate files.

Thanks and regards,
Jaime Frey
UW-Madison Condor Team