Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] condor_status nodename shows nothing when HOSTNAME=shortname in /etc/sysconfig/network
- Date: Thu, 11 Dec 2014 15:13:22 +0000
- From: qing <gang.qin@xxxxxxxxxxxxx>
- Subject: [HTCondor-users] condor_status nodename shows nothing when HOSTNAME=shortname in /etc/sysconfig/network
Dear Condor Expert:
In /etc/sysconfig/network, when we have
HOSTNAME=node103.beowulf.cluster, e.g. the $fqdn, condor_status nodename
works fine.
But when we change it to HOSTNAME=node103, e.g. the shortname, then
condor_status nodename shows nothing, but condor_status | grep nodename
still has something, and condor_status slot1@shortname still works,
nslookup between this WN and the central server is good, so it this a
bug or developed to be like this?
Here are detailed info:
node103:~# hostname
node103
node103:~# hostname -f
node103.beowulf.cluster
node103:~# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=node103
GATEWAY=10.141.246.7
node103:~# condor_status | grep node103
slot1@node103 LINUX X86_64 Owner Idle 0.000 112875
0+00:00:04
slot1_1@node103 LINUX X86_64 Claimed Busy 0.000 3000
0+00:00:04
slot1_2@node103 LINUX X86_64 Claimed Busy 0.000 3000
0+00:00:04
slot1_3@node103 LINUX X86_64 Claimed Idle 0.000 3000
0+00:00:04
node103:~# condor_status node103
node103:~# condor_status node103.beowulf.cluster
node103:~# condor_status slot1@node103
Name OpSys Arch State Activity LoadAv Mem
ActvtyTime
slot1@node103 LINUX X86_64 Owner Idle 0.000 112875
0+00:00:04
Total Owner Claimed Unclaimed Matched Preempting
Backfill
X86_64/LINUX 1 1 0 0 0 0 0
Total 1 1 0 0 0 0 0
node103:~# condor_status slot1_1@node103
Name OpSys Arch State Activity LoadAv Mem
ActvtyTime
slot1_1@node103 LINUX X86_64 Claimed Busy 0.000 3000
0+00:00:04
Total Owner Claimed Unclaimed Matched Preempting
Backfill
X86_64/LINUX 1 0 1 0 0 0 0
Total 1 0 1 0 0 0 0
Cheers,Gang