Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] hostallow_advertise
- Date: Fri, 04 Dec 2009 13:53:06 -0500
- From: Jason Reilly <jdr0887@xxxxxxxxx>
- Subject: [Condor-users] hostallow_advertise
Hi all,
Not really a problem anymore, but I was having issues with a local
condor cluster I set up where I kept getting the following error in my
Collector.log:
PERMISSION DENIED to unauthenticated user from host <ipaddressofcomputenode> for command 1 (UPDATE_STARTD_AD), access level ADVERTISE_STARTD: reason: ADVERTISE_STARTD authorization policy contains no matching ALLOW entry for this request; identifiers used for this host: <ipaddressofcomputenode>,<hostnameofcomputenode>
Despite all the configuration changes I made to HOSTALLOW_ADMINISTRATOR,
HOSTALLOW_READ, or HOSTALLOW_WRITE, my compute nodes wouldn't
successfully talk to my central manager's collector. I searched the
documentation and found nothing worthwhile. On a hunch, I tried the
following:
HOSTALLOW_ADVERTISE_STARTD = <subnet>
HOSTALLOW_ADVERTISE_SCHEDD = <subnet>
HOSTALLOW_ADVERTISE_MASTER = <subnet>
Adding these three HOSTALLOW's seemed to do the trick in allowing my
compute nodes to talk to the central manager's collector. Did I miss
this in the documentation or is it really just not documented anywhere?
Do all deamon's require a similar HOSTALLOW?
Thanks,
Jason Reilly