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

Re: [HTCondor-users] Inconsistent schedd name



Hi Max,

You can set the default schedd name explicitly with SCHEDD_NAME = string. It sounds like you probably want SCHEDD_NAME = $(FULL_HOSTNAME)

If you have multiple schedds running on the same host make sure to use their local names first, e.g. <local_name>.SCHEDD_NAME = string

RunningÂcondor_config_val -schedd -dump | grep SCHEDD_NAMEÂshould show you what they're currently set to.

Best,
Collin

On Wed, Jun 20, 2018 at 1:02 AM, Fischer, Max (SCC) <max.fischer@xxxxxxx> wrote:
Hi all,

TLDR: How to make schedds/daemons use their FQDN as Name?

We have a problem with some third-party (grid) script layer not working correctly because our schedds use inconsistent names. Most use their FQDN (as we need) but two only use their hostname without domain [1].
That also affects GLobalJobID, the scripts wrongly assumes the FQDN in there, and, well, you know such stories...

All configuration related to host names looks the same on working and broken nodes [2,3]. Condor version is the same as well [4].
Any idea what is causing this Name mismatch, and how we can fix it?

Cheers,
Max

[1] condor_status -schedd
Name        Machine      ÂRunningJobs ÂIdleJobs ÂHeldJobs

arc-1-kit.gridka.de arc-1-kit.gridka.de    3637    543     0
arc-2-kit.gridka.de arc-2-kit.gridka.de    2690    483     0
arc-3-kit     Âarc-3-kit.gridka.de    1080    275     0
arc-4-kit     Âarc-4-kit.gridka.de    1452    361     0
arc-5-kit.gridka.de arc-5-kit.gridka.de    3903    586     0
arc-6-kit.gridka.de arc-6-kit.gridka.de    2486    450     0

[2] condor_config_val -schedd -dump -expand | grep arc
# Configuration from schedd on arc-1-kit.gridka.de <10.97.13.133:3384>
<security stuff>
FILESYSTEM_DOMAIN = arc-1-kit.gridka.de
FULL_HOSTNAME = arc-1-kit.gridka.de
HOSTNAME = arc-1-kit
PRIVATE_NETWORK_NAME = arc-1-kit.gridka.de
UTSNAME_NODENAME = arc-1-kit

[3] condor_config_val -schedd -dump -expand | grep arc
# Configuration from schedd on arc-3-kit <10.97.13.135:21196>
<security stuff>
FILESYSTEM_DOMAIN = arc-3-kit.gridka.de
FULL_HOSTNAME = arc-3-kit.gridka.de
HOSTNAME = arc-3-kit
PRIVATE_NETWORK_NAME = arc-3-kit.gridka.de
UTSNAME_NODENAME = arc-3-kit

[4] condor_version
$CondorVersion: 8.6.11 May 10 2018 BuildID: 440910 $
$CondorPlatform: x86_64_RedHat7 $
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@cs.wisc.edu 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/