561N/A<!
DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
911N/A - Copyright (C) 2001 Internet Software Consortium. 561N/A - Permission to use, copy, modify, and distribute this software for any 561N/A - purpose with or without fee is hereby granted, provided that the above 919N/A - copyright notice and this permission notice appear in all copies. 919N/A - THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM 919N/A - DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL 919N/A - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL 919N/A - INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, 919N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING 919N/A - FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 919N/A - NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 919N/A - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 919N/A <
date>June 13, 2000</
date>
561N/A <
refentrytitle><
application>named-checkzone</
application></
refentrytitle>
561N/A <
manvolnum>8</
manvolnum>
561N/A <
refmiscinfo>BIND9</
refmiscinfo>
911N/A <
refname><
application>named-checkzone</
application></
refname>
911N/A <
refpurpose>zone file validity checking tool</
refpurpose>
561N/A <
command>named-checkzone</
command>
561N/A <
arg><
option>-d</
option></
arg>
837N/A <
arg><
option>-q</
option></
arg>
<
arg><
option>-v</
option></
arg>
<
arg><
option>-c <
replaceable class="parameter">class</
replaceable></
option></
arg>
<
arg><
option>-t <
replaceable class="parameter">directory</
replaceable></
option></
arg>
<
arg><
option>-w <
replaceable class="parameter">directory</
replaceable></
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>
<
term>-c <
replaceable class="parameter">class</
replaceable></
term>
Specify the class of the zone. If not specified "IN" is assumed.
<
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
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 Software Consortium</
corpauthor>