2b52a78b56c80dd13e9feabf889c4b1127f959ed
[debian/amanda] / man / xml-source / amcheckdb.8.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
4 [
5   <!-- entities files to use -->
6   <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
7   %global_entities;
8 ]>
9
10 <!-- lifted from troff+man by doclifter -->
11 <refentry id='amcheckdb.8'>
12
13 <refmeta>
14 <refentrytitle>amcheckdb</refentrytitle>
15 <manvolnum>8</manvolnum>
16 &rmi.source;
17 &rmi.version;
18 &rmi.manual.8;
19 </refmeta>
20 <refnamediv>
21 <refname>amcheckdb</refname>
22 <refpurpose>check &A; database for tape consistency</refpurpose>
23 </refnamediv>
24 <refentryinfo>
25 &author.atf3r;
26 &author.sgw.xml;
27 </refentryinfo>
28 <!-- body begins here -->
29 <refsynopsisdiv>
30 <cmdsynopsis>
31   <command>amcheckdb</command>    
32     <arg choice='plain'><replaceable>config</replaceable></arg>
33 </cmdsynopsis>
34 </refsynopsisdiv>
35
36
37 <refsect1><title>DESCRIPTION</title>
38 <para><emphasis remap='B'>Amcheckdb</emphasis>
39 verifies that every tape mentioned in the &A; database
40 is still valid in the &tapelist;.</para>
41
42 <para>See the
43 <citerefentry><refentrytitle>amanda</refentrytitle><manvolnum>8</manvolnum></citerefentry>
44 man page for more details about &A;.</para>
45 </refsect1>
46
47 <refsect1><title>EXAMPLE</title>
48 <para>This shows a normal response:</para>
49
50 <programlisting>
51 # amcheckdb daily
52 Ready.
53 </programlisting>
54
55 <para>This shows tape
56 <emphasis remap='I'>DMP014</emphasis>
57 is still listed in the database but is no longer listed in the &tapelist;:</para>
58
59 <programlisting>
60 # amcheckdb daily
61 Tape DMP014 missing in /usr/local/etc/amanda//daily/tapelist
62 Ready.
63 </programlisting>
64 </refsect1>
65
66 <refsect1><title>SEE ALSO</title>
67 <para><citerefentry><refentrytitle>amadmin</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
68 <citerefentry><refentrytitle>amrmtape</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
69 <citerefentry><refentrytitle>amanda</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
70 <ulink url="http://wiki.zmanda.com"/>
71 </para>
72 </refsect1>
73 </refentry>
74