- Copyright (C) 2001, 2002 Internet Software Consortium. - Permission to use, copy, modify, and distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. <
date>June 13, 2000</
date>
<
refentrytitle><
application>named-checkzone</
application></
refentrytitle>
<
refmiscinfo>BIND9</
refmiscinfo>
<
refname><
application>named-checkzone</
application></
refname>
<
refpurpose>zone file validity checking tool</
refpurpose>
<
command>named-checkzone</
command>
<
arg><
option>-d</
option></
arg>
<
arg><
option>-j</
option></
arg>
<
arg><
option>-q</
option></
arg>
<
arg><
option>-v</
option></
arg>
<
arg><
option>-c <
replaceable class="parameter">class</
replaceable></
option></
arg>
<
arg><
option>-k <
replaceable class="parameter">mode</
replaceable></
option></
arg>
<
arg><
option>-n <
replaceable class="parameter">mode</
replaceable></
option></
arg>
<
arg><
option>-o <
replaceable class="parameter">filename</
replaceable></
option></
arg>
<
arg><
option>-t <
replaceable class="parameter">directory</
replaceable></
option></
arg>
<
arg><
option>-w <
replaceable class="parameter">directory</
replaceable></
option></
arg>
<
arg><
option>-D</
option></
arg>
<
arg choice="req">zonename</
arg>
<
arg choice="req">filename</
arg>
<
title>DESCRIPTION</
title>
<
command>named-checkzone</
command> checks the syntax and integrity of
a zone file. It performs the same checks as <
command>named</
command>
does when loading a zone. This makes
<
command>named-checkzone</
command> useful for checking zone
files before configuring them into a name server.
Quiet mode - exit code only.
Print the version of the <
command>named-checkzone</
command>
When loading the zone file read the journal if it exists.
<
term>-c <
replaceable class="parameter">class</
replaceable></
term>
Specify the class of the zone. If not specified "IN" is assumed.
<
term>-k <
replaceable class="parameter">mode</
replaceable></
term>
Perform <
command>"check-name"</
command> checks with the specified failure mode.
Possible modes are <
command>"fail"</
command>,
<
command>"warn"</
command> (default) and
<
command>"ignore"</
command>.
<
term>-n <
replaceable class="parameter">mode</
replaceable></
term>
Specify whether NS records should be checked to see if they
are addresses. Possible modes are <
command>"fail"</
command>,
<
command>"warn"</
command> (default) and
<
command>"ignore"</
command>.
<
term>-o <
replaceable class="parameter">filename</
replaceable></
term>
Write zone output to <
filename>directory</
filename>.
<
term>-t <
replaceable class="parameter">directory</
replaceable></
term>
chroot to <
filename>directory</
filename> so that include
directives in the configuration file are processed as if
run by a similarly chrooted named.
<
term>-w <
replaceable class="parameter">directory</
replaceable></
term>
chdir to <
filename>directory</
filename> so that relative
filenames in master file $INCLUDE directives work. This
is similar to the directory clause in
Dump zone file in canonical format.
The domain name of the zone being checked.
The name of the zone file.
<
title>RETURN VALUES</
title>
<
command>named-checkzone</
command> returns an exit status of 1 if
errors were detected and 0 otherwise.
<
refentrytitle>named</
refentrytitle>
<
citetitle>RFC 1035</
citetitle>,
<
citetitle>BIND 9 Administrator Reference Manual</
citetitle>.
<
corpauthor>Internet Systems Consortium</
corpauthor>