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

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



Hello,

I'm puzzled how to get the status of just one host of the pool.

$ condor_status 
Name               OpSys      Arch   State     Activity LoadAv Mem   ActvtyTime
pm37               WINNT51    INTEL  Unclaimed Idle     0.000  1023  0+00:14:04
slot1@your-5e2588b WINNT51    INTEL  Unclaimed Idle     0.030   251  0+00:14:04
slot2@your-5e2588b WINNT51    INTEL  Unclaimed Idle     0.000   251  0+00:21:05

$ condor_status -l | grep Name
Name = "pm37"
Name = "slot1@your-5e2588b3f3"
Name = "slot2@your-5e2588b3f3"

$ condor_status slot1@your-5e2588b3f3
Name               OpSys      Arch   State     Activity LoadAv Mem   ActvtyTime
slot1@your-5e2588b WINNT51    INTEL  Unclaimed Idle     0.030   251  0+00:16:04

$ condor_status pm37
condor_status: unknown host pm37


Why does the first one work, but the second one doesn't?

Thanks,
Rob.