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

Re: [Condor-users] Condor port range under Win XP



On Wed, Feb 22, 2006 at 05:51:56PM -0000, Kewley, J (John) wrote:
> 
> Which daemons export LOWPORT and HIGHPORT ?
> 

What do you mean? All daemons read it from the config file,
it's not passed up and down the hierarchy (ie the condor_shadow
does not query the condor_master to find out the value of 
HIGHPORT.) The environment of one daemon is passed to the child
of the next, so if you set an environment variable for the 
condor_master the condor_schedd that is spawned below the master
will inherit that enviornment variable. 

I think everything in Condor honors the LOWPORT and HIGHPORT 
setting. (Maybe not the kbdd, but it only talks on localhost)

-Erik