afs-web-interface-enhancements-20010623
[openafs.git] / doc / html / AdminReference / auarf129.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="auarf128.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="auarf130.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="HDRFILESERVER" HREF="auarf002.htm#ToC_143">fileserver</A></H2>
19 <A NAME="IDX4701"></A>
20 <A NAME="IDX4702"></A>
21 <A NAME="IDX4703"></A>
22 <P><STRONG>Purpose</STRONG>
23 <P>Initializes the File Server component of the <B>fs</B> process
24 <P><STRONG>Synopsis</STRONG>
25 <PRE><B>fileserver</B> [<B>-d</B> &lt;<VAR>debug&nbsp;level</VAR>>]  [<B>-p</B> &lt;<VAR>number&nbsp;of&nbsp;processes</VAR>>]
26            [<B>-spare</B> &lt;<VAR>number&nbsp;of&nbsp;spare&nbsp;blocks</VAR>>]  
27            [<B>-pctspare</B> &lt;<VAR>percentage&nbsp;spare</VAR>>]  [<B>-b</B> &lt;<VAR>buffers</VAR>>]
28            [<B>-l</B> &lt;<VAR>large&nbsp;vnodes</VAR>>]  [<B>-s</B> &lt;<VAR>small &nbsp;nodes</VAR>>]
29            [<B>-vc</B> &lt;<VAR>volume&nbsp;cachesize</VAR>>]  [<B>-w</B> &lt;<VAR>call&nbsp;back&nbsp;wait&nbsp;interval</VAR>>]
30            [<B>-cb</B> &lt;<VAR>number&nbsp;of&nbsp;call&nbsp;backs</VAR>>]
31            [<B>-banner</B> (print banner every 10 minutes)]
32            [<B>-novbc</B> (whole volume cbs disabled)]
33            [<B>-implicit</B> &lt;<VAR>admin&nbsp;mode&nbsp;bits:&nbsp;rlidwka</VAR>>]
34            [<B>-hr</B> &lt;<VAR>number&nbsp;of&nbsp;hours&nbsp;between&nbsp;refreshing&nbsp;the&nbsp;host&nbsp;cps</VAR>>]
35            [<B>-busyat</B> &lt;<VAR>redirect&nbsp;clients&nbsp;when&nbsp;queue&nbsp;>&nbsp;n</VAR>>]
36            [<B>-rxpck</B> &lt;<VAR>number&nbsp;of&nbsp;rx&nbsp;extra&nbsp;packets</VAR>>]
37            [<B>-rxdbg</B> (enable rx debugging)]
38            [<B>-rxdbge</B> (enable rxevent debugging)]
39            [<B>-m</B> &lt;<VAR>min&nbsp;percentage&nbsp;spare&nbsp;in&nbsp;partition</VAR>>]
40            [<B>-lock</B> (keep fileserver from swapping)]
41            [<B>-L</B> (large server conf)]  [<B>-S</B> (small server conf)]
42            [<B>-k</B> &lt;<VAR>stack&nbsp;size</VAR>>]  [<B>-realm</B> &lt;<VAR>Kerberos&nbsp;realm&nbsp;name</VAR>>]
43            [<B>-udpsize</B> &lt;<VAR>size&nbsp;of&nbsp;socket&nbsp;buffer&nbsp;in&nbsp;bytes</VAR>>]  
44            [<B>-enable_peer_stats</B>]  [<B>-enable_process_stats</B>]  
45            [<B>-help</B>]
46 </PRE>
47 <P>This command does not use the syntax conventions of the AFS command
48 suites. Provide the command name and all option names in full.
49 <P><STRONG>Description</STRONG>
50 <P>The <B>fileserver</B> command initializes the File Server component of
51 the <B>fs</B> process. In the conventional configuration, its
52 binary file is located in the <B>/usr/afs/bin</B> directory on a file
53 server machine.
54 <P>The <B>fileserver</B> command is not normally issued at the command
55 shell prompt, but rather placed into a database server machine's
56 <B>/usr/afs/local/BosConfig</B> file with the <B>bos create</B>
57 command. If it is ever issued at the command shell prompt, the issuer
58 must be logged onto a file server machine as the local superuser
59 <B>root</B>.
60 <P>The File Server creates the <B>/usr/afs/logs/FileLog</B> log file as it
61 initializes, if the file does not already exist. It does not write a
62 detailed trace by default, but use the <B>-d</B> option to increase the
63 amount of detail. Use the <B>bos getlog</B> command to display the
64 contents of the log file.
65 <P>The command's arguments enable the administrator to control many
66 aspects of the File Server's performance, as detailed in the
67 <B>Options</B> section. By default the <B>fileserver</B>
68 command sets values for many arguments that are suitable for a medium-sized
69 file server machine. To set values suitable for a small or large file
70 server machine, use the <B>-S</B> or <B>-L</B> flag
71 respectively. The following list describes the parameters and
72 corresponding argument for which the <B>fileserver</B> command sets
73 default values, and <A HREF="#TBLFILESERVER-ARGS">Table 1</A> summarizes the setting for each of the three machine
74 sizes.
75 <UL>
76 <P><LI>The maximum number of lightweight processes (LWPs) the File Server uses to
77 handle requests for data; corresponds to the <B>-p</B>
78 argument. The File Server always uses a minimum of 32 KB for these
79 processes.
80 <P><LI>The maximum number of directory blocks the File Server caches in
81 memory; corresponds to the <B>-b</B> argument. Each cached
82 directory block (buffer) consumes 2,092 bytes of memory.
83 <P><LI>The maximum number of large vnodes the File Server caches in memory for
84 tracking directory elements; corresponds to the <B>-l</B>
85 argument. Each large vnode consumes 292 bytes of memory.
86 <P><LI>The maximum number of small vnodes the File Server caches in memory for
87 tracking file elements; corresponds to the <B>-s</B> argument.
88 Each small vnode consumes 100 bytes of memory.
89 <P><LI>The maximum volume cache size, which determines how many volumes the File
90 Server can cache in memory before having to retrieve data from disk;
91 corresponds to the <B>-vc</B> argument.
92 <P><LI>The maximum number of callback structures the File Server caches in
93 memory; corresponds to the <B>-cb</B> argument. Each callback
94 structure consumes 16 bytes of memory.
95 <P><LI>The maximum number of <B>Rx</B> packets the File Server uses;
96 corresponds to the <B>-rxpck</B> argument. Each packet consumes
97 1544 bytes of memory.
98 </UL>
99 <BR>
100 <P><B><A NAME="TBLFILESERVER-ARGS" HREF="auarf003.htm#FT_TBLFILESERVER-ARGS">Table 1. File Server configuration parameters</A></B><BR>
101 <TABLE WIDTH="100%" BORDER>
102 <TR>
103 <TD ALIGN="LEFT" VALIGN="TOP" WIDTH="40%">Parameter (Argument)
104 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">Small configuration (<B>-S</B>)
105 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="19%">Medium configuration (default)
106 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="21%">Large configuration (<B>-L</B>)
107 </TD></TR><TR>
108 <TD ALIGN="LEFT" VALIGN="TOP" WIDTH="40%">Number of LWPs (<B>-p</B>)
109 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">6
110 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="19%">9
111 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="21%">12
112 </TD></TR><TR>
113 <TD ALIGN="LEFT" VALIGN="TOP" WIDTH="40%">Number of cached directory blocks (<B>-b</B>)
114 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">70
115 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="19%">90
116 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="21%">120
117 </TD></TR><TR>
118 <TD ALIGN="LEFT" VALIGN="TOP" WIDTH="40%">Number of cached large vnodes (<B>-l</B>)
119 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">200
120 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="19%">400
121 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="21%">600
122 </TD></TR><TR>
123 <TD ALIGN="LEFT" VALIGN="TOP" WIDTH="40%">Number of cached small vnodes (<B>-s</B>)
124 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">200
125 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="19%">400
126 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="21%">600
127 </TD></TR><TR>
128 <TD ALIGN="LEFT" VALIGN="TOP" WIDTH="40%">Maximum volume cache size (<B>-vc</B>)
129 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">200
130 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="19%">400
131 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="21%">600
132 </TD></TR><TR>
133 <TD ALIGN="LEFT" VALIGN="TOP" WIDTH="40%">Number of callbacks (<B>-cb</B>)
134 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">20,000
135 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="19%">60,000
136 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="21%">64,000
137 </TD></TR><TR>
138 <TD ALIGN="LEFT" VALIGN="TOP" WIDTH="40%">Number of <B>Rx</B> packets (<B>-rxpck</B>)
139 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="20%">100
140 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="19%">150
141 </TD><TD ALIGN="LEFT" VALIGN="TOP" WIDTH="21%">200
142 </TD></TR></TABLE>
143 <P>To override any of the values, provide the indicated argument (which can be
144 combined with the <B>-S</B> or <B>-L</B> flag).
145 <P>The amount of memory required for the File Server varies. The
146 approximate default memory usage is 751 KB when the <B>-S</B> flag is used
147 (small configuration), 1.1 MB when all defaults are used (medium
148 configuration), and 1.4 MB when the <B>-L</B> flag is used (large
149 configuration). If additional memory is available, increasing the value
150 of the <B>-cb</B> and <B>-vc</B> arguments can improve File Server
151 performance most directly.
152 <P>By default, the File Server allows a volume to exceed its quota by 1 MB
153 when an application is writing data to an existing file in a volume that is
154 full. The File Server still does not allow users to create new files in
155 a full volume. To change the default, use one of the following
156 arguments:
157 <A NAME="IDX4704"></A>
158 <UL>
159 <P><LI>Set the <B>-spare</B> argument to the number of extra kilobytes that
160 the File Server allows as overage. A value of <B>0</B> allows no
161 overage.
162 <P><LI>Set the <B>-pctspare</B> argument to the percentage of the
163 volume's quota the File Server allows as overage.
164 </UL>
165 <P>By default, the File Server implicitly grants the <B>a</B>
166 (<B>administer</B>) and <B>l</B> (<B>lookup</B>) permissions to
167 the <B>system:administrators</B> on the access control list (ACL) of
168 every directory in the volumes stored on its file server machine. In
169 other words, the group's members can exercise those two permissions even
170 when an entry for the group does not appear on an ACL. To change the
171 set of default permissions, use the <B>-implicit</B> argument.
172 <P>The File Server maintains a <I>host current protection subgroup</I>
173 (<I>host CPS</I>) for each client machine from which it has received a
174 data access request. Like the CPS for a user, a host CPS lists all of
175 the Protection Database groups to which the machine belongs, and the File
176 Server compares the host CPS to a directory's ACL to determine in what
177 manner users on the machine are authorized to access the directory's
178 contents. When the <B>pts adduser</B> or <B>pts removeuser</B>
179 command is used to change the groups to which a machine belongs, the File
180 Server must recompute the machine's host CPS in order to notice the
181 change. By default, the File Server contacts the Protection Server
182 every two hours to recompute host CPSs, implying that it can take that long
183 for changed group memberships to become effective. To change this
184 frequency, use the <B>-hr</B> argument.
185 <TABLE><TR><TD ALIGN="LEFT" VALIGN="TOP"><B>Note:</B></TD><TD ALIGN="LEFT" VALIGN="TOP">The AIX operating system does not automatically reserve a part of each
186 partition to avoid the negative consequences that can result when the space on
187 a partition is completely exhausted. Therefore, the AIX version of the
188 File Server creates an 8% disk reserve automatically. To change the
189 percentage, use the <B>-m</B> argument.
190 </TD></TR></TABLE>
191 <P>The File Server generates the following message when a partition is nearly
192 full:
193 <PRE>   No space left on device
194    
195 </PRE>
196 <P><STRONG>Cautions</STRONG>
197 <P>Do not use the <B>-k</B> and <B>-w</B> arguments, which are
198 intended for use by the AFS Development group only. Changing them from
199 their default values can result in unpredictable File Server behavior.
200 In any case, on many operating systems the File Server uses native threads
201 rather than the LWP threads, so using the <B>-k</B> argument to set the
202 number of LWP threads has no effect.
203 <P>Do not specify both the <B>-spare</B> and <B>-pctspare</B>
204 arguments. Doing so causes the File Server to exit, leaving an error
205 message in the <B>/usr/afs/logs/FileLog</B> file.
206 <P>Options that are available only on some system types, such as the
207 <B>-m</B> and <B>-lock</B> options, appear in the output generated by
208 the <B>-help</B> option only on the relevant system type.
209 <P><STRONG>Options</STRONG>
210 <DL>
211 <P><DT><B>-d
212 </B><DD>Sets the detail level for the debugging trace written to the
213 <B>/usr/afs/logs/FileLog</B> file. Provide one of the following
214 values, each of which produces an increasingly detailed trace:
215 <B>0</B>, <B>1</B>, <B>5</B>, <B>25</B>, and
216 <B>125</B>. The default value of <B>0</B> produces only a few
217 messages.
218 <P><DT><B>-p
219 </B><DD>Sets the number of threads to run. Provide a positive
220 integer. The File Server creates and uses five threads for special
221 purposes, in addition to the number specified (but if this argument specifies
222 the maximum possible number, the File Server automatically uses five of the
223 threads for its own purposes). 
224 <P>The maximum number of threads can differ in each release of AFS.
225 Consult the <I>IBM AFS Release Notes</I> for the current release.
226 <P><DT><B>-spare
227 </B><DD>Specifies the number of additional kilobytes an application can store in a
228 volume after the quota is exceeded. Provide a positive integer; a
229 value of <B>0</B> prevents the volume from ever exceeding its
230 quota. Do not combine this argument with the <B>-pctspare</B>
231 argument.
232 <P><DT><B>-pctspare
233 </B><DD>Specifies the amount by which the File Server allows a volume to exceed
234 its quota, as a percentage of the quota. Provide an integer between
235 <B>0</B> and <B>99</B>. A value of <B>0</B> prevents the
236 volume from ever exceeding its quota. Do not combine this argument with
237 the <B>-spare</B> argument.
238 <P><DT><B>-b
239 </B><DD>Sets the number of directory buffers. Provide a positive
240 integer.
241 <P><DT><B>-l
242 </B><DD>Sets the number of large vnodes available in memory for caching directory
243 elements. Provide a positive integer.
244 <P><DT><B>-s
245 </B><DD>Sets the number of small vnodes available in memory for caching file
246 elements. Provide a positive integer.
247 <P><DT><B>-vc
248 </B><DD>Sets the number of volumes the File Server can cache in memory.
249 Provide a positive integer.
250 <P><DT><B>-w
251 </B><DD>Sets the interval at which the daemon spawned by the File Server performs
252 its maintenance tasks. Do not use this argument; changing the
253 default value can cause unpredictable behavior.
254 <P><DT><B>-cb
255 </B><DD>Sets the number of callbacks the File Server can track. Provide a
256 positive integer.
257 <P><DT><B>-banner
258 </B><DD>Prints the following banner to <B>/dev/console</B> about every 10
259 minutes.
260 <PRE>   File Server is running at <VAR>time</VAR>.
261    
262 </PRE>
263 <P><DT><B>-novbc
264 </B><DD>Prevents the File Server from breaking the callbacks that Cache Managers
265 hold on a volume that the File Server is reattaching after the volume was
266 offline (as a result of the <B>vos restore</B> command, for
267 example). Use of this flag is strongly discouraged.
268 <P><DT><B>-implicit
269 </B><DD>Defines the set of permissions granted by default to the
270 <B>system:administrators</B> group on the ACL of every directory in
271 a volume stored on the file server machine. Provide one or more of the
272 standard permission letters (<B>rlidwka</B>) and auxiliary permission
273 letters (<B>ABCDEFGH</B>), or one of the shorthand notations for groups of
274 permissions (<B>all</B>, <B>none</B>, <B>read</B>, and
275 <B>write</B>). To review the meaning of the permissions, see the
276 <B>fs setacl</B> reference page.
277 <TABLE><TR><TD ALIGN="LEFT" VALIGN="TOP"><B>Note:</B></TD><TD ALIGN="LEFT" VALIGN="TOP">The File Server always implicitly grants the <B>a</B> permission to the
278 <B>system:administrators</B> group, even if you use the
279 <B>none</B> value.
280 </TD></TR></TABLE>
281 <P><DT><B><B>-hr</B>
282 </B><DD>Specifies how often the File Server refreshes its knowledge of the
283 machines that belong to protection groups (refreshes the host CPSs for
284 machines). The File Server must update this information to enable users
285 from machines recently added to protection groups to access data for which
286 those machines now have the necessary ACL permissions.
287 <P><DT><B>-busyat
288 </B><DD>Defines the number of incoming RPCs that can be waiting for a response
289 from the File Server before the File Server returns the error code
290 <B>VBUSY</B> to the Cache Manager that sent the latest RPC. In
291 response, the Cache Manager retransmits the RPC after a delay. This
292 argument prevents the accumulation of so many waiting RPCs that the File
293 Server can never process them all. Provide a positive integer.
294 The default value is 600.
295 <P><DT><B>-rxpck
296 </B><DD>Controls the number of Rx packets the File Server uses to store data for
297 incoming RPCs that it is currently handling, that are waiting for a response,
298 and for replies that are not yet complete. Provide a positive
299 integer.
300 <P><DT><B>-rxdbg
301 </B><DD>Writes a trace of the File Server's operations on Rx packets to the
302 file <B>/usr/afs/logs/rx_dbg</B>.
303 <P><DT><B>-rxdbge
304 </B><DD>Writes a trace of the File Server's operations on Rx events (such as
305 retransmissions) to the file <B>/usr/afs/logs/rx_dbg</B>.
306 <P><DT><B>-m
307 </B><DD>Specifies the percentage of each AFS server partition that the AIX version
308 of the File Server creates as a reserve. Specify an integer value
309 between <B>0</B> and <B>30</B>; the default is 8%. A value
310 of <B>0</B> means that the partition can become completely full, which can
311 have serious negative consequences.
312 <TABLE><TR><TD ALIGN="LEFT" VALIGN="TOP"><B>Note:</B></TD><TD ALIGN="LEFT" VALIGN="TOP">This argument is available only on machines running the AIX operating system,
313 and so does not appear in the syntax statement when the <B>-help</B> flag
314 is used on other system types.
315 </TD></TR></TABLE>
316 <P><DT><B>-lock
317 </B><DD>Prevents any portion of the <B>fileserver</B> binary from being paged
318 (swapped) out of memory on a file server machine running the IRIX operating
319 system. 
320 <TABLE><TR><TD ALIGN="LEFT" VALIGN="TOP"><B>Note:</B></TD><TD ALIGN="LEFT" VALIGN="TOP">This argument is available only on machines running the IRIX operating
321 system, and so does not appear in the syntax statement when the
322 <B>-help</B> flag is used on other system types.
323 </TD></TR></TABLE>
324 <P><DT><B><B>-L</B>
325 </B><DD>Sets values for many arguments in a manner suitable for a large file
326 server machine. Combine this flag with any option except the
327 <B>-S</B> flag; omit both flags to set values suitable for a
328 medium-sized file server machine.
329 <P><DT><B><B>-S</B>
330 </B><DD>Sets values for many arguments in a manner suitable for a small file
331 server machine. Combine this flag with any option except the
332 <B>-L</B> flag; omit both flags to set values suitable for a
333 medium-sized file server machine.
334 <P><DT><B>-k
335 </B><DD>Sets the LWP stack size in units of 1 kilobyte. Do not use this
336 argument, and in particular do not specify a value less than the default of
337 24.
338 <P><DT><B>-realm
339 </B><DD>Defines the Kerberos realm name for the File Server to use. If this
340 argument is not provided, it uses the realm name corresponding to the cell
341 listed in the local <B>/usr/afs/etc/ThisCell</B> file.
342 <P><DT><B>-udpsize
343 </B><DD>Sets the size of the UDP buffer, which is 64 KB by default. Provide
344 a positive integer, preferably larger than the default.
345 <P><DT><B>-enable_peer_stats
346 </B><DD>Activates the collection of Rx statistics and allocates memory for their
347 storage. For each connection with a specific UDP port on another
348 machine, a separate record is kept for each type of RPC (FetchFile, GetStatus,
349 and so on) sent or received. To display or otherwise access the
350 records, use the Rx Monitoring API.
351 <P><DT><B>-enable_process_stats
352 </B><DD>Activates the collection of Rx statistics and allocates memory for their
353 storage. A separate record is kept for each type of RPC (FetchFile,
354 GetStatus, and so on) sent or received, aggregated over all connections to
355 other machines. To display or otherwise access the records, use the Rx
356 Monitoring API.
357 <P><DT><B>-help
358 </B><DD>Prints the online help for this command. All other valid options
359 are ignored.
360 </DL>
361 <P><STRONG>Examples</STRONG>
362 <P>The following <B>bos create</B> command creates an <B>fs</B>
363 process on the file server machine <B>fs2.abc.com</B> that
364 uses the large configuration size, and allows volumes to exceed their quota by
365 10%. Type the command on a single line:
366 <PRE>   % <B>bos create -server fs2.abc.com -instance fs -type fs</B>   \ 
367                 <B>-cmd "/usr/afs/bin/fileserver -pctspare 10</B> \
368                 <B>-L" /usr/afs/bin/volserver /usr/afs/bin/salvager</B>
369 </PRE>
370 <P><STRONG>Privilege Required</STRONG>
371 <P>The issuer must be logged in as the superuser <B>root</B> on a file
372 server machine to issue the command at a command shell prompt. It is
373 conventional instead to create and start the process by issuing the <B>bos
374 create</B> command.
375 <P><STRONG>Related Information</STRONG>
376 <P><A HREF="auarf016.htm#HDRBOSCONFIG">BosConfig</A>
377 <P><A HREF="auarf021.htm#HDRFILELOG">FileLog</A>
378 <P><A HREF="auarf098.htm#HDRBOS_CREATE">bos create</A>
379 <P><A HREF="auarf102.htm#HDRBOS_GETLOG">bos getlog</A>
380 <P><A HREF="auarf157.htm#HDRFS_SETACL">fs setacl</A>
381 <P><A HREF="auarf232.htm#HDRSALVAGER">salvager</A>
382 <P><A HREF="auarf251.htm#HDRVOLSERVER">volserver</A>
383 <P>
384 <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="auarf128.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="auarf130.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> 
385 <!-- Begin Footer Records  ========================================== -->
386 <P><HR><B> 
387 <br>&#169; <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A>  All Rights Reserved 
388 </B> 
389 <!-- End Footer Records  ============================================ -->
390 <A NAME="Bot_Of_Page"></A>
391 </BODY></HTML>