Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Condor daemons incorrect
- Date: Fri, 11 Mar 2005 13:10:16 -0600
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Condor daemons incorrect
On Fri, Mar 11, 2005 at 11:57:34AM +0100, Agust?n Caminero Herr?ez wrote:
> Hi!
> I'm new at using Condor. All that I've done is following the manual, and
> once I've had the daemons ruuning, I've tryed the examples.
> But, after submitting the examples, and viweing the processes running in
> my machine (ps -aux | egrep condor_), I found that the daemons that
> appeared were collector, negotiator, schedd, startd and master, but
> neither exec, starter and shadow apperared. All of this happens in my
> central manager machine.
> Does anybody know why this happens?
You'll only see an exec and starter on a machine that has a job running
on it.
You'll only see a shadow on a machine that has jobs submitted from it
that are in the 'R' state.
-Erik