Bv9ARM.ch08.html revision 7911e6f9de303bca5a3d8b34f4330c8f7cecffae
0N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3775N/A<!--
0N/A - Copyright (C) 2000-2016 Internet Systems Consortium, Inc. ("ISC")
0N/A -
0N/A - This Source Code Form is subject to the terms of the Mozilla Public
0N/A - License, v. 2.0. If a copy of the MPL was not distributed with this
2362N/A - file, You can obtain one at http://mozilla.org/MPL/2.0/.
0N/A-->
2362N/A<html lang="en">
0N/A<head>
0N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
0N/A<title>Chapter�8.�Troubleshooting</title>
0N/A<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
0N/A<link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
0N/A<link rel="up" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
0N/A<link rel="prev" href="Bv9ARM.ch07.html" title="Chapter�7.�BIND 9 Security Considerations">
0N/A<link rel="next" href="Bv9ARM.ch09.html" title="Appendix�A.�Release Notes">
0N/A</head>
0N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
0N/A<div class="navheader">
2362N/A<table width="100%" summary="Navigation header">
2362N/A<tr><th colspan="3" align="center">Chapter�8.�Troubleshooting</th></tr>
2362N/A<tr>
0N/A<td width="20%" align="left">
0N/A<a accesskey="p" href="Bv9ARM.ch07.html">Prev</a>�</td>
0N/A<th width="60%" align="center">�</th>
0N/A<td width="20%" align="right">�<a accesskey="n" href="Bv9ARM.ch09.html">Next</a>
0N/A</td>
0N/A</tr>
0N/A</table>
0N/A<hr>
0N/A</div>
0N/A<div class="chapter">
0N/A<div class="titlepage"><div><div><h1 class="title">
4311N/A<a name="Bv9ARM.ch08"></a>Chapter�8.�Troubleshooting</h1></div></div></div>
0N/A<div class="toc">
0N/A<p><b>Table of Contents</b></p>
0N/A<dl class="toc">
0N/A<dt><span class="section"><a href="Bv9ARM.ch08.html#common_problems">Common Problems</a></span></dt>
0N/A<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>
4311N/A<dt><span class="section"><a href="Bv9ARM.ch08.html#id-1.9.3">Incrementing and Changing the Serial Number</a></span></dt>
0N/A<dt><span class="section"><a href="Bv9ARM.ch08.html#more_help">Where Can I Get Help?</a></span></dt>
0N/A</dl>
0N/A</div>
0N/A
0N/A <div class="section">
0N/A<div class="titlepage"><div><div><h2 class="title" style="clear: both">
0N/A<a name="common_problems"></a>Common Problems</h2></div></div></div>
0N/A
0N/A <div class="section">
0N/A<div class="titlepage"><div><div><h3 class="title">
0N/A<a name="id-1.9.2.2"></a>It's not working; how can I figure out what's wrong?</h3></div></div></div>
0N/A
0N/A <p>
0N/A The best solution to solving installation and
0N/A configuration issues is to take preventative measures by setting
0N/A up logging files beforehand. The log files provide a
0N/A source of hints and information that can be used to figure out
0N/A what went wrong and how to fix the problem.
0N/A </p>
0N/A
0N/A </div>
0N/A </div>
0N/A <div class="section">
0N/A<div class="titlepage"><div><div><h2 class="title" style="clear: both">
0N/A<a name="id-1.9.3"></a>Incrementing and Changing the Serial Number</h2></div></div></div>
0N/A
0N/A <p>
0N/A Zone serial numbers are just numbers &#8212; they aren't
0N/A date related. A lot of people set them to a number that
0N/A represents a date, usually of the form YYYYMMDDRR.
0N/A Occasionally they will make a mistake and set them to a
4311N/A "date in the future" then try to correct them by setting
0N/A them to the "current date". This causes problems because
0N/A serial numbers are used to indicate that a zone has been
0N/A updated. If the serial number on the slave server is
0N/A lower than the serial number on the master, the slave
0N/A server will attempt to update its copy of the zone.
0N/A </p>
0N/A
0N/A <p>
0N/A Setting the serial number to a lower number on the master
0N/A server than the slave server means that the slave will not perform
0N/A updates to its copy of the zone.
0N/A </p>
0N/A
0N/A <p>
0N/A The solution to this is to add 2147483647 (2^31-1) to the
0N/A number, reload the zone and make sure all slaves have updated to
0N/A the new zone serial number, then reset the number to what you want
0N/A it to be, and reload the zone again.
0N/A </p>
0N/A
0N/A </div>
0N/A <div class="section">
0N/A<div class="titlepage"><div><div><h2 class="title" style="clear: both">
0N/A<a name="more_help"></a>Where Can I Get Help?</h2></div></div></div>
0N/A
4311N/A <p>
0N/A The Internet Systems Consortium
0N/A (<acronym class="acronym">ISC</acronym>) offers a wide range
0N/A of support and service agreements for <acronym class="acronym">BIND</acronym> and <acronym class="acronym">DHCP</acronym> servers. Four
0N/A levels of premium support are available and each level includes
0N/A support for all <acronym class="acronym">ISC</acronym> programs,
0N/A significant discounts on products
0N/A and training, and a recognized priority on bug fixes and
0N/A non-funded feature requests. In addition, <acronym class="acronym">ISC</acronym> offers a standard
0N/A support agreement package which includes services ranging from bug
0N/A fix announcements to remote support. It also includes training in
0N/A <acronym class="acronym">BIND</acronym> and <acronym class="acronym">DHCP</acronym>.
0N/A </p>
0N/A
0N/A <p>
0N/A To discuss arrangements for support, contact
0N/A <a class="link" href="mailto:info@isc.org" target="_top">info@isc.org</a> or visit the
0N/A <acronym class="acronym">ISC</acronym> web page at
0N/A <a class="link" href="http://www.isc.org/services/support/" target="_top">http://www.isc.org/services/support/</a>
0N/A to read more.
0N/A </p>
0N/A </div>
0N/A </div>
0N/A<div class="navfooter">
0N/A<hr>
0N/A<table width="100%" summary="Navigation footer">
0N/A<tr>
0N/A<td width="40%" align="left">
0N/A<a accesskey="p" href="Bv9ARM.ch07.html">Prev</a>�</td>
0N/A<td width="20%" align="center">�</td>
0N/A<td width="40%" align="right">�<a accesskey="n" href="Bv9ARM.ch09.html">Next</a>
0N/A</td>
0N/A</tr>
0N/A<tr>
0N/A<td width="40%" align="left" valign="top">Chapter�7.�<acronym class="acronym">BIND</acronym> 9 Security Considerations�</td>
4311N/A<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
4311N/A<td width="40%" align="right" valign="top">�Appendix�A.�Release Notes</td>
4311N/A</tr>
4311N/A</table>
0N/A</div>
0N/A<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.11.0</p>
0N/A</body>
0N/A</html>
0N/A