1 .\" Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
2 .\" Copyright (C) 2000-2002 Internet Software Consortium.
4 .\" Permission to use, copy, modify, and distribute this software for any
5 .\" purpose with or without fee is hereby granted, provided that the above
6 .\" copyright notice and this permission notice appear in all copies.
8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14 .\" PERFORMANCE OF THIS SOFTWARE.
16 .\" $Id: named-checkzone.8,v 1.18.18.23 2007/06/20 02:26:58 marka Exp $
20 .\" Title: named\-checkzone
22 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
23 .\" Date: June 13, 2000
27 .TH "NAMED\-CHECKZONE" "8" "June 13, 2000" "BIND9" "BIND9"
28 .\" disable hyphenation
30 .\" disable justification (adjust text to left margin only)
33 named\-checkzone, named\-compilezone \- zone file validity checking or converting tool
36 \fBnamed\-checkzone\fR [\fB\-d\fR] [\fB\-j\fR] [\fB\-q\fR] [\fB\-v\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-f\ \fR\fB\fIformat\fR\fR] [\fB\-F\ \fR\fB\fIformat\fR\fR] [\fB\-i\ \fR\fB\fImode\fR\fR] [\fB\-k\ \fR\fB\fImode\fR\fR] [\fB\-m\ \fR\fB\fImode\fR\fR] [\fB\-M\ \fR\fB\fImode\fR\fR] [\fB\-n\ \fR\fB\fImode\fR\fR] [\fB\-o\ \fR\fB\fIfilename\fR\fR] [\fB\-s\ \fR\fB\fIstyle\fR\fR] [\fB\-S\ \fR\fB\fImode\fR\fR] [\fB\-t\ \fR\fB\fIdirectory\fR\fR] [\fB\-w\ \fR\fB\fIdirectory\fR\fR] [\fB\-D\fR] [\fB\-W\ \fR\fB\fImode\fR\fR] {zonename} {filename}
38 \fBnamed\-compilezone\fR [\fB\-d\fR] [\fB\-j\fR] [\fB\-q\fR] [\fB\-v\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-C\ \fR\fB\fImode\fR\fR] [\fB\-f\ \fR\fB\fIformat\fR\fR] [\fB\-F\ \fR\fB\fIformat\fR\fR] [\fB\-i\ \fR\fB\fImode\fR\fR] [\fB\-k\ \fR\fB\fImode\fR\fR] [\fB\-m\ \fR\fB\fImode\fR\fR] [\fB\-n\ \fR\fB\fImode\fR\fR] [\fB\-o\ \fR\fB\fIfilename\fR\fR] [\fB\-s\ \fR\fB\fIstyle\fR\fR] [\fB\-t\ \fR\fB\fIdirectory\fR\fR] [\fB\-w\ \fR\fB\fIdirectory\fR\fR] [\fB\-D\fR] [\fB\-W\ \fR\fB\fImode\fR\fR] {zonename} {filename}
41 \fBnamed\-checkzone\fR
42 checks the syntax and integrity of a zone file. It performs the same checks as
44 does when loading a zone. This makes
45 \fBnamed\-checkzone\fR
46 useful for checking zone files before configuring them into a name server.
48 \fBnamed\-compilezone\fR
50 \fBnamed\-checkzone\fR, but it always dumps the zone contents to a specified file in a specified format. Additionally, it applies stricter check levels by default, since the dump output will be used as an actual zone file loaded by
51 \fBnamed\fR. When manually specified otherwise, the check levels must at least be as strict as those specified in the
63 Quiet mode \- exit code only.
68 Print the version of the
69 \fBnamed\-checkzone\fR
75 When loading the zone file read the journal if it exists.
80 Specify the class of the zone. If not specified "IN" is assumed.
85 Perform post\-load zone integrity checks. Possible modes are
88 \fB"full\-sibling"\fR,
90 \fB"local\-sibling"\fR
96 checks that MX records refer to A or AAAA record (both in\-zone and out\-of\-zone hostnames). Mode
98 only checks MX records which refer to in\-zone hostnames.
102 checks that SRV records refer to A or AAAA record (both in\-zone and out\-of\-zone hostnames). Mode
104 only checks SRV records which refer to in\-zone hostnames.
108 checks that delegation NS records refer to A or AAAA record (both in\-zone and out\-of\-zone hostnames). It also checks that glue address records in the zone match those advertised by the child. Mode
110 only checks NS records which refer to in\-zone hostnames or that some required glue exists, that is when the nameserver is in a child zone.
113 \fB"full\-sibling"\fR
115 \fB"local\-sibling"\fR
116 disable sibling glue checks but are otherwise the same as
129 Specify the format of the zone file. Possible formats are
137 Specify the format of the output file specified. Possible formats are
141 \fBnamed\-checkzone\fR, this does not cause any effects unless it dumps the zone contents.
148 checks with the specified failure mode. Possible modes are
151 \fBnamed\-compilezone\fR),
154 \fBnamed\-checkzone\fR) and
160 Specify whether MX records should be checked to see if they are addresses. Possible modes are
169 Check if a MX record refers to a CNAME. Possible modes are
178 Specify whether NS records should be checked to see if they are addresses. Possible modes are
181 \fBnamed\-compilezone\fR),
184 \fBnamed\-checkzone\fR) and
191 \fIfilename\fR. This is mandatory for
192 \fBnamed\-compilezone\fR.
197 Specify the style of the dumped zone file. Possible styles are
200 \fB"relative"\fR. The full format is most suitable for processing automatically by a separate script. On the other hand, the relative format is more human\-readable and is thus suitable for editing by hand. For
201 \fBnamed\-checkzone\fR
202 this does not cause any effects unless it dumps the zone contents. It also does not have any meaning if the output format is not text.
207 Check if a SRV record refers to a CNAME. Possible modes are
218 so that include directives in the configuration file are processed as if run by a similarly chrooted named.
225 so that relative filenames in master file $INCLUDE directives work. This is similar to the directory clause in
231 Dump zone file in canonical format. This is always enabled for
232 \fBnamed\-compilezone\fR.
237 Specify whether to check for non\-terminal wildcards. Non\-terminal wildcards are almost always the result of a failure to understand the wildcard matching algorithm (RFC 1034). Possible modes are
245 The domain name of the zone being checked.
250 The name of the zone file.
254 \fBnamed\-checkzone\fR
255 returns an exit status of 1 if errors were detected and 0 otherwise.
259 \fBnamed\-checkconf\fR(8),
261 BIND 9 Administrator Reference Manual.
264 Internet Systems Consortium
266 Copyright \(co 2004\-2007 Internet Systems Consortium, Inc. ("ISC")
268 Copyright \(co 2000\-2002 Internet Software Consortium.