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

Re: [Condor-users] Bit of a problem with HAD



With those clues, I think I found the problem and fixed it.

I originally had only HOSTALLOW_NEGOTIATOR = merrit, delta-mod
and not HOSTALLOW_NEGOTIATOR_SCHEDD = merrit, delta-mod

This because the HAD description at 
http://www.cs.wisc.edu/condor/manual/v6.7/3_11High_Availability.html

had only HOSTALLOW_NEGOTIATOR, not H_N_SCHEDD:

##  Negotiator access.  Machines listed here are trusted central
##  managers.  You should normally not have to change this.
HOSTALLOW_NEGOTIATOR = $(COLLECTOR_HOST)

When I added HOSTALLOW_NEGOTIATOR_SCHEDD = merrit, delta-mod
and restarted, things seem to work.  No error messages except:

merrit SchedLog:

1/11 09:39:20 (pid:3416) IO: Failed to read packet header
1/11 09:39:27 (pid:3416) IO: Failed to read packet header
1/11 09:39:28 (pid:3416) Sent ad to central manager for
rfinch@xxxxxxxxxxxx
1/11 09:39:28 (pid:3416) Sent ad to 2 collectors for rfinch@xxxxxxxxxxxx
1/11 09:39:39 (pid:3416) IO: Failed to read packet header
1/11 09:39:49 (pid:3416) IO: Failed to read packet header
1/11 09:39:59 (pid:3416) IO: Failed to read packet header
1/11 09:39:59 (pid:3416) IO: Failed to read packet header
1/11 09:40:02 (pid:3416) IO: Failed to read packet header
1/11 09:44:28 (pid:3416) Sent ad to central manager for
rfinch@xxxxxxxxxxxx
1/11 09:44:28 (pid:3416) Sent ad to 2 collectors for rfinch@xxxxxxxxxxxx


But it doesn't seem critical.

Thanks again--

Ralph Finch, P.E.
Dept. of Water Resources
Bay-Delta Office, Room 215-13
Sacramento, CA  95814
916-653-7552
rfinch@xxxxxxxxxxxx
 

> Did you set:
> 
> HOSTALLOW_NEGOTIATOR = merit, delta-mod
> HOSTALLOW_NEGOTIATOR_SCHEDD = merit, delta-mod
> 
> To make sure, can you please send us the output of:
> condor_config_val HOSTALLOW_NEGOTIATOR
> condor_config_val HOSTALLOW_NEGOTIATOR_SCHEDD