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

Re: [Condor-users] Condor Configuration



Set:
 
    DAEMON_LIST = master, collector, negotiator
 
in your config file. Then:
 
    condor_restart
 
Or you can just set:
 
    START = False
 
And then:
 
    condor_reconfig -startd
 
Either will prevent it from executing jobs.
 
- Ian


From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Natarajan, Senthil
Sent: Monday, May 01, 2006 4:57 PM
To: Condor-Users Mail List
Subject: [Condor-users] Condor Configuration

Hi,

I was wondering how to configure; condor central manager is not an execution node.

I think we can kill startd process to do that, but how to configure in condor_config file.

Thanks,

Senthil