mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 00:41:08 +00:00
d7da1acc31
pull in all documentation from IBM
121 lines
6.8 KiB
HTML
121 lines
6.8 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="auarf252.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="auarf254.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="HDRVOS_ADDSITE" HREF="auarf002.htm#ToC_267">vos addsite</A></H2>
|
|
<A NAME="IDX5587"></A>
|
|
<A NAME="IDX5588"></A>
|
|
<A NAME="IDX5589"></A>
|
|
<A NAME="IDX5590"></A>
|
|
<A NAME="IDX5591"></A>
|
|
<A NAME="IDX5592"></A>
|
|
<P><STRONG>Purpose</STRONG>
|
|
<P>Adds a read-only site definition to a volume's VLDB entry
|
|
<P><STRONG>Synopsis</STRONG>
|
|
<PRE><B>vos addsite -server</B> <<VAR>machine name for new site</VAR>>
|
|
<B>-partition</B> <<VAR>partition name for new site</VAR>>
|
|
<B>-id</B> <<VAR>volume name or ID</VAR>> [<B>-cell</B> <<VAR>cell name</VAR>>]
|
|
[<B>-noauth</B>] [<B>-localauth</B>] [<B>-verbose</B>] [<B>-help</B>]
|
|
|
|
<B>vos ad -s</B> <<VAR>machine name for new site</VAR>> <B>-p</B> <<VAR>partition name for new site</VAR>>
|
|
<B>-i</B> <<VAR>volume name or ID</VAR>> [<B>-c</B> <<VAR>cell name</VAR>>] [<B>-n</B>] [<B>-l</B>] [<B>-v</B>] [<B>-h</B>]
|
|
</PRE>
|
|
<P><STRONG>Description</STRONG>
|
|
<P>The <B>vos addsite</B> command defines a new read-only site (partition
|
|
on a file server machine, specified by the <B>-server</B> and
|
|
<B>-partition</B> arguments) in the Volume Location Database (VLDB) entry
|
|
of the read/write volume named by the <B>-id</B> argument. When the
|
|
<B>vos release</B> command is next issued against the read/write volume, a
|
|
read-only copy of it is distributed to all of the read-only sites, including
|
|
the newly defined one.
|
|
<P><STRONG>Cautions</STRONG>
|
|
<P>A volume's VLDB entry accommodates a maximum number of site
|
|
definitions, as defined in the <I>IBM AFS Release Notes</I>. The
|
|
site housing the read/write and backup versions of the volume counts as one
|
|
site, and each read-only site counts as an additional site (even the read-only
|
|
site defined on the same file server machine and partition as the read/write
|
|
site counts as a separate site). The limit in the VLDB entry
|
|
effectively determines the maximum number of copies of the volume that are
|
|
available to AFS clients.
|
|
<P>Attempts to create additional sites by using this command fail with an
|
|
error.
|
|
<P><STRONG>Options</STRONG>
|
|
<DL>
|
|
<P><DT><B>-server
|
|
</B><DD>Identifies the file server machine where the read-only volume is to
|
|
reside. Provide the machine's IP address or its host name (either
|
|
fully qualified or using an unambiguous abbreviation). For details, see
|
|
the introductory reference page for the <B>vos</B> command suite.
|
|
<P><DT><B>-partition
|
|
</B><DD>Identifies the partition where the read-only volume is to reside, on the
|
|
file server machine named by the <B>-server</B> argument. Provide
|
|
the partition's complete name with preceding slash (for example,
|
|
<B>/vicepa</B>) or use one of the three acceptable abbreviated
|
|
forms. For details, see the introductory reference page for the
|
|
<B>vos</B> command suite.
|
|
<P><DT><B>-id
|
|
</B><DD>Specifies either the complete name or volume ID number of the read/write
|
|
source volume.
|
|
<P><DT><B>-cell
|
|
</B><DD>Names the cell in which to run the command. Do not combine this
|
|
argument with the <B>-localauth</B> flag. For more details, see the
|
|
introductory <B>vos</B> reference page.
|
|
<P><DT><B>-noauth
|
|
</B><DD>Assigns the unprivileged identity <B>anonymous</B> to the
|
|
issuer. Do not combine this flag with the <B>-localauth</B>
|
|
flag. For more details, see the introductory <B>vos</B> reference
|
|
page.
|
|
<P><DT><B>-localauth
|
|
</B><DD>Constructs a server ticket using a key from the local
|
|
<B>/usr/afs/etc/KeyFile</B> file. The <B>vos</B> command
|
|
interpreter presents it to the Volume Server and Volume Location Server during
|
|
mutual authentication. Do not combine this flag with the
|
|
<B>-cell</B> argument or <B>-noauth</B> flag. For more details,
|
|
see the introductory <B>vos</B> reference page.
|
|
<P><DT><B>-verbose
|
|
</B><DD>Produces on the standard output stream a detailed trace of the
|
|
command's execution. If this argument is omitted, only warnings
|
|
and error messages appear.
|
|
<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 example, appropriate in the State University cell, defines a
|
|
read-only site for the cell's <B>root.afs</B> volume.
|
|
<PRE> % <B>vos addsite -server sv7.stateu.edu -partition /vicepb -id root.afs</B>
|
|
|
|
</PRE>
|
|
<P><STRONG>Privilege Required</STRONG>
|
|
<P>The issuer must be listed in the <B>/usr/afs/etc/UserList</B> file on
|
|
the machine specified with the <B>-server</B> argument and on each
|
|
database server machine. If the <B>-localauth</B> flag is included,
|
|
the issuer must instead be logged on to a server machine as the local
|
|
superuser <B>root</B>.
|
|
<P><STRONG>Related Information</STRONG>
|
|
<P><A HREF="auarf252.htm#HDRVOS_INTRO">vos</A>
|
|
<P><A HREF="auarf261.htm#HDRVOS_EXAMINE">vos examine</A>
|
|
<P><A HREF="auarf270.htm#HDRVOS_RELEASE">vos release</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="auarf252.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="auarf254.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>
|