1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3 [<!ENTITY mdash "—">]>
5 - Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
6 - Copyright (C) 2000-2002 Internet Software Consortium.
8 - Permission to use, copy, modify, and/or distribute this software for any
9 - purpose with or without fee is hereby granted, provided that the above
10 - copyright notice and this permission notice appear in all copies.
12 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
13 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
14 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
15 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
16 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
17 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18 - PERFORMANCE OF THIS SOFTWARE.
21 <!-- Id: named-checkzone.docbook,v 1.38 2009/12/04 21:09:32 marka Exp -->
22 <refentry id="man.named-checkzone">
24 <date>June 13, 2000</date>
28 <refentrytitle><application>named-checkzone</application></refentrytitle>
29 <manvolnum>8</manvolnum>
30 <refmiscinfo>BIND9</refmiscinfo>
40 <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
46 <holder>Internet Software Consortium.</holder>
51 <refname><application>named-checkzone</application></refname>
52 <refname><application>named-compilezone</application></refname>
53 <refpurpose>zone file validity checking or converting tool</refpurpose>
58 <command>named-checkzone</command>
59 <arg><option>-d</option></arg>
60 <arg><option>-h</option></arg>
61 <arg><option>-j</option></arg>
62 <arg><option>-q</option></arg>
63 <arg><option>-v</option></arg>
64 <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg>
65 <arg><option>-f <replaceable class="parameter">format</replaceable></option></arg>
66 <arg><option>-F <replaceable class="parameter">format</replaceable></option></arg>
67 <arg><option>-i <replaceable class="parameter">mode</replaceable></option></arg>
68 <arg><option>-k <replaceable class="parameter">mode</replaceable></option></arg>
69 <arg><option>-m <replaceable class="parameter">mode</replaceable></option></arg>
70 <arg><option>-M <replaceable class="parameter">mode</replaceable></option></arg>
71 <arg><option>-n <replaceable class="parameter">mode</replaceable></option></arg>
72 <arg><option>-r <replaceable class="parameter">mode</replaceable></option></arg>
73 <arg><option>-s <replaceable class="parameter">style</replaceable></option></arg>
74 <arg><option>-S <replaceable class="parameter">mode</replaceable></option></arg>
75 <arg><option>-t <replaceable class="parameter">directory</replaceable></option></arg>
76 <arg><option>-w <replaceable class="parameter">directory</replaceable></option></arg>
77 <arg><option>-D</option></arg>
78 <arg><option>-W <replaceable class="parameter">mode</replaceable></option></arg>
79 <arg choice="req">zonename</arg>
80 <arg choice="req">filename</arg>
83 <command>named-compilezone</command>
84 <arg><option>-d</option></arg>
85 <arg><option>-j</option></arg>
86 <arg><option>-q</option></arg>
87 <arg><option>-v</option></arg>
88 <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg>
89 <arg><option>-C <replaceable class="parameter">mode</replaceable></option></arg>
90 <arg><option>-f <replaceable class="parameter">format</replaceable></option></arg>
91 <arg><option>-F <replaceable class="parameter">format</replaceable></option></arg>
92 <arg><option>-i <replaceable class="parameter">mode</replaceable></option></arg>
93 <arg><option>-k <replaceable class="parameter">mode</replaceable></option></arg>
94 <arg><option>-m <replaceable class="parameter">mode</replaceable></option></arg>
95 <arg><option>-n <replaceable class="parameter">mode</replaceable></option></arg>
96 <arg><option>-o <replaceable class="parameter">filename</replaceable></option></arg>
97 <arg><option>-r <replaceable class="parameter">mode</replaceable></option></arg>
98 <arg><option>-s <replaceable class="parameter">style</replaceable></option></arg>
99 <arg><option>-t <replaceable class="parameter">directory</replaceable></option></arg>
100 <arg><option>-w <replaceable class="parameter">directory</replaceable></option></arg>
101 <arg><option>-D</option></arg>
102 <arg><option>-W <replaceable class="parameter">mode</replaceable></option></arg>
103 <arg choice="req"><option>-o <replaceable class="parameter">filename</replaceable></option></arg>
104 <arg choice="req">zonename</arg>
105 <arg choice="req">filename</arg>
110 <title>DESCRIPTION</title>
111 <para><command>named-checkzone</command>
112 checks the syntax and integrity of a zone file. It performs the
113 same checks as <command>named</command> does when loading a
114 zone. This makes <command>named-checkzone</command> useful for
115 checking zone files before configuring them into a name server.
118 <command>named-compilezone</command> is similar to
119 <command>named-checkzone</command>, but it always dumps the
120 zone contents to a specified file in a specified format.
121 Additionally, it applies stricter check levels by default,
122 since the dump output will be used as an actual zone file
123 loaded by <command>named</command>.
124 When manually specified otherwise, the check levels must at
125 least be as strict as those specified in the
126 <command>named</command> configuration file.
131 <title>OPTIONS</title>
147 Print the usage summary and exit.
156 Quiet mode - exit code only.
165 Print the version of the <command>named-checkzone</command>
175 When loading the zone file read the journal if it exists.
181 <term>-c <replaceable class="parameter">class</replaceable></term>
184 Specify the class of the zone. If not specified, "IN" is assumed.
190 <term>-i <replaceable class="parameter">mode</replaceable></term>
193 Perform post-load zone integrity checks. Possible modes are
194 <command>"full"</command> (default),
195 <command>"full-sibling"</command>,
196 <command>"local"</command>,
197 <command>"local-sibling"</command> and
198 <command>"none"</command>.
201 Mode <command>"full"</command> checks that MX records
202 refer to A or AAAA record (both in-zone and out-of-zone
203 hostnames). Mode <command>"local"</command> only
204 checks MX records which refer to in-zone hostnames.
207 Mode <command>"full"</command> checks that SRV records
208 refer to A or AAAA record (both in-zone and out-of-zone
209 hostnames). Mode <command>"local"</command> only
210 checks SRV records which refer to in-zone hostnames.
213 Mode <command>"full"</command> checks that delegation NS
214 records refer to A or AAAA record (both in-zone and out-of-zone
215 hostnames). It also checks that glue address records
216 in the zone match those advertised by the child.
217 Mode <command>"local"</command> only checks NS records which
218 refer to in-zone hostnames or that some required glue exists,
219 that is when the nameserver is in a child zone.
222 Mode <command>"full-sibling"</command> and
223 <command>"local-sibling"</command> disable sibling glue
224 checks but are otherwise the same as <command>"full"</command>
225 and <command>"local"</command> respectively.
228 Mode <command>"none"</command> disables the checks.
234 <term>-f <replaceable class="parameter">format</replaceable></term>
237 Specify the format of the zone file.
238 Possible formats are <command>"text"</command> (default)
239 and <command>"raw"</command>.
245 <term>-F <replaceable class="parameter">format</replaceable></term>
248 Specify the format of the output file specified.
249 Possible formats are <command>"text"</command> (default)
250 and <command>"raw"</command>.
251 For <command>named-checkzone</command>,
252 this does not cause any effects unless it dumps the zone
259 <term>-k <replaceable class="parameter">mode</replaceable></term>
262 Perform <command>"check-names"</command> checks with the
263 specified failure mode.
264 Possible modes are <command>"fail"</command>
265 (default for <command>named-compilezone</command>),
266 <command>"warn"</command>
267 (default for <command>named-checkzone</command>) and
268 <command>"ignore"</command>.
274 <term>-m <replaceable class="parameter">mode</replaceable></term>
277 Specify whether MX records should be checked to see if they
278 are addresses. Possible modes are <command>"fail"</command>,
279 <command>"warn"</command> (default) and
280 <command>"ignore"</command>.
286 <term>-M <replaceable class="parameter">mode</replaceable></term>
289 Check if a MX record refers to a CNAME.
290 Possible modes are <command>"fail"</command>,
291 <command>"warn"</command> (default) and
292 <command>"ignore"</command>.
298 <term>-n <replaceable class="parameter">mode</replaceable></term>
301 Specify whether NS records should be checked to see if they
303 Possible modes are <command>"fail"</command>
304 (default for <command>named-compilezone</command>),
305 <command>"warn"</command>
306 (default for <command>named-checkzone</command>) and
307 <command>"ignore"</command>.
313 <term>-o <replaceable class="parameter">filename</replaceable></term>
316 Write zone output to <filename>filename</filename>.
317 If <filename>filename</filename> is <filename>-</filename> then
318 write to standard out.
319 This is mandatory for <command>named-compilezone</command>.
325 <term>-r <replaceable class="parameter">mode</replaceable></term>
328 Check for records that are treated as different by DNSSEC but
329 are semantically equal in plain DNS.
330 Possible modes are <command>"fail"</command>,
331 <command>"warn"</command> (default) and
332 <command>"ignore"</command>.
338 <term>-s <replaceable class="parameter">style</replaceable></term>
341 Specify the style of the dumped zone file.
342 Possible styles are <command>"full"</command> (default)
343 and <command>"relative"</command>.
344 The full format is most suitable for processing
345 automatically by a separate script.
346 On the other hand, the relative format is more
347 human-readable and is thus suitable for editing by hand.
348 For <command>named-checkzone</command>
349 this does not cause any effects unless it dumps the zone
351 It also does not have any meaning if the output format
358 <term>-S <replaceable class="parameter">mode</replaceable></term>
361 Check if a SRV record refers to a CNAME.
362 Possible modes are <command>"fail"</command>,
363 <command>"warn"</command> (default) and
364 <command>"ignore"</command>.
370 <term>-t <replaceable class="parameter">directory</replaceable></term>
373 Chroot to <filename>directory</filename> so that
375 directives in the configuration file are processed as if
376 run by a similarly chrooted named.
382 <term>-w <replaceable class="parameter">directory</replaceable></term>
385 chdir to <filename>directory</filename> so that
387 filenames in master file $INCLUDE directives work. This
388 is similar to the directory clause in
389 <filename>named.conf</filename>.
398 Dump zone file in canonical format.
399 This is always enabled for <command>named-compilezone</command>.
405 <term>-W <replaceable class="parameter">mode</replaceable></term>
408 Specify whether to check for non-terminal wildcards.
409 Non-terminal wildcards are almost always the result of a
410 failure to understand the wildcard matching algorithm (RFC 1034).
411 Possible modes are <command>"warn"</command> (default)
413 <command>"ignore"</command>.
419 <term>zonename</term>
422 The domain name of the zone being checked.
428 <term>filename</term>
431 The name of the zone file.
441 <title>RETURN VALUES</title>
442 <para><command>named-checkzone</command>
443 returns an exit status of 1 if
444 errors were detected and 0 otherwise.
449 <title>SEE ALSO</title>
451 <refentrytitle>named</refentrytitle><manvolnum>8</manvolnum>
454 <refentrytitle>named-checkconf</refentrytitle><manvolnum>8</manvolnum>
456 <citetitle>RFC 1035</citetitle>,
457 <citetitle>BIND 9 Administrator Reference Manual</citetitle>.
462 <title>AUTHOR</title>
463 <para><corpauthor>Internet Systems Consortium</corpauthor>