1<!--
2 - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
3 - Copyright (C) 2000-2003 Internet Software Consortium.
4 -
5 - Permission to use, copy, modify, and/or distribute this software for any
6 - purpose with or without fee is hereby granted, provided that the above
7 - copyright notice and this permission notice appear in all copies.
8 -
9 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15 - PERFORMANCE OF THIS SOFTWARE.
16-->
17<html>
18<head>
19<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
20<title>Chapter�8.�Troubleshooting</title>
21<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
22<link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
23<link rel="up" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
24<link rel="prev" href="Bv9ARM.ch07.html" title="Chapter�7.�BIND 9 Security Considerations">
25<link rel="next" href="Bv9ARM.ch09.html" title="Appendix�A.�Release Notes">
26</head>
27<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
28<div class="navheader">
29<table width="100%" summary="Navigation header">
30<tr><th colspan="3" align="center">Chapter�8.�Troubleshooting</th></tr>
31<tr>
32<td width="20%" align="left">
33<a accesskey="p" href="Bv9ARM.ch07.html">Prev</a>�</td>
34<th width="60%" align="center">�</th>
35<td width="20%" align="right">�<a accesskey="n" href="Bv9ARM.ch09.html">Next</a>
36</td>
37</tr>
38</table>
39<hr>
40</div>
41<div class="chapter">
42<div class="titlepage"><div><div><h1 class="title">
43<a name="Bv9ARM.ch08"></a>Chapter�8.�Troubleshooting</h1></div></div></div>
44<div class="toc">
45<p><b>Table of Contents</b></p>
46<dl class="toc">
47<dt><span class="section"><a href="Bv9ARM.ch08.html#common_problems">Common Problems</a></span></dt>
48<dd><dl><dt><span class="section"><a href="Bv9ARM.ch08.html#id-1.9.2.2">It's not working; how can I figure out what's wrong?</a></span></dt></dl></dd>
49<dt><span class="section"><a href="Bv9ARM.ch08.html#id-1.9.3">Incrementing and Changing the Serial Number</a></span></dt>
50<dt><span class="section"><a href="Bv9ARM.ch08.html#more_help">Where Can I Get Help?</a></span></dt>
51</dl>
52</div>
53<div class="section">
54<div class="titlepage"><div><div><h2 class="title" style="clear: both">
55<a name="common_problems"></a>Common Problems</h2></div></div></div>
56<div class="section">
57<div class="titlepage"><div><div><h3 class="title">
58<a name="id-1.9.2.2"></a>It's not working; how can I figure out what's wrong?</h3></div></div></div>
59<p>
60            The best solution to solving installation and
61            configuration issues is to take preventative measures by setting
62            up logging files beforehand. The log files provide a
63            source of hints and information that can be used to figure out
64            what went wrong and how to fix the problem.
65          </p>
66</div>
67</div>
68<div class="section">
69<div class="titlepage"><div><div><h2 class="title" style="clear: both">
70<a name="id-1.9.3"></a>Incrementing and Changing the Serial Number</h2></div></div></div>
71<p>
72          Zone serial numbers are just numbers &#8212; they aren't
73          date related.  A lot of people set them to a number that
74          represents a date, usually of the form YYYYMMDDRR.
75          Occasionally they will make a mistake and set them to a
76          "date in the future" then try to correct them by setting
77          them to the "current date".  This causes problems because
78          serial numbers are used to indicate that a zone has been
79          updated.  If the serial number on the slave server is
80          lower than the serial number on the master, the slave
81          server will attempt to update its copy of the zone.
82        </p>
83<p>
84          Setting the serial number to a lower number on the master
85          server than the slave server means that the slave will not perform
86          updates to its copy of the zone.
87        </p>
88<p>
89          The solution to this is to add 2147483647 (2^31-1) to the
90          number, reload the zone and make sure all slaves have updated to
91          the new zone serial number, then reset the number to what you want
92          it to be, and reload the zone again.
93        </p>
94</div>
95<div class="section">
96<div class="titlepage"><div><div><h2 class="title" style="clear: both">
97<a name="more_help"></a>Where Can I Get Help?</h2></div></div></div>
98<p>
99          The Internet Systems Consortium
100          (<acronym class="acronym">ISC</acronym>) offers a wide range
101          of support and service agreements for <acronym class="acronym">BIND</acronym> and <acronym class="acronym">DHCP</acronym> servers. Four
102          levels of premium support are available and each level includes
103          support for all <acronym class="acronym">ISC</acronym> programs,
104          significant discounts on products
105          and training, and a recognized priority on bug fixes and
106          non-funded feature requests. In addition, <acronym class="acronym">ISC</acronym> offers a standard
107          support agreement package which includes services ranging from bug
108          fix announcements to remote support. It also includes training in
109          <acronym class="acronym">BIND</acronym> and <acronym class="acronym">DHCP</acronym>.
110        </p>
111<p>
112          To discuss arrangements for support, contact
113          <a class="link" href="mailto:info@isc.org" target="_top">info@isc.org</a> or visit the
114          <acronym class="acronym">ISC</acronym> web page at
115          <a class="link" href="http://www.isc.org/services/support/" target="_top">http://www.isc.org/services/support/</a>
116          to read more.
117        </p>
118</div>
119</div>
120<div class="navfooter">
121<hr>
122<table width="100%" summary="Navigation footer">
123<tr>
124<td width="40%" align="left">
125<a accesskey="p" href="Bv9ARM.ch07.html">Prev</a>�</td>
126<td width="20%" align="center">�</td>
127<td width="40%" align="right">�<a accesskey="n" href="Bv9ARM.ch09.html">Next</a>
128</td>
129</tr>
130<tr>
131<td width="40%" align="left" valign="top">Chapter�7.�<acronym class="acronym">BIND</acronym> 9 Security Considerations�</td>
132<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
133<td width="40%" align="right" valign="top">�Appendix�A.�Release Notes</td>
134</tr>
135</table>
136</div>
137<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.9.9-P4 (Extended Support Version)</p>
138</body>
139</html>
140