Bv9ARM.ch08.html revision 48abcd3eb789fdd24a2e0a6155b25e6979a39ae0
577N/A<!--
577N/A - Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
1356N/A - Copyright (C) 2000-2003 Internet Software Consortium.
577N/A -
1460N/A - Permission to use, copy, modify, and distribute this software for any
577N/A - purpose with or without fee is hereby granted, provided that the above
577N/A - copyright notice and this permission notice appear in all copies.
919N/A -
919N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
919N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
919N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
919N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
919N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
919N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
919N/A - PERFORMANCE OF THIS SOFTWARE.
919N/A-->
919N/A<!-- $Id: Bv9ARM.ch08.html,v 1.147 2007/09/07 12:49:01 marka Exp $ -->
919N/A<html>
919N/A<head>
919N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
919N/A<title>Chapter�8.�Troubleshooting</title>
919N/A<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
919N/A<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
919N/A<link rel="up" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
577N/A<link rel="prev" href="Bv9ARM.ch07.html" title="Chapter�7.�BIND 9 Security Considerations">
577N/A<link rel="next" href="Bv9ARM.ch09.html" title="Appendix�A.�Appendices">
577N/A</head>
577N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
577N/A<div class="navheader">
577N/A<table width="100%" summary="Navigation header">
1408N/A<tr><th colspan="3" align="center">Chapter�8.�Troubleshooting</th></tr>
577N/A<tr>
911N/A<td width="20%" align="left">
1408N/A<a accesskey="p" href="Bv9ARM.ch07.html">Prev</a>�</td>
1408N/A<th width="60%" align="center">�</th>
1408N/A<td width="20%" align="right">�<a accesskey="n" href="Bv9ARM.ch09.html">Next</a>
911N/A</td>
577N/A</tr>
1408N/A</table>
1460N/A<hr>
577N/A</div>
577N/A<div class="chapter" lang="en">
577N/A<div class="titlepage"><div><div><h2 class="title">
577N/A<a name="Bv9ARM.ch08"></a>Chapter�8.�Troubleshooting</h2></div></div></div>
577N/A<div class="toc">
577N/A<p><b>Table of Contents</b></p>
577N/A<dl>
577N/A<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2593514">Common Problems</a></span></dt>
1356N/A<dd><dl><dt><span class="sect2"><a href="Bv9ARM.ch08.html#id2593588">It's not working; how can I figure out what's wrong?</a></span></dt></dl></dd>
1356N/A<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2593600">Incrementing and Changing the Serial Number</a></span></dt>
970N/A<dt><span class="sect1"><a href="Bv9ARM.ch08.html#id2593617">Where Can I Get Help?</a></span></dt>
970N/A</dl>
970N/A</div>
970N/A<div class="sect1" lang="en">
970N/A<div class="titlepage"><div><div><h2 class="title" style="clear: both">
970N/A<a name="id2593514"></a>Common Problems</h2></div></div></div>
970N/A<div class="sect2" lang="en">
970N/A<div class="titlepage"><div><div><h3 class="title">
970N/A<a name="id2593588"></a>It's not working; how can I figure out what's wrong?</h3></div></div></div>
970N/A<p>
970N/A The best solution to solving installation and
577N/A configuration issues is to take preventative measures by setting
1072N/A up logging files beforehand. The log files provide a
577N/A source of hints and information that can be used to figure out
577N/A what went wrong and how to fix the problem.
577N/A </p>
1072N/A</div>
1124N/A</div>
1124N/A<div class="sect1" lang="en">
1072N/A<div class="titlepage"><div><div><h2 class="title" style="clear: both">
1072N/A<a name="id2593600"></a>Incrementing and Changing the Serial Number</h2></div></div></div>
577N/A<p>
577N/A Zone serial numbers are just numbers &#8212; they aren't
577N/A date related. A lot of people set them to a number that
615N/A represents a date, usually of the form YYYYMMDDRR.
615N/A Occasionally they will make a mistake and set them to a
615N/A "date in the future" then try to correct them by setting
1196N/A them to the "current date". This causes problems because
1196N/A serial numbers are used to indicate that a zone has been
1196N/A updated. If the serial number on the slave server is
1196N/A lower than the serial number on the master, the slave
1196N/A server will attempt to update its copy of the zone.
1196N/A </p>
810N/A<p>
1097N/A Setting the serial number to a lower number on the master
935N/A server than the slave server means that the slave will not perform
810N/A updates to its copy of the zone.
970N/A </p>
970N/A<p>
970N/A The solution to this is to add 2147483647 (2^31-1) to the
577N/A number, reload the zone and make sure all slaves have updated to
577N/A the new zone serial number, then reset the number to what you want
577N/A it to be, and reload the zone again.
1072N/A </p>
1097N/A</div>
970N/A<div class="sect1" lang="en">
577N/A<div class="titlepage"><div><div><h2 class="title" style="clear: both">
1466N/A<a name="id2593617"></a>Where Can I Get Help?</h2></div></div></div>
1097N/A<p>
1466N/A The Internet Systems Consortium
577N/A (<acronym class="acronym">ISC</acronym>) offers a wide range
970N/A of support and service agreements for <acronym class="acronym">BIND</acronym> and <acronym class="acronym">DHCP</acronym> servers. Four
970N/A levels of premium support are available and each level includes
support for all <acronym class="acronym">ISC</acronym> programs,
significant discounts on products
and training, and a recognized priority on bug fixes and
non-funded feature requests. In addition, <acronym class="acronym">ISC</acronym> offers a standard
support agreement package which includes services ranging from bug
fix announcements to remote support. It also includes training in
<acronym class="acronym">BIND</acronym> and <acronym class="acronym">DHCP</acronym>.
</p>
<p>
To discuss arrangements for support, contact
<a href="mailto:info@isc.org" target="_top">info@isc.org</a> or visit the
<acronym class="acronym">ISC</acronym> web page at
<a href="http://www.isc.org/services/support/" target="_top">http://www.isc.org/services/support/</a>
to read more.
</p>
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="Bv9ARM.ch07.html">Prev</a>�</td>
<td width="20%" align="center">�</td>
<td width="40%" align="right">�<a accesskey="n" href="Bv9ARM.ch09.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Chapter�7.�<acronym class="acronym">BIND</acronym> 9 Security Considerations�</td>
<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
<td width="40%" align="right" valign="top">�Appendix�A.�Appendices</td>
</tr>
</table>
</div>
</body>
</html>