mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
update named-checkzone/rndc descriptions to 9.3 level.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.264 2005/03/16 02:53:08 marka Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.265 2005/04/08 04:42:46 marka Exp $ -->
|
||||
|
||||
<book>
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
@@ -673,6 +673,7 @@ of a server.</para>
|
||||
checks the syntax of a <filename>named.conf</filename> file.</para>
|
||||
<cmdsynopsis label="Usage">
|
||||
<command>named-checkconf</command>
|
||||
<arg>-jvz</arg>
|
||||
<arg>-t <replaceable>directory</replaceable></arg>
|
||||
<arg><replaceable>filename</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
@@ -740,25 +741,32 @@ of a server.</para>
|
||||
<listitem><para>Retransfer the given zone from the master.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>freeze <replaceable>zone</replaceable>
|
||||
<varlistentry> <term><userinput>freeze <optional><replaceable>zone</replaceable>
|
||||
<optional><replaceable>class</replaceable>
|
||||
<optional><replaceable>view</replaceable></optional></optional></userinput></term>
|
||||
<listitem><para>Suspend updates to a dynamic zone. This allows manual
|
||||
<optional><replaceable>view</replaceable></optional></optional></optional></userinput></term>
|
||||
<listitem><para>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.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>unfreeze <replaceable>zone</replaceable>
|
||||
<varlistentry><term><userinput>thaw <optional><replaceable>zone</replaceable>
|
||||
<optional><replaceable>class</replaceable>
|
||||
<optional><replaceable>view</replaceable></optional></optional></userinput></term>
|
||||
<listitem><para>Enable updates to a frozen dynamic zone. This causes
|
||||
<optional><replaceable>view</replaceable></optional></optional></optional></userinput></term>
|
||||
<listitem><para>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.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>notify <replaceable>zone</replaceable>
|
||||
<optional><replaceable>class</replaceable>
|
||||
<optional><replaceable>view</replaceable></optional></optional></userinput></term>
|
||||
<listitem><para>Resend NOTIFY messages for the zone</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>reconfig</userinput></term>
|
||||
<listitem><para>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.</para>
|
||||
<command>logging</command> section of
|
||||
<filename>named.conf</filename>.</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>dumpdb</userinput></term>
|
||||
<listitem><para>Dump the server's caches to the dump file. </para></listitem></varlistentry>
|
||||
<varlistentry><term><userinput>dumpdb <optional>-all|-cache|-zone</optional> <optional><replaceable>view ...</replaceable></optional></userinput></term>
|
||||
<listitem><para>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.</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>stop</userinput></term>
|
||||
<listitem><para>Stop the server,
|
||||
making sure any recent changes
|
||||
<varlistentry><term><userinput>stop <optional>-p</optional></userinput></term>
|
||||
<listitem><para>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.</para></listitem></varlistentry>
|
||||
of the updated zones. If -p is specified named's process id is returned.</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>halt</userinput></term>
|
||||
<varlistentry><term><userinput>halt <optional>-p</optional></userinput></term>
|
||||
<listitem><para>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.</para></listitem></varlistentry>
|
||||
is restarted. If -p is specified named's process id is returned.</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>trace</userinput></term>
|
||||
<listitem><para>Increment the servers debugging level by one. </para></listitem></varlistentry>
|
||||
@@ -807,12 +816,20 @@ of a server.</para>
|
||||
<varlistentry><term><userinput>flush</userinput></term>
|
||||
<listitem><para>Flushes the server's cache.</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>flushname</userinput> <replaceable>name</replaceable></term>
|
||||
<listitem><para>Flushes the given name from the server's cache.</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>status</userinput></term>
|
||||
<listitem><para>Display status of the server.
|
||||
Note the number of zones includes the internal <command>bind/CH</command> zone
|
||||
and the default <command>./IN</command> hint zone if there is not a
|
||||
explicit root zone configured.</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>recursing</userinput></term>
|
||||
<listitem><para>Dump the list of queries named is currently recursing
|
||||
on.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
<para>In <acronym>BIND</acronym> 9.2, <command>rndc</command>
|
||||
|
Reference in New Issue
Block a user