[deployment-guide/comm-rel: 421/727] Added the Enabling the Query Logging section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:00:10 UTC 2010


commit 924dfaa649b73816e4d3050809d8679899efc816
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Aug 18 16:12:44 2010 +0200

    Added the Enabling the Query Logging section.

 en-US/The_BIND_DNS_Server.xml |   50 ++++------------------------------------
 1 files changed, 5 insertions(+), 45 deletions(-)
---
diff --git a/en-US/The_BIND_DNS_Server.xml b/en-US/The_BIND_DNS_Server.xml
index db194a0..050349b 100644
--- a/en-US/The_BIND_DNS_Server.xml
+++ b/en-US/The_BIND_DNS_Server.xml
@@ -1743,56 +1743,16 @@ The zone reload and thaw was successful.</screen>
         Refer to the <option>options</option> statement described in <xref linkend="s2-bind-namedconf-state" /> for information on how configure this option in <filename>/etc/named.conf</filename>.
       </para>
     </section>
-    <!-- TODO: Rewrite the information below.
-    <section id="s2-bind-rndc-options">
-      <title>Command Line Options</title>
-      <indexterm>
-        <primary>BIND</primary>
-        <secondary><command>rndc</command> program</secondary>
-        <tertiary>command line options</tertiary>
-      </indexterm>
-      <para>
-        An <command>rndc</command> command takes the following form:
-      </para>
-      <screen>rndc <replaceable>&lt;options&gt;</replaceable>&#160;<replaceable>&lt;command&gt;</replaceable>&#160;<replaceable>&lt;command-options&gt;</replaceable></screen>
+    <section id="s2-bind-rndc-querylog">
+      <title>Enabling the Query Logging</title>
       <para>
-        When executing <command>rndc</command> on a properly configured localhost, the following commands are available:
+        To enable (or disable in case it is currently enabled) the query logging, run the following command:
       </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            <command>querylog</command> — Logs all queries made to this nameserver.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            <command>reload</command> — Reloads the zone files but keeps all other previously cached responses. This command also allows changes to zone files without losing all stored name resolutions.
-          </para>
-          <para>
-            If changes made only affect a specific zone, reload only that specific zone by adding the name of the zone after the <command>reload</command> command.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            <command>stop</command> — Stops the server gracefully, saving any dynamic update and <firstterm>Incremental Zone Transfers</firstterm> (<firstterm>IXFR</firstterm>) data before exiting.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            <command>sign <replaceable>&lt;zone&gt;</replaceable></command> - Update zone DNSSEC keys and sign it as needed.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            <command>validation <replaceable>&lt;on|off&gt;</replaceable></command> - Turn on/off DNSSEC validation.
-          </para>
-        </listitem>
-      </itemizedlist>
+      <screen>~]# <command>rndc querylog</command></screen>
       <para>
-        Additional information can be found in the <command>rndc</command> man page.
+        To check the current setting, use the <command>status</command> command as described in <xref linkend="s2-bind-rndc-status" />.
       </para>
     </section>
-    -->
   </section>
   <section id="s1-bind-features">
     <title>Advanced Features of BIND</title>


More information about the docs-commits mailing list