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

Re: [Condor-users] Multiple masters on one machine




is it possible to have multiple condor masters on the same machine?

Yes.


It seems it is not possible to start more than one condor_master process, though it should be possible to define directories etc. for more than one master.

It is certainly possible. You need to have a unique configuration file for each one. The easiest way to make this work is to define CONDOR_CONFIG with the appropriate location before you begin a particular master. If each master sees a different CONDOR_CONFIG variable, you'll be fine.


You will want the directories to be unique for each one.

-alain