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

Re: [HTCondor-users] Master Daemon - can't find address



The schedd is a daemon and must be added to the daemon list like any
of the other daemons.

On Thu, Oct 10, 2013 at 12:58 AM, Andrew Mole <Andrew.Mole@xxxxxxxx> wrote:
> Thanks for the swift response. COLLECTOR_HOST is already set (using the full name). We do not have any internal firewalls. For some reason when we use condor_restart it says that it canot connect to the local master.
>
> How do I check that schedd is running? It doesn't appear on the list of processes, even on the machines where everything is working properly. We already tried to force it to run by running it from the command line (D:\condor\bin\condor_schedd.exe).
>
> On 10 Oct, 2013, at 1:13 PM, "Ziliang Guo" <ziliang@xxxxxxxxxxx> wrote:
>
>> If you want a machine to be able to submit jobs, you need to have a
>> schedd running. If you want a machine to be an execute node, you need
>> to have a startd running. For both types of machines, you need to
>> point them to the central manager. This is done by setting the config
>> knob COLLECTOR_HOST to the address of the central manager. You can
>> indirectly do this by setting CONDOR_HOST to that address. Beyond
>> that, you just need to make sure the internal network firewalls will
>> let through HTCondor's traffic. Someone else with mixed pool
>> experience can chime in about whether the 7.8 series plays nicely with
>> the 8.0 series.
>>
>> Based on what you wrote in your email, it reads as if you tried
>> submitting a job on the new machine you're trying to add without
>> having set it up as a submit node.
>>
>>
>> --
>> HTCondor Project Windows Developer / NEOS Maintainer
>> _______________________________________________
>> HTCondor-users mailing list
>> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
>> subject: Unsubscribe
>> You can also unsubscribe by visiting
>> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
>>
>> The archives can be found at:
>> https://lists.cs.wisc.edu/archive/htcondor-users/
> ____________________________________________________________
> Electronic mail messages entering and leaving Arup  business
> systems are scanned for acceptability of content and viruses
>
>
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/



-- 
HTCondor Project Windows Developer / NEOS Maintainer