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

[Condor-users] -name argument problem



Hi,

I have condor installed on SuSE9 as a central manager
and on a bunch of WinXP machines as execute/submit machines.

All works really well, except that I can't seem to address
the individual machines via their names, only via address:

E.g.

sg1:~ # condor_q -global


-- Schedd: ARWEN : <172.16.1.53:1028>
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
....

1 jobs; 1 idle, 0 running, 0 held


-- Schedd: gandalf : <172.16.1.55:1030>
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
.....

5 jobs; 5 idle, 0 running, 0 held
sg1:~ # condor_q -n gandalf
Error: Collector has no record of schedd/submitter
sg1:~ # condor_q -a '<172.16.1.55:1030>'


-- Schedd: gandalf : <172.16.1.55:1030>
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
....

5 jobs; 5 idle, 0 running, 0 held
sg1:~ #

That wouldn't be such a problem be it that things like
condor_qedit don't have a -a argument, only a -n one.

Does anybody know what might be causing this ? DNS for
the machines is working fine (I can do ping gandalf and
the likes, all that seems to be working).

Thanks in advance for any hints,

- Filip