mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 16:30:15 +00:00
d7da1acc31
pull in all documentation from IBM
106 lines
6.0 KiB
HTML
106 lines
6.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4//EN">
|
|
<HTML><HEAD>
|
|
<TITLE>Administration Reference</TITLE>
|
|
<!-- Begin Header Records ========================================== -->
|
|
<!-- /tmp/idwt3672/auarf000.scr converted by idb2h R4.2 (359) ID -->
|
|
<!-- Workbench Version (AIX) on 3 Oct 2000 at 16:18:30 -->
|
|
<META HTTP-EQUIV="updated" CONTENT="Tue, 03 Oct 2000 16:18:29">
|
|
<META HTTP-EQUIV="review" CONTENT="Wed, 03 Oct 2001 16:18:29">
|
|
<META HTTP-EQUIV="expires" CONTENT="Thu, 03 Oct 2002 16:18:29">
|
|
</HEAD><BODY>
|
|
<!-- (C) IBM Corporation 2000. All Rights Reserved -->
|
|
<BODY bgcolor="ffffff">
|
|
<!-- End Header Records ============================================ -->
|
|
<A NAME="Top_Of_Page"></A>
|
|
<H1>Administration Reference</H1>
|
|
<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="auarf250.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="auarf252.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>
|
|
<P>
|
|
<H2><A NAME="HDRVOLSERVER" HREF="auarf002.htm#ToC_265">volserver</A></H2>
|
|
<A NAME="IDX5566"></A>
|
|
<A NAME="IDX5567"></A>
|
|
<A NAME="IDX5568"></A>
|
|
<P><STRONG>Purpose</STRONG>
|
|
<P>Initializes the Volume Server component of the <B>fs</B> process
|
|
<P><STRONG>Synopsis</STRONG>
|
|
<PRE><B>volserver</B> [<B>-log</B>] [<B>-p</B> <<VAR>number of processes</VAR>>]
|
|
[<B>-udpsize</B> <<VAR>size of socket buffer in bytes</VAR>>]
|
|
[<B>-enable_peer_stats</B>] [<B>-enable_process_stats</B>] [<B>-help</B>]
|
|
</PRE>
|
|
<P>This command does not use the syntax conventions of the AFS command
|
|
suites. Provide the command name and all option names in full.
|
|
<P><STRONG>Description</STRONG>
|
|
<P>The <B>volserver</B> command initializes the Volume Server component of
|
|
the <B>fs</B> process. In the conventional configuration, its
|
|
binary file is located in the <B>/usr/afs/bin</B> directory on a file
|
|
server machine.
|
|
<P>The <B>volserver</B> command is not normally issued at the command
|
|
shell prompt but rather placed into a file server machine's
|
|
<B>/usr/afs/local/BosConfig</B> file with the <B>bos create</B>
|
|
command. If it is ever issued at the command shell prompt, the issuer
|
|
must be logged onto a database server machine as the local superuser
|
|
<B>root</B>.
|
|
<P>The Volume Server records a trace of its activity in the
|
|
<B>/usr/afs/logs/VolserLog</B> file. Use the <B>bos getlog</B>
|
|
command to display the contents of the file.
|
|
<P>The Volume Server processes the <B>vos</B> commands that administrators
|
|
use to create, delete, move, and replicate volumes, as well as prepare them
|
|
for archiving to tape or other media.
|
|
<P>By default, the VL Server runs nine lightweight processes (LWPs). To
|
|
change the number, use the <B>-p</B> argument.
|
|
<P><STRONG>Options</STRONG>
|
|
<DL>
|
|
<P><DT><B>-log
|
|
</B><DD>Records in the <B>/usr/afs/logs/VolserLog</B> file the names of all
|
|
users who successfully initiate a <B>vos</B> command. The Volume
|
|
Server also records any file removals that result from issuing the <B>vos
|
|
release</B> command with the <B>-f</B> flag.
|
|
<P><DT><B>-p
|
|
</B><DD>Sets the number of server lightweight processes (LWPs) to run.
|
|
Provide an integer between <B>4</B> and <B>16</B>. The default
|
|
is 9.
|
|
<P><DT><B>-udpsize
|
|
</B><DD>Sets the size of the UDP buffer, which is 64 KB by default. Provide
|
|
a positive integer, preferably larger than the default.
|
|
<P><DT><B>-enable_peer_stats
|
|
</B><DD>Activates the collection of Rx statistics and allocates memory for their
|
|
storage. For each connection with a specific UDP port on another
|
|
machine, a separate record is kept for each type of RPC (FetchFile, GetStatus,
|
|
and so on) sent or received. To display or otherwise access the
|
|
records, use the Rx Monitoring API.
|
|
<P><DT><B>-enable_process_stats
|
|
</B><DD>Activates the collection of Rx statistics and allocates memory for their
|
|
storage. A separate record is kept for each type of RPC (FetchFile,
|
|
GetStatus, and so on) sent or received, aggregated over all connections to
|
|
other machines. To display or otherwise access the records, use the Rx
|
|
Monitoring API.
|
|
<P><DT><B>-help
|
|
</B><DD>Prints the online help for this command. All other valid options
|
|
are ignored.
|
|
</DL>
|
|
<P><STRONG>Examples</STRONG>
|
|
<P>The following <B>bos create</B> command creates a <B>volserver</B>
|
|
process on the machine <B>fs2.abc.com</B>:
|
|
<PRE> % <B>bos create -server fs2.abc.com -instance volserver -type simple</B> \
|
|
<B>-cmd /usr/afs/bin/volserver </B>
|
|
</PRE>
|
|
<P><STRONG>Privilege Required</STRONG>
|
|
<P>The issuer must be logged in as the superuser <B>root</B> on a file
|
|
server machine to issue the command at a command shell prompt. It is
|
|
conventional instead to create and start the process by issuing the <B>bos
|
|
create</B> command.
|
|
<P><STRONG>Related Information</STRONG>
|
|
<P><A HREF="auarf016.htm#HDRBOSCONFIG">BosConfig</A>
|
|
<P><A HREF="auarf039.htm#HDRVOLSERLOG">VolserLog</A>
|
|
<P><A HREF="auarf098.htm#HDRBOS_CREATE">bos create</A>
|
|
<P><A HREF="auarf102.htm#HDRBOS_GETLOG">bos getlog</A>
|
|
<P><A HREF="auarf252.htm#HDRVOS_INTRO">vos</A>
|
|
<P>
|
|
<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="auarf250.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="auarf252.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>
|
|
<!-- Begin Footer Records ========================================== -->
|
|
<P><HR><B>
|
|
<br>© <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A> All Rights Reserved
|
|
</B>
|
|
<!-- End Footer Records ============================================ -->
|
|
<A NAME="Bot_Of_Page"></A>
|
|
</BODY></HTML>
|