difference between default views in named_statistics.txt

2012-12-27 Thread benjamin fernandis
Hi,

We are using bind as a recursive dns server in our college. It is working fine.

Now we need to make a report regarding QPS, NXDOMAIN, FORMAT ERROR,
Server Failure, Name Error, Not Implemented, Refused queries comes to
our recursive DNS SERVER.

For this we use named_statistics file which gives all information
regarding our requirement.

But when look in to named_statistics file, It shows below output,

cat /var/named/chroot/var/named/data/named_stats.txt

+++ Statistics Dump +++ (1356630443)
 ...
 ...
 ...
[View: _bind]
++ Name Server Statistics ++
   4 IPv4 requests received
   2 requests with EDNS(0) received
   4 responses sent
   2 responses with EDNS(0) sent
   3 queries resulted in successful answer
   4 queries resulted in non authoritative answer
   1 queries resulted in NXDOMAIN
   4 queries caused recursion
++ Zone Maintenance Statistics ++
++ Resolver Statistics ++
[Common]
[View: default]
  67 IPv4 queries sent
  66 IPv4 responses received
   3 NXDOMAIN received
   8 FORMERR received
   8 EDNS(0) query failures
  10 query retries
   2 query timeouts
  12 IPv4 NS address fetches
  21 DNSSEC validation attempted
  16 DNSSEC validation succeeded
   5 DNSSEC NX validation succeeded
   6 queries with RTT 10-100ms
  60 queries with RTT 100-500ms

While making report regarding our requirement, do we need to consider
Resolver Statistics or Name Server Statistics values ?

What will be difference between  view : default and view _bind ?

Because when we look on NXDOMAIN values view: default shows 3 and
view: _bind shows 1, so as we are playing recursive dns server role in
network, from which we consider correct value for our requirement ?

if is there any nice document to understand this statistics, please share it.

Best Regards,
Ben
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: difference between default views in named_statistics.txt

2012-12-27 Thread benjamin fernandis
Hi Alan,

Thanks for your kind response. I enabled statistics channel and in
that i can see

Resolver Statistics for View _default

and

Resolver Statistics for View _bind

what is the difference between these two views which also same in
named_Statistics file.

BR
Ben

On Fri, Dec 28, 2012 at 5:56 AM, Alan Clegg  wrote:
>
> On Dec 27, 2012, at 1:05 PM, benjamin fernandis  wrote:
>
>> cat /var/named/chroot/var/named/data/named_stats.txt
>
> While this may present what you want, I think you may be happier parsing the 
> Statistics Channel...
>
> http://ftp.isc.org/isc/bind9/cur/9.9/doc/arm/Bv9ARM.ch06.html#statschannels
>
> While this points to the 9.9 ARM, but the statistics channel has existed 
> since 9.5.
>
> AlanC
> --
> Alan Clegg | +1-919-355-8851 | a...@clegg.com
>
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: rndc reconfig does not work

2012-12-30 Thread benjamin fernandis
Hi Phil,

I only added forwarders IP Into global configuration, but reload is not working.

My os is centos 6.

BR
Ben

On Sat, Dec 29, 2012 at 5:38 PM, Phil Mayers  wrote:
> On 12/29/2012 11:09 AM, Carsten Strotmann wrote:
>
>> For some configuration changes (for example change of IP addresses to
>> listen on, change of fundamental operations, new log-file entries) the
>> BIND nameserver requires a full restart, esp. if BIND is running as an
>> non-privileged user (not "root"), as some configuration steps require
>> root access (like opening network sockets on port 53).
>
>
> Just to note, this specific change (new IPs) can be done with just reconfig
> on some platforms (e.g. Linux) as bind uses underlying OS mechanisms to
> listen on ports < 1024 as an unprivileged user.
>
> But the general point stands that "reconfig" only does a subset of tasks.
> ___
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to
> unsubscribe from this list
>
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: difference between default views in named_statistics.txt

2012-12-31 Thread benjamin fernandis
Hi,


On Mon, Dec 31, 2012 at 2:42 PM, Gaurav Kansal  wrote:
> Hello Team,
>
>
>
> After enabling statistics-channel in bind conf file, I am getting the
> following O/P in the Incoming Request table:
>
>
>
> Incoming Requests
>
> QUERY  31553047
>
> NOTIFY 2994
>
> UPDATE   17896
>
>
>
> I just want to know whether the query count will set to ZERO after
> STOP/START named daemon or in case of system restart?
>
>
yes after stop/start/restart , counter will be reset to zero.

>
> Sorry to bother you guys but I can’t STOP/START the named service at my end.
> That’s why I am asking this question.
>
>
>
>
>
>
>
>
>
> Regards,
>
> Gaurav Kansal
>
>
>
>
>
> -Original Message-
> From: bind-users-bounces+gaurav.kansal=nic...@lists.isc.org
> [mailto:bind-users-bounces+gaurav.kansal=nic...@lists.isc.org] On Behalf Of
> Alan Clegg
> Sent: Friday, December 28, 2012 5:56 AM
> To: benjamin fernandis
> Cc: bind-users@lists.isc.org
> Subject: Re: difference between default views in named_statistics.txt
>
>
>
>
>
> On Dec 27, 2012, at 1:05 PM, benjamin fernandis 
> wrote:
>
>
>
>> cat /var/named/chroot/var/named/data/named_stats.txt
>
>
>
> While this may present what you want, I think you may be happier parsing the
> Statistics Channel...
>
>
>
> http://ftp.isc.org/isc/bind9/cur/9.9/doc/arm/Bv9ARM.ch06.html#statschannels
>
>
>
> While this points to the 9.9 ARM, but the statistics channel has existed
> since 9.5.
>
>
>
> AlanC
>
> --
>
> Alan Clegg | +1-919-355-8851 | a...@clegg.com
>
>
>
> ___
>
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to
> unsubscribe from this list
>
>
>
> bind-users mailing list
>
> bind-users@lists.isc.org
>
> https://lists.isc.org/mailman/listinfo/bind-users
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: Distribute named.conf

2013-01-03 Thread benjamin fernandis
Hi Joerg,

Is there any specific reason for migration from powerdns to bind?

Br
Ben

On Thu, Jan 3, 2013 at 4:36 PM, Joerg Stephan  wrote:
> Hi all,
>
>
> we are currently using PowerDNS on our 12 Nameservers. Now we are thinking 
> about a migration to bind.
>
> So we are seeking a way to distribute the named.conf.x for the several 
> zonfiles. Currently this is solved by powerdns via mysql replication. Is 
> there any tool in bind we could use. Generating the conf file and syncing via 
> ssh/rsync is discussed on our side, and we hoped that there is a "nicer" way.
>
> Many registrys are testing the dns server if the zone is available during the 
> registration. Genrating the new files via cron would cause the registration 
> to fail.
>
> Regards
>
> Jörg
> ___
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
> from this list
>
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Gi/Gn DNS for telecoms

2013-11-15 Thread benjamin fernandis
Hello,

I would try to understand Gi/Gn DNS for telecom operator. I tried Google
for this but did not get any meaningful information.Please share a document
or reference URL to understand it.

Can we use bind DNS for Gi/Gn DNS?

Regards,
Ben
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users