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

Re: [Condor-users] central manager



On Tue, Jan 25, 2005 at 01:48:00PM -0600, Andrew Zahn wrote:
> How do you keep jobs from running on the central manager?
> 

On the central manager, set

DAEMON_LIST = MASTER, COLLECTOR, NEGOTIATOR

If you want to be able to submit jobs from your central manager, put:

DAEMON_LIST = MASTER, COLLECTOR, NEGOTIATOR, SCHEDD

-Erik