Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] condor_status not showing anything
Todd,
Thanks for the help. This is internal so I have * for ALLOW_READ and ALLOW_WRITE. Below is what I get in the collectorlog file. This is the first and only server installed. Server name is condorwds01 and IP is 192.168.87.124.
03/22/13 14:59:58 stats: Inserting new hashent for 'Negotiator':'condorwds01.internal.local':'192.168.87.124'
03/22/13 14:59:59 PERMISSION DENIED to unauthenticated@unmapped from host 192.168.87.124 for command 2 (UPDATE_MASTER_AD), access level ADVERTISE_MASTER: reason: ADVERTISE_MASTER authorization policy contains no matching ALLOW entry for this request; identifiers used for this host: 192.168.87.124,condorwds01.internal.local, hostname size = 1, original ip address = 192.168.87.124
03/22/13 15:00:00 PERMISSION DENIED to unauthenticated@unmapped from host 192.168.87.124 for command 1 (UPDATE_SCHEDD_AD), access level ADVERTISE_SCHEDD: reason: ADVERTISE_SCHEDD authorization policy contains no matching ALLOW entry for this request; identifiers used for this host: 192.168.87.124,condorwds01.internal.local, hostname size = 1, original ip address = 192.168.87.124
03/22/13 15:00:04 PERMISSION DENIED to unauthenticated@unmapped from host 192.168.87.124 for command 0 (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: 192.168.87.124,condorwds01.internal.local, hostname size = 1, original ip address = 192.168.87.124
Thanks,
Rich
-----Original Message-----
From: Todd Tannenbaum [mailto:tannenba@xxxxxxxxxxx]
Sent: Friday, March 22, 2013 2:21 PM
To: HTCondor-Users Mail List
Cc: Monforti, Richard
Subject: Re: [HTCondor-users] condor_status not showing anything
On 3/21/2013 6:54 PM, Monforti, Richard wrote:
> I just installed a new 2008 server and put 7.8.7 on it. Install seemed
> to go fine but when I run condor_status I don't see any slots. This is
> the first server installed. Looks like all the services are started:
>
> Thanks in advance for any help!
>
First place I'd look is the permissions on your Central Manager. What is the setting for ALLOW_WRITE in the condor_config file(s) on your central manager? Does it include your new 2008 server? If you are doing something like
ALLOW_WRITE = *.foo.com
perhaps your inverse DNS settings are not setup correctly at your site; you could try using IP addresses instead like
ALLOW_WRITE = 128.105.1.*
And of course if you are behind a firewall and trust everyone in your environment you could just set
ALLOW_READ = *
ALLOW_WRITE = *
You could also look at the end of the c:\condor\log\CollectorLog on your central manager to see if it is reporting anything (like a permission denied re your new server joining the pool).
Hope this helps
Todd
Confidentiality Note: This message is intended only for the use of the named recipient(s) and may contain confidential and/or privileged information.
If you are not the intended recipient, please contact the sender and delete this message. Any unauthorized use of the information contained in this message is prohibited.