diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml
index e77fac8a19..39224a312c 100644
--- a/doc/arm/Bv9ARM-book.xml
+++ b/doc/arm/Bv9ARM-book.xml
@@ -2,7 +2,7 @@
-
+
Forced refresh of specified zone.
reload
stats[a]As noted above, reload is the
- only command available for As noted above, only a limited number of commands are
+ available for BIND 9.0.0. The other
@@ -1216,7 +1243,7 @@ CLASS="sect2"
> site2.internal. To protect theTo protect the site1.internal and site1.internal and site2.internal domains,
@@ -445,8 +439,8 @@ CLASS="systemitem"
> and
site2.example.com zones.3.4.2. Signals
4.3. Split DNS
statements, including the .key files.
.key files.6.1.1.2. Definition and Usage
6.1.2. Comment Syntax
6.1.2.1. Syntax
6.1.2.2. Definition and Usage
6.2.1. acl
6.2.3. controls
6.2.4. controls
6.2.5. include
6.2.6. include
6.2.7. key
6.2.8. key
6.2.9. logging
6.2.10. logging
6.2.10.1. The channel
6.2.11. lwres
6.2.12. lwres
6.2.13. options] [ statistics yes_or_no; ] + [ auth-nxdomain
6.2.14. optionsnamed.stats
.Note: Not -yet implemented in BIND 9.
statistics
If yes, the server will, by default, collect +statistical data on all zones in the server. These statistics may be accessed +using the rndc which will dump them to the file listed +in the statistics-file option listed above.
treat-cr-as-space
Note: These options are not yet implemented in BIND 9.0.
default.
Note: Not yet implemented in BIND -9.
Note: Not -yet implemented in BIND 9.
Note: on some operating systems the server cannot set an unlimited -value and cannot determine the maximum number of open files the -kernel can support. On such systems, choosing -unlimited will -cause the server to use the larger of the rlim_max for RLIMIT_NOFILE and -the value returned by sysconf(_SC_OPEN_MAX). -If the actual kernel limit is larger than this value, use limit -files to specify the limit explicitly.
Note: Not yet -implemented in BIND 9.
Note: Not -yet implemented in BIND 9.
database
The first string represents the +type of database used to store the zone data in the server. The default value +is rbt, a red-black tree. The other defined value is rbt64, a variant of rbt +that allows 2^64 updates. Additional databases may be implemented later or +included. Strings after the first string are optional arguments to +the database driver initialization routine. There are none defined for +rbt or rbt64. +
dialup
statistics
If set to yes, the server will keep statistical +information for all zones in the view, which can be dumped to the +statistics-file defined in the server options.
sig-validity-interval
For these reasons, we strongly recommend that updates be -cryptographically authenticated by means transaction signatures (TSIG). -That is, the allow-update option should list only -TSIG key names, not IP addresses. Alternatively, the new - option should +list only TSIG key names, not IP addresses or network +prefixes. Alternatively, the new update-policy option can be used.
+option can be used.Some sites choose to keep all dynamically updated DNS data in a subdomain and delegate that subdomain to a separate zone. This diff --git a/doc/arm/Bv9ARM.ch08.html b/doc/arm/Bv9ARM.ch08.html index 584b57c5ac..b9819f87fb 100644 --- a/doc/arm/Bv9ARM.ch08.html +++ b/doc/arm/Bv9ARM.ch08.html @@ -75,17 +75,17 @@ CLASS="TOC" >
To discuss arrangements for support, contact info@isc.org or visit the diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index b26610c286..667a9516be 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -69,7 +69,7 @@ CLASS="TOC" >
.
[RFC974] C. Partridge, [RFC1034] P.V. Mockapetris, [RFC1035] P. V. Mockapetris, [RFC2181] R., R. Bush Elz, [RFC2308] M. Andrews, [RFC1995] M. Ohta, [RFC1996] P. Vixie, [RFC2136] P. Vixie, S. Thomson, Y. Rekhter, and J. Bound, [RFC2845] P. Vixie, O. Gudmundsson, D. Eastlake, 3rd, and B. Wellington, [RFC1886] S. Thomson and C. Huitema, [RFC2065] D. Eastlake, 3rd and C. Kaufman, [RFC2137] D. Eastlake, 3rd, [RFC1535] E. Gavron, [RFC1536] A. Kumar, J. Postel, C. Neuman, P. Danzig, and S. Miller, [RFC1982] R. Elz and R. Bush, [RFC1183] C.F. Everhart, L. A. Mamakos, R. Ullmann, and P. Mockapetris, [RFC1706] B. Manning and R. Colella, [RFC2168] R. Daniel and M. Mealling, [RFC1876] C. Davis, P. Vixie, T., and I. Dickinson, [RFC2052] A. Gulbrandsen and P. Vixie, [RFC2163] A. Allocchio, [RFC2230] R. Atkinson, [RFC1101] P. V. Mockapetris, [RFC1123] Braden, [RFC1591] J. Postel, [RFC2317] H. Eidnes, G. de Groot, and P. Vixie, [RFC1537] P. Beertema, [RFC1912] D. Barr, [RFC1912] D. Barr, [RFC2010] B. Manning and P. Vixie, [RFC2219] M. Hamilton and R. Wright, [RFC1464] R. Rosenbaum, [RFC1713] A. Romao, [RFC1794] T. Brisco, [RFC2240] O. Vaughan, [RFC2345] J. Klensin, T. Wolf, and G. Oglesby, [RFC2352] O. Vaughan, [RFC1712] C. Farrell, M. Schulze, S. Pleitner, and D. Baldoni, The statistics file generated by Bind9 is similar in form to that
+generated by Bind8, but is not identical, due to differences in the counters
+currently implemented in Bind9. 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, value of the
+counter, and possibly a view/zone pair. The lines without view and zone
+listed are global counters for the entire server and the lines with view and
+zones specified are for the given view and zone. The statistics dump ends
+with the line --- Statistics Dump --- (973798949), where the
+number is identical to the number in the beginning line. The following counters are defined: success This counter is used to track the number of
+successful queries made to the server or zone. A successful query
+is defined as query which returns a NOERROR result other than
+delegation replies. delegation This counter is used to track the number
+of queries which return delegations instead a final answer. nxrrset This counter is used to track the number
+of queries made which return a result code of NXRRSET. nxdoimain This counter is used to track the number
+of queries made which return a result code of NXDOMAIN. recursion This counter is used to track the number
+of queries made which resulted in recursion in order to find the final
+answer. failure This counter is used to track the number
+of queries resulted in a SERVFAIL reply.Proposed Standards Still Under Development
Other Important RFCs About DNS
Resource Record Types
DNS
DNS
Other DNS
Obsolete and Unimplemented Experimental RRs
A.4.3. Other Documents About BIND
Bibliography
A.5. Format of statistics file