man.named-journalprint.html revision c0cbdeedb5e119c640f098da1851cb1b9adcc739
05a3b3a26e0a99e898c7eaa8f1a867a7581204datrawick - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj - Copyright (C) 2000-2003 Internet Software Consortium.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj - Permission to use, copy, modify, and/or distribute this software for any
71ffc89cc2529041f7c2d60fcfd2b2324264708ajerenkrantz - purpose with or without fee is hereby granted, provided that the above
2cc7cdffce670f2ae1bd4ae502b2c19481487dbejerenkrantz - copyright notice and this permission notice appear in all copies.
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4a257be29f8aeab984fe5622fa69e0b2aab204d7jerenkrantz - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb - PERFORMANCE OF THIS SOFTWARE.
571760de5e60c0b459cb11be45507b923cd023eejwoolley<!-- $Id$ -->
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb<link rel="next" href="man.named-rrchecker.html" title="named-rrchecker">
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick<tr><th colspan="3" align="center"><span class="application">named-journalprint</span></th></tr>
af4c982a7cf4515f124935f99a329744035fc699slive<td width="20%" align="right">�<a accesskey="n" href="man.named-rrchecker.html">Next</a>
10270f6f94b2069d0d357805c140a9897449b9ccianh<a name="man.named-journalprint"></a><div class="titlepage"></div>
2cc7cdffce670f2ae1bd4ae502b2c19481487dbejerenkrantz<p><span class="application">named-journalprint</span> — print zone journal in human-readable form</p>
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe<div class="cmdsynopsis"><p><code class="command">named-journalprint</code> {<em class="replaceable"><code>journal</code></em>}</p></div>
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe <span><strong class="command">named-journalprint</strong></span>
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe prints the contents of a zone journal file in a human-readable
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe Journal files are automatically created by <span><strong class="command">named</strong></span>
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe when changes are made to dynamic zones (e.g., by
7fe18c15b669db9d191859695901dc4fcf3829dawrowe <span><strong class="command">nsupdate</strong></span>). They record each addition
7fe18c15b669db9d191859695901dc4fcf3829dawrowe or deletion of a resource record, in binary format, allowing the
7fe18c15b669db9d191859695901dc4fcf3829dawrowe changes to be re-applied to the zone when the server is
b84f66c93f820824b1d5455181f55598b766319cwrowe restarted after a shutdown or crash. By default, the name of
7fe18c15b669db9d191859695901dc4fcf3829dawrowe the journal file is formed by appending the extension
976501adbc040220270f7d1d77c4b8373033be69wrowe <code class="filename">.jnl</code> to the name of the corresponding
976501adbc040220270f7d1d77c4b8373033be69wrowe <span><strong class="command">named-journalprint</strong></span> converts the contents of a given
b84f66c93f820824b1d5455181f55598b766319cwrowe journal file into a human-readable text format. Each line begins
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantz with "add" or "del", to indicate whether the record was added or
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantz deleted, and continues with the resource record in master-file
6d968aa80a4524cc08ccf1925c47580165058318ianh <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
6d968aa80a4524cc08ccf1925c47580165058318ianh <span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>,
e96626975ebc300abc02202f98296f2774e04367brianp <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
5fc3b690570b987c0040f28743b9e4d24a6dbda4jerenkrantz<p><span class="corpauthor">Internet Systems Consortium</span>
05a3b3a26e0a99e898c7eaa8f1a867a7581204datrawick<a accesskey="p" href="man.named.html">Prev</a>�</td>
05a3b3a26e0a99e898c7eaa8f1a867a7581204datrawick<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch13.html">Up</a></td>
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz<td width="40%" align="right">�<a accesskey="n" href="man.named-rrchecker.html">Next</a>
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz<td width="40%" align="right" valign="top">�<span class="application">named-rrchecker</span>
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz<p style="text-align: center;">BIND 9.11.0pre-alpha</p>