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

Re: [HTCondor-users] FULL_HOSTNAME issue with multiple NIC



On Wed, Apr 23, 2014 at 08:50:41PM -0400, Bockjoo Kim wrote:
> Hi Todd,
> If I add these
> NETWORK_INTERFACE = <public IP>
> BIND_ALL_INTERFACES=FALSE
> PRIVATE_NETWORK_INTERFACE = <private IP>
> PRIVATE_NETWORK_NAME = <private hostname>
> to the condor-ce condor_config file which uses the port 9619 as the 
> collector port,
> collector does not listen to 9619:
> 
> [root@cms ~]# netstat -ntl | grep 96
> tcp        0      0 0.0.0.0:9618 0.0.0.0:*                   LISTEN
> tcp        0      0 128.227.253.206:9620 0.0.0.0:*                   LISTEN

Some questions:

Can you add "-p" to netstat to show the pid/process for each of those entries?

Are you configuring port 9619 by setting COLLECTOR_HOST?

Are there any errors or indications in the MasterLog about failing to bind to
port 9619?  Also, look for any clues at the beginning of the CollectorLog.  It
should report which IP/port it is listening on... search for a line like:
  "DaemonCore: command socket at <A.B.C.D:P>"


Also, FYI, the "FULL_HOSTNAME" is a special config value... it cannot be
changed in the condor_config.  You can define your own value,
"MY_FULL_HOSTNAME" and search and replace in the config file if you wish to
override those entries.


If you'd like to send more detailed information off-list, feel free to open
a ticket by emailing htcondor-admin@xxxxxxxxxxx and I will look at it there.


Cheers,
-zach