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

Re: [Condor-users] Help with Initial Condor Test Setup



Hey Ben,

Thanks.  You were right.  I tried a bunch of variations on symbolic
names for the machine but none resolved.  Last try was pounding in
the IP address and that seems to have done the trick (see below).

I would not mind figuring out how to refer to this workgroup machine
symbolically that will resolve but it's probably a moot point now.

On to the next problem!


_____________________________________________________________________
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\J.Howes>condor_restart
Sent "Restart" command to local master

C:\Users\J.Howes>condor_status
Error: communication error
CONDOR_STATUS:1:Unable to resolve COLLECTOR_HOST (HPTlaptop.hsd1.mi.comcast.net)
.

C:\Users\J.Howes>condor_restart
Sent "Restart" command to local master

C:\Users\J.Howes>condor_status
Error: communication error
CONDOR_STATUS:1:Unable to resolve COLLECTOR_HOST (HPTlaptop.HOME).

C:\Users\J.Howes>condor_restart
Sent "Restart" command to local master

C:\Users\J.Howes>condor_status
Error: communication error
CONDOR_STATUS:1:Unable to resolve COLLECTOR_HOST (HOME.HPTlaptop).

C:\Users\J.Howes>condor_restart
Sent "Restart" command to local master

C:\Users\J.Howes>condor_status
Error: communication error
CONDOR_STATUS:1:Unable to resolve COLLECTOR_HOST (HPTLAPTOP).

C:\Users\J.Howes>condor_restart
Sent "Restart" command to local master

C:\Users\J.Howes>condor_status

Name OpSys Arch State Activity LoadAv Mem ActvtyTime

slot1@192-168-1-10 WINNT61 X86_64 Unclaimed Idle 0.000 973 0+00:00:04 slot2@192-168-1-10 WINNT61 X86_64 Unclaimed Benchmar 0.810 973 0+00:00:05 Total Owner Claimed Unclaimed Matched Preempting Backfill

X86_64/WINNT61 2 0 0 2 0 0 0

Total 2 0 0 2 0 0 0

C:\Users\J.Howes>


On Sat, 9 Apr 2011 10:28:58 -0400, Ben Cotton <bcotton@xxxxxxxxxx> wrote:
(resent from the correct email address)

On Sat, Apr 9, 2011 at 10:16 AM,  <jhowes@xxxxxxxxxxxxxxxx> wrote:

Well, no. HPTlaptop is the Windows Computer name for the machine I am using
in the Workgroup HOME.


Ah, okay, then your problem is probably a syntax error. $(HPTlaptop)
tells condor to use the value of the HPTlaptop attribute. Try

CONDOR_HOST = HPTlaptop

(or HPTlaptop.domain.tld if HPTlaptop on its own doesn't resolve)