HP-UX Reference (11i v2 07/12) - 4 File Formats (vol 8)

n
named.conf(4) named.conf(4)
are set by the master, giving slave server administrators little control over their contents.
These options allow the administrator to set a minimum and maximum refresh and retry
time either per-zone, per-view, or per-server. These options are valid for master, slave and
stub zones, and clamp the SOA refresh and retry times to the specified values.
The Statistics File
The statistics file generated by BIND 9.2 is similar, but not identical, to that generated by BIND 8. The
statistics dump begins with the line +++ Statistics Dump +++ (973798949), where the number in
parentheses is a standard Unix-style timestamp, measured as seconds since January 1, 1970. Following
that line are a series of lines containing a counter type, the value of the counter, optionally a zone name,
and optionally a view name. The lines without view and zone listed are global statistics for the entire
server. Lines with a zone and view name for the given view and zone (the view name is omitted for the
default view). The statistics dump ends with the line --- Statistics Dump --- (973798949), where the number
is identical to the number in the beginning line. The following statistics counters are maintained:
success The number of successful queries made to the server or zone. A successful query is defined
as query which returns a NOERROR response other than a referral response.
referral The number of queries which resulted in referral responses.
nxrrset The number of queries which resulted in NOERROR responses with no data.
nxdomain The number of queries which resulted in NXDOMAIN responses.
recursion The number of queries which caused the server to perform recursion in order to find the
final answer.
failure The number of queries which resulted in a failure response other than those above.
server Statement Grammar
server ip_addr {
[ bogus yes_or_no ; ]
[ provide-ixfr yes_or_no ; ]
[ request-ixfr yes_or_no ; ]
[ edns yes_or_no ; ]
[ transfers number ; ]
[ transfer-format ( one-answer | many-answers);]]
[ keys { string ; [ string ; [...]]};]
};
server Statement Definition and Usage
The
server statement defines characteristics to be associated with a remote nameserver. The
server
statement can occur at the top level of the configuration file or inside a
view statement. If a view state-
ment contains one or more
server statements, only those apply to the view and any top-level ones are
ignored. If a view contains no server statements, any top-level server statements are used as
defaults.
If you discover that a remote server is giving out bad data, marking it as "bogus" will prevent further
queries to it. Default value of bogus is "no". The provide-ixfr clause determines whether the local
server, acting as master, will respond with an incremental zone transfer when the given remote server, a
slave, requests it. If set to "yes", incremental transfer will be provided whenever possible. If set to "no", all
transfers to the remote server will be nonincremental. If not set, the value of the
provide-ixfr option
in the view or global options block is used as a default.
The
request-ixfr clause determines whether the local server, acting as a slave, will request incremen-
tal zone transfers from the given remote server, a master. If not set, the value of the request-ixfr
option in the view or global options block is used as a default.
IXFR requests to servers that do not support IXFR will automatically fall back to AXFR. Therefore, there
is no need to manually list which servers support IXFR and which ones do not; the global default of yes
should always work. The purpose of the provide-ixfr and request-ixfr clauses is to make it
possible to disable the use of IXFR even when both master and slave claim to support it, for example if one
of the servers is defective and crashes or corrupts data when IXFR is used.
The edns (Extended DNS) clause determines whether the local server will attempt to use EDNS when
communicating with the remote server. Default is "yes".
224 Hewlett-Packard Company 17 HP-UX 11i Version 2: December 2007 Update