Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] how to add machine at condor pool ?
- Date: Mon, 16 May 2011 09:50:46 +1000
- From: Shahaan Ayyub <shahaan@xxxxxxxxx>
- Subject: Re: [Condor-users] how to add machine at condor pool ?
Imad, Just few things.
Although CONDOR should be able to figure this out, but I still prefer.
Put this line before anything else..
FULL_HOSTNAME = <Your machine name>
HOSTALLOW_READ = * If you want read access to your condor specifications, otherwise names of the machines in your pool.
HOSTALLOW_WRITE = $(CONDOR_HOST), <comma separated list of machines, IP addresses or *.good.subnet, good-machine.your.domain, 144.77.88.* etc..>
Restart condor, and this should work..
regards,
Shahaan