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

Re: [Condor-users] Condor problems



On Thu, Feb 10, 2005 at 02:10:42PM -0500, Darryl Cook wrote:
> Ok,  I have re-installed Condor on machines that I have  and am *really* 
> close to getting this thing to work now....but still having a couple of 
> problems.
> 
> I am using two machines:   grid0  and node1.
> I installed the central manager on node1.
> 
> I submit a job on grid0 to node1 with the following:
> 
> executable=/bin/ls
> transfer_executable = false
> globusscheduler = node1.cs.appstate.edu/jobmanager-fork
> universe=globus
> output=test1.out
> log=test1.log
> error=test1.error
> requirements=true
> queue
> 
> The job runs but gets rejected for some unknown reason.  If I do a 
> condor_q -analyze I get the following:1 reject your job because of their 
> own requirements.
> 

There is no matchmaking going on in this case, so you don't need to 
have a 'requirements', and there is nothing that condor_q -analyze can
tell you.


<...>
> PID: 2911 -- Notice: 5: Authenticated globus user: 
> /O=Grid/OU=GlobusTest/OU=simpleCA-grid0.cs.appstate.edu/OU=cs.appstate.edu/CN=Darryl 
> Cook
> TIME: Thu Feb 10 14:06:05 2005
> PID: 2911 -- Notice: 0: GRID_SECURITY_HTTP_BODY_FD=6
> TIME: Thu Feb 10 14:06:05 2005
> PID: 2911 -- Notice: 5: Requested service: jobmanager-fork
> TIME: Thu Feb 10 14:06:05 2005
> PID: 2911 -- Notice: 5: Authorized as local user: dlc
> TIME: Thu Feb 10 14:06:05 2005
> PID: 2911 -- Notice: 5: Authorized as local uid: 500
> TIME: Thu Feb 10 14:06:05 2005
> PID: 2911 -- Notice: 5:           and local gid: 100
> TIME: Thu Feb 10 14:06:05 2005
> PID: 2911 -- Notice: 0: executing 
> /usr/local/globus/libexec/globus-job-manager
> TIME: Thu Feb 10 14:06:05 2005
> PID: 2911 -- Notice: 0: GRID_SECURITY_CONTEXT_FD=9
> TIME: Thu Feb 10 14:06:05 2005
> 
> 
> So it sees my request but it gets terminated.....

The next place to look is in:

1. The Gridmanager logfile (probably /tmp/GridmangerLog.<username> on your
submit machine
2. The job-manager logfile on node1.cs.appstate.edu, in your home directory.
You may need to change the $(GLOBUS_LOCATION)/etc/globus-job-manager.conf
file - you probably want the -save-logfile option to be always

-Erik