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

Re: [Condor-users] central manager



On Tue, Jan 25, 2005 at 02:28:09PM -0600, Andrew Zahn wrote:
> Erik Paulson wro
> 
> 
> 
> So essentially, if the startd is running then jobs can be processed on 
> the machine?

Yes, exactly.

> I have made the changes you recommended above and have 
> restart condor, but I still see the central manager in my condor_status. 
> In addition I see the processes running:
> 
> condor    5088     1  0 14:21 ?        00:00:00 condor_master -f
> condor    5162  5088  0 14:25 ?        00:00:00 condor_collector -f
> condor    5163  5088  0 14:25 ?        00:00:00 condor_negotiator -f
> condor    5164  5088 30 14:25 ?        00:00:05 condor_startd -f
> condor    5165  5088  0 14:25 ?        00:00:00 condor_schedd -f
> 

Then you're setting DAEMON_LIST somewhere else - run

condor_config_val -verbose daemon_list

to see where in the config file it is defined.

-Erik