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

Re: [HTCondor-users] stuck submit jobs



On Tue, Oct 7, 2014 at 10:55 AM, Hiroshi Yamaguchi
<yamaguchi@xxxxxxxxxxxxxxxxxxx> wrote:

> Great thanks for your comment.
> Do you mean I should set the values as "IP_ADDRESS = 192.168.12.1" and
> "ALLOW_READ =  $(CONDOR_HOST), $(IP_ADDRESS)" ?
> The condor does not work on this configuration.
>
Not quite. IP_ADDRESS is a pre-defined macro, so you shouldn't need to
set it. But you will need to allow hosts in your pool to write to the
central manager. For example, if 192.168.12.0/24 contains your pool,
you would add:

ALLOW_WRITE = $(ALLOW_WRITE), 192.168.12.0/24

See http://research.cs.wisc.edu/htcondor/manual/v8.2/3_6Security.html
for more information on ALLOW/DENY settings. Looking at the logs
again, it looks like the host is identifying itself as
bepp01.bepp.rcapp.kyushu-u.ac.jp but that's not in the ALLOW_WRITE
settings, so you may just need to adjust your ALLOW_WRITE to match
ALLOW_READ.


Thanks,
BC

-- 
Ben Cotton
main: 888.292.5320

Cycle Computing
Leader in Utility HPC Software

http://www.cyclecomputing.com
twitter: @cyclecomputing