From: Mark Andrews Date: Fri, 8 Apr 2005 04:42:46 +0000 (+0000) Subject: update named-checkzone/rndc descriptions to 9.3 level. X-Git-Tag: v9.2.6b1~111^2~35 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b08289e4e3c002e4f40eb8b34b0495e84619c677;p=thirdparty%2Fbind9.git update named-checkzone/rndc descriptions to 9.3 level. --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index d8862ef72b5..9f6064862e9 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -673,6 +673,7 @@ of a server. checks the syntax of a named.conf file. named-checkconf + -jvz -t directory filename @@ -740,25 +741,32 @@ of a server. Retransfer the given zone from the master. - freeze zone + freeze zone class - view - Suspend updates to a dynamic zone. This allows manual + view + Suspend updates to a dynamic zone. If no zone is specified + then all zones are suspended. This allows manual edits to be made to a zone normally updated by dynamic update. It also causes changes in the journal file to be synced into the master and the journal file to be removed. All dynamic update attempts will be refused while the zone is frozen. - unfreeze zone + thaw zone class - view - Enable updates to a frozen dynamic zone. This causes + view + Enable updates to a frozen dynamic zone. If no zone is + specified then all frozen zones are enabled. This causes the server to reload the zone from disk, and re-enables dynamic updates - after the load has completed. After a zone is unfrozen, dynamic updates + after the load has completed. After a zone is thawed, dynamic updates will no longer be refused. + notify zone + class + view + Resend NOTIFY messages for the zone + reconfig Reload the configuration file and load new zones, but do not reload existing zone files even if they have changed. @@ -779,20 +787,21 @@ of a server. logging section of named.conf. - dumpdb - Dump the server's caches to the dump file. + dumpdb -all|-cache|-zone view ... + Dump the server's caches (default) and / or zones to the + dump file for the specified views. If no view is specified all + views are dumped. - stop - Stop the server, - making sure any recent changes + stop -p + Stop the server, making sure any recent changes made through dynamic update or IXFR are first saved to the master files - of the updated zones. + of the updated zones. If -p is specified named's process id is returned. - halt + halt -p Stop the server immediately. Recent changes made through dynamic update or IXFR are not saved to the master files, but will be rolled forward from the journal files when the server - is restarted. + is restarted. If -p is specified named's process id is returned. trace Increment the servers debugging level by one. @@ -807,12 +816,20 @@ of a server. flush Flushes the server's cache. + flushname name + Flushes the given name from the server's cache. + status Display status of the server. Note the number of zones includes the internal bind/CH zone and the default ./IN hint zone if there is not a explicit root zone configured. + recursing + Dump the list of queries named is currently recursing + on. + + In BIND 9.2, rndc