afs-blacklist-initialize-volume-ptr-always-20080628
[openafs.git] / src / WINNT / doc / install / Documentation / en_US / html / CmdRef / auarf057.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="auarf056.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="auarf058.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="HDRAFSINTRO" HREF="auarf002.htm#ToC_55">afs_intro</A></H2>
19 <P><STRONG>Purpose</STRONG>
20 <P>Introduction to AFS commands
21 <P><STRONG>Description</STRONG>
22 <P>AFS provides many commands that enable users and system administrators to
23 use and customize its features. Many of the commands belong to the
24 following categories, called <I>command suites</I>.
25 <DL>
26 <P><DT><B>backup
27 </B><DD>Interface for configuring and operating the AFS Backup System
28 <P><DT><B>bos
29 </B><DD>Interface to the Basic Overseer (BOS) Server for administering server
30 processes and configuration files
31 <P><DT><B>fs
32 </B><DD>Interface for administering access control lists (ACLs), the Cache
33 Manager, and other miscellaneous file system functions
34 <P><DT><B>fstrace
35 </B><DD>Interface for tracing Cache Manager operations when debugging problems
36 <P><DT><B>kas
37 </B><DD>Interface to the Authentication Server for administering security and
38 authentication information
39 <P><DT><B>pts
40 </B><DD>Interface to the Protection Server for administering AFS ID and group
41 membership information
42 <P><DT><B>uss
43 </B><DD>Interface for automated administration of user accounts
44 <P><DT><B>vos
45 </B><DD>Interface to the Volume Server and Volume Location (VL) Server for
46 administering volumes
47 </DL>
48 <P>In addition, there are several commands that do not belong to
49 suites.
50 <P><H5><A NAME="HDRWQ10">AFS Command Syntax</A></H5>
51 <P>AFS commands that belong to suites have the following
52 structure&#58;
53 <PRE>   <B>command_suite operation_code</B> <B>-switch</B> &lt;<VAR>value</VAR>><SUP>[+]</SUP>  [<B>-flag</B>]
54    
55 </PRE>
56 <P><H6><A NAME="Header_57">Command Names</A></H6>
57 <P>Together, the <B>command_suite</B> and <B>operation_code</B>
58 make up the <I>command name</I>.
59 <P>The <B>command_suite</B> specifies the group of related commands to
60 which the command belongs, and indicates which command interpreter and server
61 process perform the command. AFS has several command suites, including
62 <B>bos</B>, <B>fs</B>, <B>kas</B>, <B>package</B>,
63 <B>pts</B>, <B>scout</B>, <B>uss</B> and <B>vos</B>.
64 Some of these suites have an interactive mode in which the issuer omits the
65 <B>command_suite</B> portion of the command name.
66 <P>The <B>operation_code</B> tells the command interpreter and server
67 process which action to perform. Most command suites include several
68 operation codes. The <I>AFS Administration Reference</I> describes
69 each operation code in detail, and the <I>AFS Administration Guide</I>
70 describes how to use them in the context of performing administrative
71 tasks.
72 <P>Several AFS commands do not belong to a suite and so their names do not
73 have a <B>command_suite</B> portion. Their structure is otherwise
74 similar to the commands in the suites.
75 <P><H6><A NAME="Header_58">Options</A></H6>
76 <P>The term <I>option</I> refers to both arguments and flags, which
77 are described in the following sections.
78 <P><H6><A NAME="Header_59">Arguments</A></H6>
79 <P>One or more arguments can follow the command name. Arguments
80 specify the entities on which to act while performing the command (for
81 example, which server machine, server process, or file). To minimize
82 the potential for error, provide a command&#39;s arguments in the order
83 prescribed in its syntax definition.
84 <P>Each argument has two parts, which appear in the indicated order&#58;
85 <UL>
86 <P><LI>The <I>switch</I> specifies the argument&#39;s type and is preceded
87 by a hyphen ( <B>-</B> ). For instance, the switch
88 <B>-server</B> usually indicates that the argument names a server
89 machine. Switches can often be omitted, subject to the rules outlined
90 in <A HREF="#HDRNOSWITCH">Conditions for Omitting Switches</A>.
91 <P><LI>The <I>value</I> names a particular entity of the type specified by
92 the preceding switch. For example, the proper value for a
93 <B>-server</B> switch is a server machine name like
94 <B>fs3.abc.com</B>. Unlike switches (which have a
95 required form), values vary depending on what the issuer wants to
96 accomplish. Values appear surrounded by angle brackets (<B>&lt;
97 ></B>) in command descriptions and the online help to show that they are
98 user-supplied variable information.
99 </UL>
100 <P>Some arguments accept multiple values, as indicated by trailing plus sign (
101 <B>+</B> ) in the command descriptions and online help. How many of
102 a command&#39;s arguments take multiple values, and their ordering with
103 respect to other arguments, determine when it is acceptable to omit
104 switches. See <A HREF="#HDRNOSWITCH">Conditions for Omitting Switches</A>.
105 <P>Some commands have optional as well as required arguments; the command
106 descriptions and online help show optional arguments in square brackets ([
107 ]).
108 <P><H6><A NAME="Header_60">Flags</A></H6>
109 <P>Some commands have one or more flags, which specify the manner in which
110 the command interpreter and server process perform the command, or what kind
111 of output it produces. Flags are preceded by hyphens like switches, but
112 they take no values. Although the command descriptions and online help
113 generally list a command&#39;s flags after its arguments, there is no
114 prescribed order for flags. They can appear anywhere on the command
115 line following the operation code, except in between the parts of an
116 argument. Flags are always optional.
117 <P><H6><A NAME="HDRCOMMAND-EX">An Example Command</A></H6>
118 <P>The following example illustrates the different parts
119 of a command that belongs to an AFS command suite.
120 <PRE>   % <B>bos getdate -server fs1.abc.com -file ptserver kaserver </B>
121    
122 </PRE>
123 <P>where
124 <UL>
125 <P><LI><B>bos</B> is the command suite. The BOS Server executes most
126 of the commands in this suite.
127 <P><LI><B>getdate</B> is the operation code. It tells the BOS Server
128 on the specified server machine (in this case
129 <B>fs1.abc.com</B>) to report the modification dates of
130 binary files in the local <B>/usr/afs/bin</B> directory.
131 <P><LI><B>-server fs1.abc.com</B> is one argument, with
132 <B>-server</B> as the switch and <B>fs1.abc.com</B> as
133 the value. This argument specifies the server machine on which BOS
134 Server is to collect and report binary dates.
135 <P><LI><B>-file ptserver kaserver</B> is an argument that takes multiple
136 values. The switch is <B>-file</B> and the values are
137 <B>ptserver</B> and <B>kaserver</B>. This argument tells the
138 BOS Server to report the modification dates on the files
139 <B>/usr/afs/bin/kaserver</B> and <B>/usr/afs/bin/ptserver</B>.
140 </UL>
141 <P><H6><A NAME="HDRWQ11">Rules for Entering AFS Commands</A></H6>
142 <P>Enter each AFS command on a single line (press
143 <B>&lt;Return></B> only at the end of the command). Some commands
144 in this document appear broken across multiple lines, but that is for
145 legibility only.
146 <P>Use a space to separate each element on a command line from its
147 neighbors. Spaces rather than commas also separate multiple values of
148 an argument.
149 <P>In many cases, the issuer of a command can reduce the amount of typing
150 necessary by using one or both of the following methods&#58;
151 <UL>
152 <P><LI>Omitting switches
153 <P><LI>Using accepted abbreviations for operation codes, switches (if they are
154 included at all), and some types of values
155 </UL>
156 <P>The following sections explain the conditions for omitting or shortening
157 parts of the command line. It is always acceptable to type a command in
158 full, with all of its switches and no abbreviations.
159 <P><I><B><A NAME="HDRNOSWITCH">Conditions for Omitting Switches</A>:&nbsp;</B></I>&nbsp;
160 It is always acceptable to type the switch part of an
161 argument, but in many cases it is not necessary. Specifically, switches
162 can be omitted if the following conditions are met.
163 <UL>
164 <P><LI>All of the command&#39;s required arguments appear in the order
165 prescribed by the syntax statement
166 <P><LI>No switch is provided for any argument
167 <P><LI>There is only one value for each argument (but note the important
168 exception discussed in the following paragraph)
169 </UL>
170 <P>Omitting switches is possible only because there is a prescribed order for
171 each command&#39;s arguments. When the issuer does not include
172 switches, the command interpreter relies instead on the order of
173 arguments; it assumes that the first element after the operation code is
174 the command&#39;s first argument, the next element is the command&#39;s
175 second argument, and so on. The important exception is when a
176 command&#39;s final required argument accepts multiple values. In this
177 case, the command interpreter assumes that the issuer has correctly provided
178 one value for each argument up through the final one, so any additional values
179 at the end belong to the final argument.
180 <P>The following list describes the rules for omitting switches from the
181 opposite perspective&#58; an argument&#39;s switch must be provided when
182 any of the following conditions apply.
183 <UL>
184 <P><LI>The command&#39;s arguments do not appear in the prescribed order
185 <P><LI>An optional argument is omitted but a subsequent optional argument is
186 provided
187 <P><LI>A switch is provided for a preceding argument
188 <P><LI>More than one value is supplied for a preceding argument (which must take
189 multiple values, of course); without a switch on the current argument,
190 the command interpreter assumes that the current argument is another value for
191 the preceding argument
192 </UL>
193 <P><I><B><A NAME="Header_64">An Example of Omitting Switches</A>:&nbsp;</B></I>&nbsp;
194 Consider again the example command from <A HREF="#HDRCOMMAND-EX">An Example Command</A>.
195 <PRE>   % <B> bos getdate -server fs1.abc.com -file ptserver kaserver</B>
196    
197 </PRE>
198 <P>This command has two required arguments&#58; the server machine name
199 (identified by the <B>-server</B> switch) and binary file name (identified
200 by the <B>-file</B> switch). The second argument accepts multiple
201 values. By complying with all three conditions, the issuer can omit the
202 switches&#58;
203 <PRE>   % <B>bos getdate fs1.abc.com ptserver kaserver</B>
204    
205 </PRE>
206 <P>Because there are no switches, the <B>bos</B> command interpreter
207 relies on the order of arguments. It assumes that the first element
208 following the operation code, <B>fs1.abc.com</B>, is the
209 server machine name, and that the next argument, <B>ptserver</B>, is a
210 binary file name. Then, because the command&#39;s second (and last)
211 argument accepts multiple values, the command interpreter correctly interprets
212 <B>kaserver</B> as an additional value for it.
213 <P>On the other hand, the following is not acceptable because it violates the
214 first two conditions in <A HREF="#HDRNOSWITCH">Conditions for Omitting Switches</A>&#58; even though there is only one value per argument, the
215 arguments do not appear in the prescribed order, and a switch is provided for
216 one argument but not the other.
217 <PRE>   % <B>bos getdate ptserver -server fs1.abc.com</B>
218    
219 </PRE>
220 <P><H6><A NAME="HDRWQ12">Rules for Using Abbreviations and Aliases</A></H6>
221 <P>This section explains how to abbreviate operation codes,
222 option names, server machine names, partition names, and cell names. It
223 is not possible to abbreviate other types of values.
224 <P><I><B><A NAME="Header_66">Abbreviating Operation Codes</A>:&nbsp;</B></I>&nbsp;
225 It is acceptable to abbreviate an operation code to the shortest form
226 that still distinguishes it from the other operation codes in its
227 suite.
228 <P>For example, it is acceptable to shorten <B>bos install</B> to <B>bos
229 i</B> because there are no other operation codes in the <B>bos</B>
230 command suite that begin with the letter <B>i</B>. In contrast,
231 there are several <B>bos</B> operation codes that start with the letter
232 <B>s</B>, so the abbreviations must be longer to remain unambiguous&#58;
233 <DL>
234 <DD><P><B>bos sa</B> for <B>bos salvage</B>
235 <DD><P><B>bos seta</B> for <B>bos setauth</B>
236 <DD><P><B>bos setc</B> for <B>bos setcellname</B>
237 <DD><P><B>bos setr</B> for <B>bos setrestart</B>
238 <DD><P><B>bos sh</B> for <B>bos shutdown</B>
239 <DD><P><B>bos start</B> for <B>bos start</B>
240 <DD><P><B>bos startu</B> for <B>bos startup</B>
241 <DD><P><B>bos stat</B> for <B>bos status</B>
242 <DD><P><B>bos sto</B> for <B>bos stop</B>
243 </DL>
244 <P>In addition to abbreviations, some operation codes have an
245 <I>alias</I>, a short form that is not derived by abbreviating the
246 operation code to its shortest unambiguous form. For example, the alias
247 for the <B>fs setacl</B> command is <B>fs sa</B>, whereas the shortest
248 unambiguous abbreviation is <B>fs seta</B>.
249 <P>There are two usual reasons an operation code has an alias&#58;
250 <UL>
251 <P><LI>Because the command is frequently issued, it is convenient to have a form
252 shorter than the one derived by abbreviating. The <B>fs setacl</B>
253 command is an example.
254 <P><LI>Because the command&#39;s name has changed, but users of previous
255 versions of AFS know the former name. For example, <B>bos
256 listhosts</B> has the alias <B>bos getcell</B>, its former name.
257 It is acceptable to abbreviate aliases to their shortest unambiguous form (for
258 example, <B>bos getcell</B> to <B>bos getc</B>).
259 </UL>
260 <P>Even if an operation code has an alias, it is still acceptable to use the
261 shortest unambiguous form. Thus, the <B>fs setacl</B> command has
262 three acceptable forms&#58; <B>fs setacl</B> (the full form), <B>fs
263 seta</B> (the shortest abbreviation), and <B>fs sa</B> (the
264 alias).
265 <P><I><B><A NAME="Header_67">Abbreviating Switches and Flags</A>:&nbsp;</B></I>&nbsp;
266 It is acceptable to shorten a switch or flag to the shortest form that
267 distinguishes it from the other switches and flags for its operation
268 code. It is often possible to omit switches entirely, subject to the
269 conditions listed in <A HREF="#HDRNOSWITCH">Conditions for Omitting Switches</A>.
270 <P><I><B><A NAME="HDRFMSABBREV">Abbreviating Server Machine Names</A>:&nbsp;</B></I>&nbsp;
271 AFS server machines must have fully-qualified
272 Internet-style host names (for example, <B>fs1.abc.com</B>),
273 but it is not always necessary to type the full name on the command
274 line. AFS commands accept unambiguous shortened forms, but depend on
275 the cell&#39;s name service (such as the Domain Name Service) or a local host
276 table to resolve a shortened name to the fully-qualified equivalent when the
277 command is issued.
278 <P>Most commands also accept the dotted decimal form of the machine&#39;s IP
279 address as an identifier.
280 <P><I><B><A NAME="HDRPARTABBREV">Abbreviating Partition Names</A>:&nbsp;</B></I>&nbsp;
281 Partitions that house AFS volumes must have names of
282 the form <B>/vicep</B><VAR>x</VAR> or <B>/vicep</B><VAR>xx</VAR>, where
283 the variable final portion is one or two lowercase letters. By
284 convention, the first server partition created on a file server machine is
285 called <B>/vicepa</B>, the second <B>/vicepb</B>, and so on.
286 The <I>AFS Quick Beginnings</I> explains how to configure and name a file
287 server machine&#39;s partitions in preparation for storing AFS volumes on
288 them.
289 <P>When issuing AFS commands, you can abbreviate a partition name using any of
290 the following forms&#58;
291 <PRE>   <B>/vicepa</B>     =     <B>vicepa</B>      =      <B>a</B>      =      <B>0</B>
292    <B>/vicepb</B>     =     <B>vicepb</B>      =      <B>b</B>      =      <B>1</B>
293    
294 </PRE>
295 <P>After <B>/vicepz</B> (for which the index is 25) comes
296 <PRE>   <B>/vicepaa</B>    =     <B>vicepaa</B>     =      <B>aa</B>     =      <B>26</B>
297    <B>/vicepab</B>    =     <B>vicepab</B>     =      <B>ab</B>     =      <B>27</B>
298    
299 </PRE>
300 <P>and so on through
301 <PRE>   <B>/vicepiv</B>    =     <B>vicepiv</B>     =      <B>iv</B>     =      <B>255</B>
302     
303 </PRE>
304 <P><I><B><A NAME="HDRCELLABBREV">Abbreviating Cell Names</A>:&nbsp;</B></I>&nbsp;
305 A cell&#39;s full name usually matches its Internet
306 domain name (such as <B>stateu.edu</B> for the State University or
307 <B>abc.com</B> for ABC Corporation). Some AFS commands
308 accept unambiguous shortened forms, usually with respect to the local
309 <B>/usr/vice/etc/CellServDB file</B> but sometimes depending on the
310 ability of the local name service to resolve the corresponding domain
311 name.
312 <P><H6><A NAME="HDRWQ13">Displaying Online Help for AFS Commands</A></H6>
313 <P>To display online help for AFS commands that belong to
314 suites, use the <B>help</B> and <B>apropos</B> operation codes.
315 A <B>-help</B> flag is also available on every almost every AFS
316 command.
317 <P>The online help entry for a command consists of two or three lines&#58;
318 <UL>
319 <P><LI>The first line names the command and briefly describes what it does
320 <P><LI>If the command has aliases, they appear on the next line
321 <P><LI>The final line, which begins with the string <TT>Usage&#58;</TT>,
322 lists the command&#39;s options in the prescribed order; online help
323 entries use the same typographical symbols (brackets and so on) as this
324 documentation.
325 </UL>
326 <P>If no operation code is specified, the <B>help</B> operation code
327 displays the first line (short description) for every operation code in the
328 suite&#58;
329 <PRE>   
330    % <VAR>command_suite</VAR>  <B>help</B>
331    
332 </PRE>
333 <P>If the issuer specifies one or more operation codes, the <B>help</B>
334 operation code displays each command&#39;s complete online entry (short
335 description, alias if any, and syntax)&#58;
336 <PRE>   
337    % <VAR>command_suite</VAR> <B>help</B> <VAR>operation_code</VAR><SUP>+</SUP>
338    
339 </PRE>
340 <P>The <B>-help</B> flag displays a command&#39;s syntax but not the
341 short description or alias&#58;
342 <PRE>   % <VAR>command_name</VAR> <B>-help</B>  
343    
344 </PRE>
345 <P>The <B>apropos</B> operation code displays the short description of any
346 command in a suite whose operation code or short description includes the
347 specified keyword&#58;
348 <PRE>   % <VAR>command_suite</VAR> <B>apropos</B> <VAR>"&lt;help
349 string>"</VAR>
350    
351 </PRE>
352 <P>The following example command displays the complete online help entry for
353 the <B>fs setacl</B> command&#58;
354 <PRE>   
355    % <B>fs help setacl </B>  
356    fs setacl&#58; set access control list
357    aliases&#58; sa
358    Usage&#58; fs setacl -dir &lt;directory>+ -acl &lt;access list entries>+ 
359    [-clear] [-negative] [-id] [-if] [-help]
360    
361 </PRE>
362 <P>To see only the syntax statement, use the <B>-help</B> flag&#58;
363 <PRE>   % <B>fs setacl -help</B>
364    Usage&#58; fs setacl -dir &lt;directory>+ -acl &lt;access list entries>+ 
365    [-clear] [-negative] [-id] [-if] [-help]
366    
367 </PRE>
368 <P>In the following example, a user wants to display the quota for her home
369 volume. She knows that the relevant command belongs to the
370 <B>fs</B> suite, but cannot remember the operation code. She uses
371 <B>quota</B> as the keyword&#58;
372 <PRE>   
373    % <B>fs apropos quota</B>
374    listquota&#58; list volume quota
375    quota&#58; show volume quota usage
376    setquota&#58; set volume quota
377    
378 </PRE>
379 <P>The following illustrates the error message that results if no command name
380 or short description contains the keyword&#58;
381 <PRE>   
382    % <B>fs apropos "list quota"</B>
383    Sorry, no commands found
384    
385 </PRE>
386 <P><STRONG>Privilege Required</STRONG>
387 <P>Many AFS commands require one or more types of administrative
388 privilege. See the reference page for each command.
389 <P><STRONG>Related Information</STRONG>
390 <DL>
391 <DD><P><A HREF="auarf058.htm#HDRAFSD">afsd</A>
392 <DD><P><A HREF="auarf059.htm#HDRAFSMONITOR">afsmonitor</A>
393 <DD><P><A HREF="auarf060.htm#HDRBK_INTRO">backup</A>
394 <DD><P><A HREF="auarf093.htm#HDRBOS_INTRO">bos</A>
395 <DD><P><A HREF="auarf124.htm#HDRBOSSERVER">bosserver</A>
396 <DD><P><A HREF="auarf125.htm#HDRBUSERVER">buserver</A>
397 <DD><P><A HREF="auarf126.htm#HDRBUTC">butc</A>
398 <DD><P><A HREF="auarf127.htm#HDRDLOG">dlog</A>
399 <DD><P><A HREF="auarf128.htm#HDRDPASS">dpass</A>
400 <DD><P><A HREF="auarf129.htm#HDRFILESERVER">fileserver</A>
401 <DD><P><A HREF="auarf130.htm#HDRFMS">fms</A>
402 <DD><P><A HREF="auarf131.htm#HDRFS_INTRO">fs</A>
403 <DD><P><A HREF="auarf169.htm#HDRFSTRACE_INTRO">fstrace</A>
404 <DD><P><A HREF="auarf178.htm#HDRFTPD">ftpd (AFS version)</A>
405 <DD><P><A HREF="auarf179.htm#HDRINETD">inetd (AFS version)</A>
406 <DD><P><A HREF="auarf180.htm#HDRKADB_CHECK">kadb_check</A>
407 <DD><P><A HREF="auarf181.htm#HDRKAS_INTRO">kas</A>
408 <DD><P><A HREF="auarf198.htm#HDRKASERVER">kaserver</A>
409 <DD><P><A HREF="auarf199.htm#HDRKDB">kdb</A>
410 <DD><P><A HREF="auarf200.htm#HDRKLOG">klog</A>
411 <DD><P><A HREF="auarf201.htm#HDRKNFS">knfs</A>
412 <DD><P><A HREF="auarf202.htm#HDRKPASSWD">kpasswd</A>
413 <DD><P><A HREF="auarf203.htm#HDRKPWVALID">kpwvalid</A>
414 <DD><P><A HREF="auarf204.htm#HDRPACKAGE">package</A>
415 <DD><P><A HREF="auarf204.htm#HDRPACKAGE">package</A>
416 <DD><P><A HREF="auarf207.htm#HDRPACKAGE_TEST">package_test</A>
417 <DD><P><A HREF="auarf208.htm#HDRPAGSH">pagsh</A>
418 <DD><P><A HREF="auarf209.htm#HDRPRDB_CHECK">prdb_check</A>
419 <DD><P><A HREF="auarf210.htm#HDRPTS_INTRO">pts</A>
420 <DD><P><A HREF="auarf227.htm#HDRPTSERVER">ptserver</A>
421 <DD><P><A HREF="auarf228.htm#HDRRCP">rcp (AFS version)</A>
422 <DD><P><A HREF="auarf229.htm#HDRRSH">rsh (AFS version)</A>
423 <DD><P><A HREF="auarf230.htm#HDRRUNNTP">runntp</A>
424 <DD><P><A HREF="auarf231.htm#HDRRXDEBUG">rxdebug</A>
425 <DD><P><A HREF="auarf232.htm#HDRSALVAGER">salvager</A>
426 <DD><P><A HREF="auarf233.htm#HDRSCOUT">scout</A>
427 <DD><P><A HREF="auarf234.htm#HDRSYS">sys</A>
428 <DD><P><A HREF="auarf235.htm#HDRTOKENS">tokens</A>
429 <DD><P><A HREF="auarf236.htm#HDRTRANSLATE_ET">translate_et</A>
430 <DD><P><A HREF="auarf238.htm#HDRUNLOG">unlog</A>
431 <DD><P><A HREF="auarf239.htm#HDRUP">up</A>
432 <DD><P><A HREF="auarf240.htm#HDRUPCLIENT">upclient</A>
433 <DD><P><A HREF="auarf241.htm#HDRUPSERVER">upserver</A>
434 <DD><P><A HREF="auarf242.htm#HDRUSS_INTRO">uss</A>
435 <DD><P><A HREF="auarf248.htm#HDRVLDB_CHECK">vldb_check</A>
436 <DD><P><A HREF="auarf249.htm#HDRVLSERVER">vlserver</A>
437 <DD><P><A HREF="auarf250.htm#HDRVOLINFO">volinfo</A>
438 <DD><P><A HREF="auarf251.htm#HDRVOLSERVER">volserver</A>
439 <DD><P><A HREF="auarf252.htm#HDRVOS_INTRO">vos</A>
440 <DD><P><A HREF="auarf281.htm#HDRXFS_SIZE_CHECK">xfs_size_check</A>
441 <DD><P><A HREF="auarf282.htm#HDRXSTAT_CM_TEST">xstat_cm_test</A>
442 <DD><P><A HREF="auarf283.htm#HDRXSTAT_FS_TEST">xstat_fs_test</A>
443 </DL>
444 <P>
445 <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="auarf056.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="auarf058.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> 
446 <!-- Begin Footer Records  ========================================== -->
447 <P><HR><B> 
448 <br>&#169; <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A>  All Rights Reserved 
449 </B> 
450 <!-- End Footer Records  ============================================ -->
451 <A NAME="Bot_Of_Page"></A>
452 </BODY></HTML>