afsmonitor-update-stat-descriptions-20040729
[openafs.git] / doc / html / AdminReference / auarf090.htm
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4//EN">
2 <HTML><HEAD>
3 <TITLE>Administration Reference</TITLE>
4 <!-- Begin Header Records  ========================================== -->
5 <!-- /tmp/idwt3672/auarf000.scr converted by idb2h R4.2 (359) ID      -->
6 <!-- Workbench Version (AIX) on 3 Oct 2000 at 16:18:30                -->
7 <META HTTP-EQUIV="updated" CONTENT="Tue, 03 Oct 2000 16:18:29">
8 <META HTTP-EQUIV="review" CONTENT="Wed, 03 Oct 2001 16:18:29">
9 <META HTTP-EQUIV="expires" CONTENT="Thu, 03 Oct 2002 16:18:29">
10 </HEAD><BODY>
11 <!-- (C) IBM Corporation 2000. All Rights Reserved    --> 
12 <BODY bgcolor="ffffff"> 
13 <!-- End Header Records  ============================================ -->
14 <A NAME="Top_Of_Page"></A>
15 <H1>Administration Reference</H1>
16 <HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf089.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Bot_Of_Page"><IMG SRC="../bot.gif" BORDER="0" ALT="[Bottom of Topic]"></A> <A HREF="auarf091.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P> 
17 <P>
18 <H2><A NAME="HDRBK_VOLINFO" HREF="auarf002.htm#ToC_104">backup volinfo</A></H2>
19 <A NAME="IDX4416"></A>
20 <A NAME="IDX4417"></A>
21 <A NAME="IDX4418"></A>
22 <A NAME="IDX4419"></A>
23 <A NAME="IDX4420"></A>
24 <A NAME="IDX4421"></A>
25 <P><STRONG>Purpose</STRONG>
26 <P>Displays a volume's dump history from the Backup Database
27 <P><STRONG>Synopsis</STRONG>
28 <PRE><B>backup volinfo -volume</B> &lt;<VAR>volume&nbsp;name</VAR>>
29                [<B>-localauth</B>]  [<B>-cell</B> &lt;<VAR>cell&nbsp;name</VAR>>]  [<B>-help</B>]
30   
31 <B>backup voli -v</B> &lt;<VAR>volume&nbsp;name</VAR>>  [<B>-l</B>]  [<B>-c</B> &lt;<VAR>cell&nbsp;name</VAR>>]  [<B>-h</B>]
32 </PRE>
33 <P><STRONG>Description</STRONG>
34 <P>The <B>backup volinfo</B> command displays a dump history of the
35 specified volume, reporting information such as the date on which the volume
36 was dumped and the tapes that contain it. Include the
37 <B>.backup</B> extension on the volume name if the backup version
38 of the volume was dumped.
39 <P><STRONG>Options</STRONG>
40 <DL>
41 <P><DT><B>-volume
42 </B><DD>Names the volume for which to display the dump history. Include
43 the<TT> .backup</TT> or <TT>.readonly</TT> extension if the
44 backup or read-only version of the volume was dumped.
45 <P><DT><B>-localauth
46 </B><DD>Constructs a server ticket using a key from the local
47 <B>/usr/afs/etc/KeyFile</B> file. The <B>backup</B> command
48 interpreter presents it to the Backup Server, Volume Server and VL Server
49 during mutual authentication. Do not combine this flag with the
50 <B>-cell</B> argument. For more details, see the introductory
51 <B>backup</B> reference page.
52 <P><DT><B>-cell
53 </B><DD>Names the cell in which to run the command. Do not combine this
54 argument with the <B>-localauth</B> flag. For more details, see the
55 introductory <B>backup</B> reference page.
56 <P><DT><B>-help
57 </B><DD>Prints the online help for this command. All other valid options
58 are ignored.
59 </DL>
60 <P><STRONG>Output</STRONG>
61 <P>The output includes a line for each Backup Database dump record that
62 mentions the specified volume, order from most to least recent. The
63 output for each record appears in a table with six columns:
64 <DL>
65 <P><DT><B><TT>dumpID</TT>
66 </B><DD>The dump ID of the dump that includes the volume.
67 <P><DT><B><TT>lvl</TT>
68 </B><DD>The depth in the dump hierarchy of the dump level at which the volume was
69 dumped. A value of <TT>0</TT> indicates a full dump. A value
70 of <TT>1</TT> or greater indicates an incremental dump made at the specified
71 depth in the dump hierarchy.
72 <P><DT><B><TT>parentid</TT>
73 </B><DD>The dump ID of the dump's parent dump. A value of <TT>0</TT>
74 indicates a full dump, which has no parent; in this case, the value in
75 the <TT>lvl</TT> column is also <TT>0</TT>.
76 <P><DT><B><TT>creation date</TT>
77 </B><DD>The date and time at which the Backup System started the dump operation
78 that created the dump.
79 <P><DT><B><TT>clone date</TT>
80 </B><DD>For a backup or read-only volume, the time at which it was cloned from its
81 read/write source. For a read/write volume, the same as the value in
82 the <TT>creation date</TT> field.
83 <P><DT><B><TT>tape name</TT>
84 </B><DD>The name of the tape containing the dump: either the permanent tape
85 name, or an AFS tape name in the format
86 <I>volume_set_name</I>.<I>dump_level_name</I>.<I>tape_index</I>
87 where <I>volume_set_name</I> is the name of the volume set associated with
88 the initial dump in the dump set of which this tape is a part;
89 <I>dump_level_name</I> is the name of the dump level at which the initial
90 dump was backed up; <I>tape_index</I> is the ordinal of the tape in
91 the dump set. Either type of name can be followed by a dump ID in
92 parentheses; if it appears, it is the dump ID of the initial dump in the
93 dump set to which this appended dump belongs.
94 </DL>
95 <P><STRONG>Examples</STRONG>
96 <P>The following example shows part of the dump history of the Backup volume
97 <B>user.smith.backup</B>:
98 <PRE>   % <B>backup volinfo -volume user.smith.backup</B>
99    DumpID    lvl parentID  creation date    clone date       tape name
100    924600000 1   924427600 04/20/1999 05:20 04/20/1999 05:01 user_incr_2 (924514392)
101    924514392 1   924427600 04/19/1999 05:33 04/19/1999 05:08 user_incr_2 
102    924427600 0           0 04/18/1999 05:26 04/18/1999 04:58 user_full_6 
103        .     .      .         .       .       .      .         .
104        .     .      .         .       .       .      .         .
105    
106 </PRE>
107 <P><STRONG>Privilege Required</STRONG>
108 <P>None
109 <P><STRONG>Related Information</STRONG>
110 <P><A HREF="auarf060.htm#HDRBK_INTRO">backup</A>
111 <P><A HREF="auarf074.htm#HDRBK_DUMPINFO">backup dumpinfo</A>
112 <P><A HREF="auarf091.htm#HDRBK_VOLRESTORE">backup volrestore</A>
113 <P>
114 <HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf089.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Top_Of_Page"><IMG SRC="../top.gif" BORDER="0" ALT="[Top of Topic]"></A> <A HREF="auarf091.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P> 
115 <!-- Begin Footer Records  ========================================== -->
116 <P><HR><B> 
117 <br>&#169; <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A>  All Rights Reserved 
118 </B> 
119 <!-- End Footer Records  ============================================ -->
120 <A NAME="Bot_Of_Page"></A>
121 </BODY></HTML>