named-checkzone.html revision 5a4557e8de2951a2796676b5ec4b6a90caa5be14
2N/A<!--
2N/A - Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
2N/A - Copyright (C) 2000-2002 Internet Software Consortium.
2N/A -
2N/A - Permission to use, copy, modify, and distribute this software for any
2N/A - purpose with or without fee is hereby granted, provided that the above
2N/A - copyright notice and this permission notice appear in all copies.
2N/A -
2N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
2N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
2N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
2N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2N/A - PERFORMANCE OF THIS SOFTWARE.
2N/A-->
2N/A<!-- $Id: named-checkzone.html,v 1.27 2005/07/19 06:12:14 marka Exp $ -->
2N/A<html>
2N/A<head>
2N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
2N/A<title>named-checkzone</title>
2N/A<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
2N/A</head>
2N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
2N/A<a name="man.named-checkzone"></a><div class="titlepage"></div>
2N/A<div class="refnamediv">
2N/A<h2>Name</h2>
2N/A<p><span class="application">named-checkzone</span>, <span class="application">named-compilezone</span> &#8212; zone file validity checking or converting tool</p>
2N/A</div>
2N/A<div class="refsynopsisdiv">
2N/A<h2>Synopsis</h2>
2N/A<div class="cmdsynopsis"><p><code class="command">named-checkzone</code> [<code class="option">-d</code>] [<code class="option">-j</code>] [<code class="option">-q</code>] [<code class="option">-v</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-f <em class="replaceable"><code>format</code></em></code>] [<code class="option">-F <em class="replaceable"><code>format</code></em></code>] [<code class="option">-i <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-k <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-m <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-n <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-o <em class="replaceable"><code>filename</code></em></code>] [<code class="option">-s <em class="replaceable"><code>style</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-w <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-D</code>] [<code class="option">-W <em class="replaceable"><code>mode</code></em></code>] {zonename} {filename}</p></div>
2N/A<div class="cmdsynopsis"><p><code class="command">named-compilezone</code> [<code class="option">-d</code>] [<code class="option">-j</code>] [<code class="option">-q</code>] [<code class="option">-v</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-f <em class="replaceable"><code>format</code></em></code>] [<code class="option">-F <em class="replaceable"><code>format</code></em></code>] [<code class="option">-i <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-k <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-m <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-n <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-o <em class="replaceable"><code>filename</code></em></code>] [<code class="option">-s <em class="replaceable"><code>style</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-w <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-D</code>] [<code class="option">-W <em class="replaceable"><code>mode</code></em></code>] {zonename} {filename}</p></div>
2N/A</div>
2N/A<div class="refsect1" lang="en">
2N/A<a name="id2514880"></a><h2>DESCRIPTION</h2>
2N/A<p><span><strong class="command">named-checkzone</strong></span>
2N/A checks the syntax and integrity of a zone file. It performs the
2N/A same checks as <span><strong class="command">named</strong></span> does when loading a
2N/A zone. This makes <span><strong class="command">named-checkzone</strong></span> useful for
2N/A checking zone files before configuring them into a name server.
2N/A </p>
2N/A<p>
2N/A <span><strong class="command">named-compilezone</strong></span> is similar to
2N/A <span><strong class="command">named-checkzone</strong></span>, but it always dumps the
2N/A zone contents to a specified file in a specified format.
2N/A Additionally, it applies stricter check levels by default,
2N/A since the dump output will be used as an actual zone file
2N/A loaded by <span><strong class="command">named</strong></span>.
2N/A When manaully specified otherwise, the check levels must at
2N/A least be as strict as those specified in the
2N/A <span><strong class="command">named</strong></span> configuration file.
2N/A </p>
2N/A</div>
2N/A<div class="refsect1" lang="en">
2N/A<a name="id2514915"></a><h2>OPTIONS</h2>
2N/A<div class="variablelist"><dl>
2N/A<dt><span class="term">-d</span></dt>
2N/A<dd><p>
2N/A Enable debugging.
2N/A </p></dd>
2N/A<dt><span class="term">-q</span></dt>
2N/A<dd><p>
2N/A Quiet mode - exit code only.
2N/A </p></dd>
2N/A<dt><span class="term">-v</span></dt>
2N/A<dd><p>
2N/A Print the version of the <span><strong class="command">named-checkzone</strong></span>
2N/A program and exit.
2N/A </p></dd>
2N/A<dt><span class="term">-j</span></dt>
2N/A<dd><p>
2N/A When loading the zone file read the journal if it exists.
2N/A </p></dd>
2N/A<dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
2N/A<dd><p>
2N/A Specify the class of the zone. If not specified "IN" is assumed.
2N/A </p></dd>
2N/A<dt><span class="term">-i <em class="replaceable"><code>mode</code></em></span></dt>
2N/A<dd>
2N/A<p>
2N/A Perform post load zone integrity checks. Possible modes are
2N/A <span><strong class="command">"full"</strong></span> (default),
2N/A <span><strong class="command">"local"</strong></span> and
2N/A <span><strong class="command">"none"</strong></span>.
2N/A </p>
2N/A<p>
2N/A Mode <span><strong class="command">"full"</strong></span> checks that MX records
2N/A refer to A or AAAA record (both in-zone and out-of-zone
2N/A hostnames). Mode <span><strong class="command">"local"</strong></span> only
2N/A checks MX records which refer to in-zone hostnames.
2N/A </p>
2N/A<p>
2N/A Mode <span><strong class="command">"full"</strong></span> checks that SRV records
2N/A refer to A or AAAA record (both in-zone and out-of-zone
2N/A hostnames). Mode <span><strong class="command">"local"</strong></span> only
2N/A checks SRV records which refer to in-zone hostnames.
2N/A </p>
2N/A<p>
2N/A Mode <span><strong class="command">"full"</strong></span> checks that delegation NS
2N/A records refer to A or AAAA record (both in-zone and out-of-zone
2N/A hostnames). It also checks that glue addresses records
2N/A in the zone match those advertised by the child.
2N/A Mode <span><strong class="command">"local"</strong></span> only checks NS records which
2N/A refer to in-zone hostnames or that some required glue exists,
2N/A that is when the nameserver is in a child zone.
2N/A </p>
2N/A<p>
2N/A Mode <span><strong class="command">"none"</strong></span> disables the checks.
2N/A </p>
2N/A</dd>
2N/A<dt><span class="term">-f <em class="replaceable"><code>format</code></em></span></dt>
2N/A<dd><p>
2N/A Specify the format of the zone file.
2N/A Possible formats are <span><strong class="command">"text"</strong></span> (default)
2N/A and <span><strong class="command">"raw"</strong></span>.
2N/A </p></dd>
2N/A<dt><span class="term">-F <em class="replaceable"><code>format</code></em></span></dt>
2N/A<dd><p>
2N/A Specify the format of the output file specified.
2N/A Possible formats are <span><strong class="command">"text"</strong></span> (default)
2N/A and <span><strong class="command">"raw"</strong></span>.
2N/A For <span><strong class="command">named-checkzone</strong></span>,
2N/A this does not cause any effects unless it dumps the zone
2N/A contents.
2N/A </p></dd>
2N/A<dt><span class="term">-k <em class="replaceable"><code>mode</code></em></span></dt>
2N/A<dd><p>
2N/A Perform <span><strong class="command">"check-name"</strong></span> checks with the
2N/A specified failure mode.
2N/A Possible modes are <span><strong class="command">"fail"</strong></span>
2N/A (default for <span><strong class="command">named-compilezone</strong></span>),
2N/A <span><strong class="command">"warn"</strong></span>
2N/A (default for <span><strong class="command">named-checkzone</strong></span>) and
2N/A <span><strong class="command">"ignore"</strong></span>.
2N/A </p></dd>
2N/A<dt><span class="term">-m <em class="replaceable"><code>mode</code></em></span></dt>
2N/A<dd><p>
2N/A Specify whether MX records should be checked to see if they
2N/A are addresses. Possible modes are <span><strong class="command">"fail"</strong></span>,
2N/A <span><strong class="command">"warn"</strong></span> (default) and
2N/A <span><strong class="command">"ignore"</strong></span>.
2N/A </p></dd>
2N/A<dt><span class="term">-n <em class="replaceable"><code>mode</code></em></span></dt>
2N/A<dd><p>
2N/A Specify whether NS records should be checked to see if they
2N/A are addresses.
2N/A Possible modes are <span><strong class="command">"fail"</strong></span>
2N/A (default for <span><strong class="command">named-compilezone</strong></span>),
2N/A <span><strong class="command">"warn"</strong></span>
2N/A (default for <span><strong class="command">named-checkzone</strong></span>) and
2N/A <span><strong class="command">"ignore"</strong></span>.
2N/A </p></dd>
2N/A<dt><span class="term">-o <em class="replaceable"><code>filename</code></em></span></dt>
2N/A<dd><p>
2N/A Write zone output to <code class="filename">filename</code>.
2N/A This is mandatory for <span><strong class="command">named-compilezone</strong></span>.
2N/A </p></dd>
2N/A<dt><span class="term">-s <em class="replaceable"><code>style</code></em></span></dt>
2N/A<dd><p>
2N/A Specify the style of the dumped zone file.
2N/A Possible styles are <span><strong class="command">"full"</strong></span> (default)
2N/A and <span><strong class="command">"default"</strong></span>.
2N/A The full format is most suitable for processing
2N/A automatically by a separate script.
2N/A On the other hand, the default format is more
2N/A human-readable and is thus suitable for editing by hand.
2N/A For <span><strong class="command">named-checkzone</strong></span>
2N/A this does not cause any effects unless it dumps the zone
2N/A contents.
2N/A It also does not have any meaning if the output format
2N/A is not text.
2N/A </p></dd>
2N/A<dt><span class="term">-t <em class="replaceable"><code>directory</code></em></span></dt>
2N/A<dd><p>
2N/A chroot to <code class="filename">directory</code> so that
2N/A include
2N/A directives in the configuration file are processed as if
2N/A run by a similarly chrooted named.
2N/A </p></dd>
2N/A<dt><span class="term">-w <em class="replaceable"><code>directory</code></em></span></dt>
2N/A<dd><p>
2N/A chdir to <code class="filename">directory</code> so that
2N/A relative
2N/A filenames in master file $INCLUDE directives work. This
2N/A is similar to the directory clause in
2N/A <code class="filename">named.conf</code>.
2N/A </p></dd>
2N/A<dt><span class="term">-D</span></dt>
2N/A<dd><p>
2N/A Dump zone file in canonical format.
2N/A This is always enabled for <span><strong class="command">named-compilezone</strong></span>.
2N/A </p></dd>
2N/A<dt><span class="term">-W <em class="replaceable"><code>mode</code></em></span></dt>
2N/A<dd><p>
2N/A Specify whether to check for non-terminal wildcards.
2N/A Non-terminal wildcards are almost always the result of a
2N/A failure to understand the wildcard matching algorithm (RFC 1034).
2N/A Possible modes are <span><strong class="command">"warn"</strong></span> (default)
2N/A and
2N/A <span><strong class="command">"ignore"</strong></span>.
2N/A </p></dd>
2N/A<dt><span class="term">zonename</span></dt>
2N/A<dd><p>
2N/A The domain name of the zone being checked.
2N/A </p></dd>
2N/A<dt><span class="term">filename</span></dt>
2N/A<dd><p>
2N/A The name of the zone file.
2N/A </p></dd>
2N/A</dl></div>
2N/A</div>
2N/A<div class="refsect1" lang="en">
2N/A<a name="id2515438"></a><h2>RETURN VALUES</h2>
2N/A<p><span><strong class="command">named-checkzone</strong></span>
2N/A returns an exit status of 1 if
errors were detected and 0 otherwise.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2515450"></a><h2>SEE ALSO</h2>
<p><span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
<em class="citetitle">RFC 1035</em>,
<em class="citetitle">BIND 9 Administrator Reference Manual</em>.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2515475"></a><h2>AUTHOR</h2>
<p><span class="corpauthor">Internet Systems Consortium</span>
</p>
</div>
</div></body>
</html>