mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
d7da1acc31
pull in all documentation from IBM
116 lines
6.3 KiB
HTML
116 lines
6.3 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="auarf268.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="auarf270.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_PARTINFO" HREF="auarf002.htm#ToC_283">vos partinfo</A></H2>
|
|
<A NAME="IDX5775"></A>
|
|
<A NAME="IDX5776"></A>
|
|
<A NAME="IDX5777"></A>
|
|
<A NAME="IDX5778"></A>
|
|
<A NAME="IDX5779"></A>
|
|
<A NAME="IDX5780"></A>
|
|
<A NAME="IDX5781"></A>
|
|
<P><STRONG>Purpose</STRONG>
|
|
<P>Reports the available and total space on a partition
|
|
<P><STRONG>Synopsis</STRONG>
|
|
<PRE><B>vos partinfo -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 p -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 partinfo</B> command reports the amount of space available
|
|
and total size on <B>either</B> all of the partitions on the indicated
|
|
file server machine (if the <B>-partition</B> argument is omitted)
|
|
<B>or</B> the specified partition on that file server machine. The
|
|
Volume Location Database (VLDB) is not consulted.
|
|
<P><STRONG>Options</STRONG>
|
|
<DL>
|
|
<P><DT><B>-server
|
|
</B><DD>Identifies the file server machine for which to display partition
|
|
information. 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 which partition on the file server machine specified by the
|
|
<B>-server</B> argument for which to display information. 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>Cautions</STRONG>
|
|
<P>The partition-related statistics in this command's output do not
|
|
always agree with the corresponding values in the output of the standard UNIX
|
|
<B>df</B> command. The statistics reported by this command can be
|
|
up to five minutes old, because the Cache Manager polls the File Server for
|
|
partition information at that frequency. Also, on some operating
|
|
systems, the <B>df</B> command's report of partition size includes
|
|
reserved space not included in this command's calculation, and so is
|
|
likely to be about 10% larger.
|
|
<P><STRONG>Output</STRONG>
|
|
<P>The output reports the amount of space available and total space for each
|
|
specified partition.
|
|
<P><STRONG>Examples</STRONG>
|
|
<P>The following command displays all partitions on the file server machine
|
|
<B>fs2.abc.com</B>.
|
|
<PRE> % <B>vos partinfo fs2.abc.com</B>
|
|
Free space on partition /vicepa: 27301 K blocks out of total 549197
|
|
Free space on partition /vicepb: 13646 K blocks out of total 69194
|
|
Free space on partition /vicepc: 31798 K blocks out of total 320315
|
|
Free space on partition /vicepd: 33302 K blocks out of total 494954
|
|
|
|
</PRE>
|
|
<P><STRONG>Privilege Required</STRONG>
|
|
<P>None
|
|
<P><STRONG>Related Information</STRONG>
|
|
<P><A HREF="auarf252.htm#HDRVOS_INTRO">vos</A>
|
|
<P><A HREF="auarf264.htm#HDRVOS_LISTPART">vos listpart</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="auarf268.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="auarf270.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>
|