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

[HTCondor-users] $(FULL_HOSTNAME)



Hi HTCondor team,

How does HTCondor determine $(FULL_HOSTNAME)? Is there a difference in how it is determined between EL6 and EL7? I ran into a problem with a simple, out-of-the-box personal condor pool install not working on EL6 [1] [2], but it is working with no problem on EL7 [3] [4]. 

I know the problem has something to do with how the local system is configured. The problem occurs on a CentOS 6 image booted up on a local OpenStack cluster. However, the error is not observed when I perform the same install on a CentOS 6 image on AWS. 

This is not an urgent matter. But when you get the chance, perhaps you can provide a possible explanation. I'd like to understand better what maybe causing the difference in behavior.

Thanks,

Marty
UCSD

P.S. 

[1]

[root@osg-software-2542-el6-htcondor ~]# condor_status
Error: can't find collector

[2]

[root@osg-software-2542-el6-htcondor ~]# condor_config_val -expand FULL_HOSTNAME
Not defined: FULL_HOSTNAME

[3]

[root@osg-software-2542-el7-htcondor ~]# condor_status
Name               OpSys      Arch   State     Activity LoadAv Mem   ActvtyTime

slot1@osg-software LINUX      X86_64 Unclaimed Idle      0.000 1895  0+01:19:42
slot2@osg-software LINUX      X86_64 Unclaimed Idle      0.000 1895  0+01:20:06
                     Machines Owner Claimed Unclaimed Matched Preempting

        X86_64/LINUX        2     0       0         2       0          0

               Total        2     0       0         2       0          0

[4]

[root@osg-software-2542-el7-htcondor ~]# condor_config_val -expand FULL_HOSTNAME
osg-software-2542-el7-htcondor