rndc.html revision b3338fc248b647e1a88a824a62e809a5b94c076c
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync - Copyright (C) 2004, 2005, 2007, 2013-2015 Internet Systems Consortium, Inc. ("ISC")
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync - Copyright (C) 2000, 2001 Internet Software Consortium.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync - Permission to use, copy, modify, and/or distribute this software for any
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync - purpose with or without fee is hereby granted, provided that the above
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync - copyright notice and this permission notice appear in all copies.
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsync - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsync - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsync - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync - PERFORMANCE OF THIS SOFTWARE.
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync<!-- $Id$ -->
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync<a name="man.rndc"></a><div class="titlepage"></div>
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync<p><span class="application">rndc</span> — name server control utility</p>
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync<div class="cmdsynopsis"><p><code class="command">rndc</code> [<code class="option">-b <em class="replaceable"><code>source-address</code></em></code>] [<code class="option">-c <em class="replaceable"><code>config-file</code></em></code>] [<code class="option">-k <em class="replaceable"><code>key-file</code></em></code>] [<code class="option">-s <em class="replaceable"><code>server</code></em></code>] [<code class="option">-p <em class="replaceable"><code>port</code></em></code>] [<code class="option">-q</code>] [<code class="option">-r</code>] [<code class="option">-V</code>] [<code class="option">-y <em class="replaceable"><code>key_id</code></em></code>] {command}</p></div>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<p><span><strong class="command">rndc</strong></span>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync controls the operation of a name
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync server. It supersedes the <span><strong class="command">ndc</strong></span> utility
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync that was provided in old BIND releases. If
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync <span><strong class="command">rndc</strong></span> is invoked with no command line
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync options or arguments, it prints a short summary of the
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync supported commands and the available options and their
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<p><span><strong class="command">rndc</strong></span>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync communicates with the name server over a TCP connection, sending
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync commands authenticated with digital signatures. In the current
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync versions of
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync <span><strong class="command">rndc</strong></span> and <span><strong class="command">named</strong></span>,
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync the only supported authentication algorithms are HMAC-MD5
cb172d105a87f41489b1553fbd99ec97932609ffvboxsync (for compatibility), HMAC-SHA1, HMAC-SHA224, HMAC-SHA256
cb172d105a87f41489b1553fbd99ec97932609ffvboxsync (default), HMAC-SHA384 and HMAC-SHA512.
cb172d105a87f41489b1553fbd99ec97932609ffvboxsync They use a shared secret on each end of the connection.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync This provides TSIG-style authentication for the command
54a2dc8050116a473e8644b8d096dd99fcee1ec5vboxsync request and the name server's response. All commands sent
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync over the channel must be signed by a key_id known to the
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<p><span><strong class="command">rndc</strong></span>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync reads a configuration file to
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync determine how to contact the name server and decide what
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync algorithm and key it should use.
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync<dt><span class="term">-b <em class="replaceable"><code>source-address</code></em></span></dt>
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync Use <em class="replaceable"><code>source-address</code></em>
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync as the source address for the connection to the server.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync Multiple instances are permitted to allow setting of both
2da06c2eb59b63010b1998799c719272c0be0f99vboxsync the IPv4 and IPv6 source addresses.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<dt><span class="term">-c <em class="replaceable"><code>config-file</code></em></span></dt>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync Use <em class="replaceable"><code>config-file</code></em>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync as the configuration file instead of the default,
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<dt><span class="term">-k <em class="replaceable"><code>key-file</code></em></span></dt>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync Use <em class="replaceable"><code>key-file</code></em>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync as the key file instead of the default,
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync <code class="filename">/etc/rndc.key</code>. The key in
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync <code class="filename">/etc/rndc.key</code> will be used to
965aac4e5f942cc0ff08644b8de0394e0712cd79vboxsync authenticate
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync commands sent to the server if the <em class="replaceable"><code>config-file</code></em>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync does not exist.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<dt><span class="term">-s <em class="replaceable"><code>server</code></em></span></dt>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<dd><p><em class="replaceable"><code>server</code></em> is
cb172d105a87f41489b1553fbd99ec97932609ffvboxsync the name or address of the server which matches a
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync server statement in the configuration file for
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync <span><strong class="command">rndc</strong></span>. If no server is supplied on the
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync command line, the host named by the default-server clause
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync in the options statement of the <span><strong class="command">rndc</strong></span>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync configuration file will be used.
4c07a936250bec9628653237718068d59914cdcevboxsync<dt><span class="term">-p <em class="replaceable"><code>port</code></em></span></dt>
4c07a936250bec9628653237718068d59914cdcevboxsync Send commands to TCP port
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync of BIND 9's default control channel port, 953.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync Quiet mode: Message text returned by the server
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync will not be printed except when there is an error.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync Instructs <span><strong class="command">rndc</strong></span> to print the result code
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync returned by <span><strong class="command">named</strong></span> after executing the
e361162aaa3f264085c651f9ea83f70d0ff3e431vboxsync requested command (e.g., ISC_R_SUCCESS, ISC_R_FAILURE, etc).
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync Enable verbose logging.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<dt><span class="term">-y <em class="replaceable"><code>key_id</code></em></span></dt>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync Use the key <em class="replaceable"><code>key_id</code></em>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync from the configuration file.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync known by <span><strong class="command">named</strong></span> with the same algorithm and secret string
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync in order for control message validation to succeed.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync If no <em class="replaceable"><code>key_id</code></em>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync is specified, <span><strong class="command">rndc</strong></span> will first look
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync for a key clause in the server statement of the server
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync being used, or if no server statement is present for that
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync host, then the default-key clause of the options statement.
9abe3d50c6097f794f13626dadf7063ed450163evboxsync Note that the configuration file contains shared secrets
9abe3d50c6097f794f13626dadf7063ed450163evboxsync which are used to send authenticated control commands
9abe3d50c6097f794f13626dadf7063ed450163evboxsync to name servers. It should therefore not have general read
0700964a23df46033c8149ee10ce643cd3677061vboxsync or write access.
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync A list of commands supported by <span><strong class="command">rndc</strong></span> can
080867566ec24e954aac5664d20a8fb364be2ed1vboxsync be seen by running <span><strong class="command">rndc</strong></span> without arguments.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync Currently supported commands are:
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<dt><span class="term"><strong class="userinput"><code>addzone <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>] <em class="replaceable"><code>configuration</code></em> </code></strong></span></dt>
0791c3dcd512eb748830b7b7a0bb244efa59817fvboxsync Add a zone while the server is running. This
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync command requires the
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync <span><strong class="command">allow-new-zones</strong></span> option to be set
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync to <strong class="userinput"><code>yes</code></strong>. The
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync <em class="replaceable"><code>configuration</code></em> string
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync specified on the command line is the zone
b1212d1cdc6c9396aa851ef0a5388edce69806advboxsync configuration text that would ordinarily be
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync placed in <code class="filename">named.conf</code>.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync The configuration is saved in a file called
0791c3dcd512eb748830b7b7a0bb244efa59817fvboxsync <code class="filename"><em class="replaceable"><code>name</code></em>.nzf</code>,
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync where <em class="replaceable"><code>name</code></em> is the
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync name of the view, or if it contains characters
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync that are incompatible with use as a file name, a
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync cryptographic hash generated from the name
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync of the view.
4c07a936250bec9628653237718068d59914cdcevboxsync When <span><strong class="command">named</strong></span> is
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync restarted, the file will be loaded into the view
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync configuration, so that zones that were added
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync can persist after a restart.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync This sample <span><strong class="command">addzone</strong></span> command
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync would add the zone <code class="literal">example.com</code>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync to the default view:
b1212d1cdc6c9396aa851ef0a5388edce69806advboxsync<code class="prompt">$ </code><strong class="userinput"><code>rndc addzone example.com '{ type master; file "example.com.db"; };'</code></strong>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync (Note the brackets and semi-colon around the zone
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync configuration text.)
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync See also <span><strong class="command">rndc delzone</strong></span> and <span><strong class="command">rndc modzone</strong></span>.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<dt><span class="term"><strong class="userinput"><code>delzone [<span class="optional">-clean</span>] <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>] </code></strong></span></dt>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync Delete a zone while the server is running.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync If the <code class="option">-clean</code> argument is specified,
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync the zone's master file (and journal file, if any)
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync will be deleted along with the zone. Without the
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync <code class="option">-clean</code> option, zone files must
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync be cleaned up by hand. (If the zone is of
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync type "slave" or "stub", the files needing to
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync be cleaned up will be reported in the output
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync of the <span><strong class="command">rndc delzone</strong></span> command.)
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync If the zone was originally added via
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync <span><strong class="command">rndc addzone</strong></span>, then it will be
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync removed permanently. However, if it was originally
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync configured in <code class="filename">named.conf</code>, then
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync that original configuration is still in place; when
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync the server is restarted or reconfigured, the zone will
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync come back. To remove it permanently, it must also be
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync removed from <code class="filename">named.conf</code>
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync See also <span><strong class="command">rndc addzone</strong></span> and <span><strong class="command">rndc modzone</strong></span>.
f1517b3016a7e68a8edb55ea82c704af7386c9advboxsync<dt><span class="term"><strong class="userinput"><code>dumpdb [<span class="optional">-all|-cache|-zone|-adb|-bad|-fail</span>] [<span class="optional"><em class="replaceable"><code>view ...</code></em></span>]</code></strong></span></dt>
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync dump file for the specified views. If no view is
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync specified, all
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync views are dumped.
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync (See the <span><strong class="command">dump-file</strong></span> option in
fe7115bba580b609cb1a233f8e08947d0ee0af8dvboxsync the BIND 9 Administrator Reference Manual.)
fe7115bba580b609cb1a233f8e08947d0ee0af8dvboxsync<dt><span class="term"><strong class="userinput"><code>flush</code></strong></span></dt>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync Flushes the server's cache.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<dt><span class="term"><strong class="userinput"><code>flushname</code></strong> <em class="replaceable"><code>name</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>] </span></dt>
cb172d105a87f41489b1553fbd99ec97932609ffvboxsync Flushes the given name from the view's DNS cache
2c691730ab202620fe427110841aa4e0075b7ccavboxsync and, if applicable, from the view's nameserver address
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync database, bad server cache and SERVFAIL cache.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync<dt><span class="term"><strong class="userinput"><code>flushtree</code></strong> <em class="replaceable"><code>name</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>] </span></dt>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync Flushes the given name, and all of its subdomains,
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync from the view's DNS cache, address database,
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync bad server cache, and SERVFAIL cache.
<dt><span class="term"><strong class="userinput"><code>freeze [<span class="optional"><em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>halt [<span class="optional">-p</span>]</code></strong></span></dt>
If <code class="option">-p</code> is specified <span><strong class="command">named</strong></span>'s process id is returned.
This allows an external process to determine when <span><strong class="command">named</strong></span>
<dt><span class="term"><strong class="userinput"><code>loadkeys <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>managed-keys <em class="replaceable"><code>(status | refresh | sync)</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>modzone <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>] <em class="replaceable"><code>configuration</code></em> </code></strong></span></dt>
See also <span><strong class="command">rndc addzone</strong></span> and <span><strong class="command">rndc delzone</strong></span>.
<dt><span class="term"><strong class="userinput"><code>notify <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
[<span class="optional">( -d | -f | -r | -l <em class="replaceable"><code>duration</code></em>)</span>]
All of these options can be shortened, i.e., to
<dt><span class="term"><strong class="userinput"><code>querylog</code></strong> [<span class="optional">on|off</span>] </span></dt>
<dt><span class="term"><strong class="userinput"><code>refresh <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>reload <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>retransfer <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>secroots [<span class="optional">-</span>] [<span class="optional"><em class="replaceable"><code>view ...</code></em></span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>showzone <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>] </code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>sign <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>signing [<span class="optional">( -list | -clear <em class="replaceable"><code>keyid/algorithm</code></em> | -clear <code class="literal">all</code> | -nsec3param ( <em class="replaceable"><code>parameters</code></em> | <code class="literal">none</code> ) | -serial <em class="replaceable"><code>value</code></em> ) </span>] <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>] </code></strong></span></dt>
<span><strong class="command">rndc signing -nsec3param 1 0 10 FFFF <em class="replaceable"><code>zone</code></em></strong></span>.
<span><strong class="command">rndc signing -nsec3param 1 1 15 - <em class="replaceable"><code>zone</code></em></strong></span>.
Note that the number of zones includes the internal <span><strong class="command">bind/CH</strong></span> zone
<dt><span class="term"><strong class="userinput"><code>stop [<span class="optional">-p</span>]</code></strong></span></dt>
If <code class="option">-p</code> is specified <span><strong class="command">named</strong></span>'s process id is returned.
This allows an external process to determine when <span><strong class="command">named</strong></span>
<dt><span class="term"><strong class="userinput"><code>sync [<span class="optional">-clean</span>] [<span class="optional"><em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>thaw [<span class="optional"><em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>trace <em class="replaceable"><code>level</code></em></code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>tsig-delete</code></strong> <em class="replaceable"><code>keyname</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span></dt>
<dt><span class="term"><strong class="userinput"><code>validation ( on | off | check ) [<span class="optional"><em class="replaceable"><code>view ...</code></em></span>] </code></strong></span></dt>