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

Re: [HTCondor-users] how to make the master node privilege



On 01/03/2018 09:02 AM, Sherif Omran wrote:
i want to set the master node privilege to be the only machine that can submit jobs.

could you please help me?

The easiest way to do this is to only run the condor_schedd process on the one machine you want to be able to submit jobs.

So, either put SCHEDD in the DAEMON_LIST on that machine for older condors, or, for news condors, make sure that SCHEDULER is only in the role for the central manager machine, not in any others.

-greg