Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / doc / install / Documentation / en_US / html / CmdRef / auarf070.htm
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3//EN">
2 <HTML><HEAD>
3 <TITLE>Administration Reference</TITLE>
4 <!-- Begin Header Records  ========================================== -->
5 <!-- /tmp/idwt3190/auarf000.scr converted by idb2h R4.2 (359) ID      -->
6 <!-- Workbench Version (AIX) on 5 Nov 1999 at 13:58:29                -->
7 <META HTTP-EQUIV="updated" CONTENT="Fri, 05 Nov 1999 13:58:29">
8 <META HTTP-EQUIV="review" CONTENT="Sun, 05 Nov 2000 13:58:29">
9 <META HTTP-EQUIV="expires" CONTENT="Mon, 05 Nov 2001 13:58: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="auarf069.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="auarf071.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_DELVOLENTRY" HREF="auarf002.htm#ToC_84">backup delvolentry</A></H2>
19 <A NAME="IDX4285"></A>
20 <A NAME="IDX4286"></A>
21 <A NAME="IDX4287"></A>
22 <A NAME="IDX4288"></A>
23 <A NAME="IDX4289"></A>
24 <A NAME="IDX4290"></A>
25 <P><STRONG>Purpose</STRONG>
26 <P>Deletes a volume entry from a volume set
27 <P><STRONG>Synopsis</STRONG>
28 <PRE><B>backup delvolentry -name</B> &lt;<VAR>volume&nbsp;set&nbsp;name</VAR>>  <B>-entry</B> &lt;<VAR>volume&nbsp;set&nbsp;index</VAR>> 
29                    [<B>-localauth</B>]  [<B>-cell</B> &lt;<VAR>cell&nbsp;name</VAR>>]  [<B>-help</B>]
30    
31 <B>backup delvole  -n</B> &lt;<VAR>volume&nbsp;set&nbsp;name</VAR>>  <B>-e</B> &lt;<VAR>volume&nbsp;set&nbsp;index</VAR>>
32                 [<B>-l</B>]  [<B>-c</B> &lt;<VAR>cell&nbsp;name</VAR>>]  [<B>-h</B>]
33 </PRE>
34 <P><STRONG>Description</STRONG>
35 <P>The <B>backup delvolentry</B> command deletes the indicated volume
36 entry from the volume set specified with the <B>-name</B> argument.
37 Use the <B>-entry</B> argument to identify the volume entry by its index
38 number. To display the index numbers, use the <B>backup
39 listvolsets</B> command.
40 <P>If there are any remaining volume entries with index numbers higher than
41 the deleted entry, their indexes are automatically decremented to eliminate
42 any gaps in the indexing sequence.
43 <P><STRONG>Cautions</STRONG>
44 <P>Deleting volume entries from a temporary volume set is possible only within
45 the interactive session in which the volume set was created.
46 <P><STRONG>Options</STRONG>
47 <DL>
48 <P><DT><B>-name
49 </B><DD>Names the volume set from which to delete a volume entry.
50 <P><DT><B>-entry
51 </B><DD>Specifies the index number of the volume entry to delete. Use the
52 <B>backup listvolsets</B> command to display the index numbers for a
53 volume set&#39;s volume entries.
54 <P><DT><B>-localauth
55 </B><DD>Constructs a server ticket using a key from the local
56 <B>/usr/afs/etc/KeyFile</B> file. The <B>backup</B> command
57 interpreter presents it to the Backup Server, Volume Server and VL Server
58 during mutual authentication. Do not combine this flag with the
59 <B>-cell</B> argument. For more details, see the introductory
60 <B>backup</B> reference page.
61 <P><DT><B>-cell
62 </B><DD>Names the cell in which to run the command. Do not combine this
63 argument with the <B>-localauth</B> flag. For more details, see the
64 introductory <B>backup</B> reference page.
65 <P><DT><B>-help
66 </B><DD>Prints the online help for this command. All other valid options
67 are ignored.
68 </DL>
69 <P><STRONG>Examples</STRONG>
70 <P>The following command deletes the fourth volume entry from the volume set
71 called <B>sys</B>&#58;
72 <PRE>   % <B>backup delvolentry -name sys -entry 4</B>
73    
74 </PRE>
75 <P><STRONG>Privilege Required</STRONG>
76 <P>The issuer must be listed in the <B>/usr/afs/etc/UserList</B> file on
77 every machine where the Backup Server is running, or must be logged onto a
78 server machine as the local superuser <B>root</B> if the
79 <B>-localauth</B> flag is included.
80 <P><STRONG>Related Information</STRONG>
81 <P><A HREF="auarf060.htm#HDRBK_INTRO">backup</A>
82 <P><A HREF="auarf063.htm#HDRBK_ADDVOLENTRY">backup addvolentry</A>
83 <P><A HREF="auarf064.htm#HDRBK_ADDVOLSET">backup addvolset</A>
84 <P><A HREF="auarf071.htm#HDRBK_DELVOLSET">backup delvolset</A>
85 <P><A HREF="auarf082.htm#HDRBK_LISTVOLSETS">backup listvolsets</A>
86 <P>
87 <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="auarf069.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="auarf071.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> 
88 <!-- Begin Footer Records  ========================================== -->
89 <P><HR><B> 
90 <br>&#169; <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A>  All Rights Reserved 
91 </B> 
92 <!-- End Footer Records  ============================================ -->
93 <A NAME="Bot_Of_Page"></A>
94 </BODY></HTML>