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

[HTCondor-users] FULL_HOSTNAME issue with multiple NIC



Hi,
I installed htcondor via the OSG on a machine that has a private hostname with the public hostname.
/bin/hostname -f within the machine shows the private hostname
and yet the machine is known via the public hostname from outside.
This is the way every single machine we have.

But it looks like FULL_HOSTNAME is not respected by condor-ce:
Even though I updated FULL_HOSTNAME in all the relevant config files with the
hardcoded public hostname, it looks like condor-ce
is using its internal full hostname information
instead of the superseding config file and it's picking up our priavate hostname
in some internal part of the htcondor (also known as condor-ce within OSG.).

I think this is a bug in htcondor. I have seen a similar error on the google and am not sure why this bug is not fixed or if fixing it conflicts other solved issue.

I had to set the hostname of the CE to the public hostname to make the
collector listen to the port 9619.
While this works, considering our automated cluster manage system, this
is not desirable.
So, I am wondering if there is anyway to override FULL_HOSTNAME
through the condor config files.
Thanks,
Bockjoo