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

Re: [Condor-users] condor_status with Windows hostname: unknown host (sometimes !?!).



Dough wrote:
> Rob,
> 
> What do you get when you run:
> condor_status -diagnose pm37?  
> 
> Also, as an alternate way to get status for one host, you could run:
> condor_status -constraint 'Name == "pm37"'

$ condor_status -diagnose pm37
----------
condor_status: unknown host pm37
Arg 2 (pm37) --- adding constraint

$ condor_status -constraint 'Name == "pm37"'
Name               OpSys      Arch   State     Activity LoadAv Mem   ActvtyTime
pm37               WINNT51    INTEL  Unclaimed Idle     0.000  1023  0+00:18:04

                        Total Owner Claimed Unclaimed Matched Preempting Backfill
 INTEL/WINNT51     1     0       0         1       0          0        0
                 Total     1     0       0         1       0          0        0


Strange, isn't it?

Is the problem, maybe, that the hostname of my Windows poll PC is simply
"pm37"? It doesn't have a domainname set.
When I do a 'ipconfig /all' on the Windows pool PC, it says for hostname: pm37.

Or is this a bug in the condor_status command?

I find this so confusing!

Rob.