mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
115 lines
6.4 KiB
HTML
115 lines
6.4 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="auarf275.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="auarf277.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_SYNCSERV" HREF="auarf002.htm#ToC_290">vos syncserv</A></H2>
|
||
|
<A NAME="IDX5838"></A>
|
||
|
<A NAME="IDX5839"></A>
|
||
|
<A NAME="IDX5840"></A>
|
||
|
<A NAME="IDX5841"></A>
|
||
|
<A NAME="IDX5842"></A>
|
||
|
<A NAME="IDX5843"></A>
|
||
|
<A NAME="IDX5844"></A>
|
||
|
<A NAME="IDX5845"></A>
|
||
|
<P><STRONG>Purpose</STRONG>
|
||
|
<P>Verifies VLDB entries that mention a specified site
|
||
|
<P><STRONG>Synopsis</STRONG>
|
||
|
<PRE><B>vos syncserv -server</B> <<VAR>machine name</VAR>> [<B>-partition</B> <<VAR>partition name</VAR>>]
|
||
|
[<B>-cell</B> <<VAR>cell name</VAR>>] [<B>-noauth</B>] [<B>-localauth</B>]
|
||
|
[<B>-verbose</B>] [<B>-help</B>]
|
||
|
|
||
|
<B>vos syncs -s</B> <<VAR>machine name</VAR>> [<B>-p</B> <<VAR>partition name</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 syncserv</B> command verifies that each volume mentioned in
|
||
|
a VLDB entry actually exists at the site indicated in the entry. It
|
||
|
checks all VLDB entries that mention a read/write, read-only, or backup site
|
||
|
either on any partition on the file server machine specified by the
|
||
|
<B>-server</B> argument, or on the one partition specified by the
|
||
|
<B>-server</B> and <B>-partition</B> arguments. Note that the
|
||
|
command can end up inspecting sites other than those specified by the
|
||
|
<B>-server</B> and <B>-partition</B> arguments, if there are versions
|
||
|
of the volume at sites other than the one specified.
|
||
|
<P>The command alters any incorrect information in the VLDB, unless there is
|
||
|
an irreconcilable conflict with other VLDB entries. In that case, it
|
||
|
writes a message to the standard error stream instead. The command
|
||
|
never removes volumes from file server machines.
|
||
|
<P>To achieve complete VLDB consistency, first run the <B>vos syncvldb</B>
|
||
|
command on all file server machines in the cell, then run this command on all
|
||
|
file server machines in the cell.
|
||
|
<P><STRONG>Options</STRONG>
|
||
|
<DL>
|
||
|
<P><DT><B>-server
|
||
|
</B><DD>Identifies the file server machine mentioned in each VLDB entry to
|
||
|
check. 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 mentioned in each VLDB entry to check.
|
||
|
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>-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 verifies the VLDB entries in which a site definition
|
||
|
mentions the file server machine <B>fs3.abc.com</B>.
|
||
|
<PRE> % <B>vos syncserv -server fs3.abc.com</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="auarf277.htm#HDRVOS_SYNCVLDB">vos syncvldb</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="auarf275.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="auarf277.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>
|