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