man.named-journalprint.html revision 795a316ec568b2470aab18b9481443966047652e
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames - Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames - Copyright (C) 2000-2003 Internet Software Consortium.
d21da4e62ecafc781c4d472a0a368f7d8c2f1cc3thommay - Permission to use, copy, modify, and/or distribute this software for any
d21da4e62ecafc781c4d472a0a368f7d8c2f1cc3thommay - purpose with or without fee is hereby granted, provided that the above
d21da4e62ecafc781c4d472a0a368f7d8c2f1cc3thommay - copyright notice and this permission notice appear in all copies.
16e532502af9e7b96019d93aa593d5d2b2bb5f2ccoar - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
16e532502af9e7b96019d93aa593d5d2b2bb5f2ccoar - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
219e31b849ef108cd8f58ba0eedae03414e5edb1thommay - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
a98959721afc481c7f3a941f85c462f0b90defdathommay - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
a98959721afc481c7f3a941f85c462f0b90defdathommay - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
a98959721afc481c7f3a941f85c462f0b90defdathommay - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
219e31b849ef108cd8f58ba0eedae03414e5edb1thommay - PERFORMANCE OF THIS SOFTWARE.
dbb916b882c33a4e340b0dba7d75506cfdd85640trawick<!-- $Id: man.named-journalprint.html,v 1.40 2011/03/28 01:14:35 tbox Exp $ -->
dbb916b882c33a4e340b0dba7d75506cfdd85640trawick<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
a18a308d7a942230edcde1bf00d7ae9b4b143c90trawick<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
a18a308d7a942230edcde1bf00d7ae9b4b143c90trawick<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
9efe68be3c81ee85225972195fb725dbfc2e8b24trawick<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
9098f795fab5db41a52b6b82fa475e8f9b3850f0trawick<link rel="prev" href="man.named.html" title="named">
9098f795fab5db41a52b6b82fa475e8f9b3850f0trawick<link rel="next" href="man.nsupdate.html" title="nsupdate">
9efe68be3c81ee85225972195fb725dbfc2e8b24trawick<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
3b872593fd5f61981d9dd69a4b0b5d5f5f668929trawick<tr><th colspan="3" align="center"><span class="application">named-journalprint</span></th></tr>
fc25339741311efd7d460f18b6287ef38d76bbe6madhum<td width="20%" align="right">�<a accesskey="n" href="man.nsupdate.html">Next</a>
92a2439559cf1161742650ed9c50c6483bd029cemadhum<a name="man.named-journalprint"></a><div class="titlepage"></div>
0d60370bedd05f9632f54e85c417ce472d463674madhum<p><span class="application">named-journalprint</span> — print zone journal in human-readable form</p>
0d60370bedd05f9632f54e85c417ce472d463674madhum<div class="cmdsynopsis"><p><code class="command">named-journalprint</code> {<em class="replaceable"><code>journal</code></em>}</p></div>
764315969cef40e50cdc6a5e9638454e10c1c06end <span><strong class="command">named-journalprint</strong></span>
bfb54bd96690887dcdf184fd9083c2e167898ce2nd prints the contents of a zone journal file in a human-readable
a2c036f0ca71e35c085b4cd9451a6d3718bc65daake Journal files are automatically created by <span><strong class="command">named</strong></span>
b92cba59a0890be43b14aaf1ce30606140be9593nd when changes are made to dynamic zones (e.g., by
b92cba59a0890be43b14aaf1ce30606140be9593nd <span><strong class="command">nsupdate</strong></span>). They record each addition
b92cba59a0890be43b14aaf1ce30606140be9593nd or deletion of a resource record, in binary format, allowing the
b92cba59a0890be43b14aaf1ce30606140be9593nd changes to be re-applied to the zone when the server is
402d23baca89e8c4fcb4e52ad8b2d66a6904baaetrawick restarted after a shutdown or crash. By default, the name of
402d23baca89e8c4fcb4e52ad8b2d66a6904baaetrawick the journal file is formed by appending the extension
402d23baca89e8c4fcb4e52ad8b2d66a6904baaetrawick <code class="filename">.jnl</code> to the name of the corresponding
6d4bfae6836af357a3b9790c0d6a06fdd00f177fnd zone file.
6d4bfae6836af357a3b9790c0d6a06fdd00f177fnd <span><strong class="command">named-journalprint</strong></span> converts the contents of a given
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz journal file into a human-readable text format. Each line begins
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz with "add" or "del", to indicate whether the record was added or
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz deleted, and continues with the resource record in master-file
9e398d701dd430f073ff5418fb720642e064046ajerenkrantz <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>,
9e398d701dd430f073ff5418fb720642e064046ajerenkrantz <span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>,
9e398d701dd430f073ff5418fb720642e064046ajerenkrantz <em class="citetitle">BIND 9 Administrator Reference Manual</em>.
a7ac9b52c3d9f7ce937f078a0d585023db626c55jerenkrantz<p><span class="corpauthor">Internet Systems Consortium</span>
aac2b82fe4f1ac117e2a0702438d6615542642dand<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
a793d402c74e50326a2401cfbdc562c5781948fdnd<td width="40%" align="right">�<a accesskey="n" href="man.nsupdate.html">Next</a>
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
3ded62d7f2c9b12616d718b8c97d3044baa9ecdbjerenkrantz<td width="40%" align="right" valign="top">�<span class="application">nsupdate</span>