remove-administration-reference-20080627
[openafs.git] / doc / xml / AdminReference / sect1 / fs_whereis.xml
diff --git a/doc/xml/AdminReference/sect1/fs_whereis.xml b/doc/xml/AdminReference/sect1/fs_whereis.xml
deleted file mode 100644 (file)
index 4897cef..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<refentry id="fs_whereis1">
-  <refmeta>
-    <refentrytitle>fs whereis</refentrytitle>
-    <manvolnum>1</manvolnum>
-  </refmeta>
-  <refnamediv>
-    <refname>fs whereis</refname>
-    <refpurpose>Reports each file server housing a file or directory</refpurpose>
-  </refnamediv>
-  <refsect1>
-    <title>Synopsis</title>
-    <para><emphasis role="bold">fs whereis</emphasis> [<emphasis role="bold">-path</emphasis> &lt;<emphasis>dir/file path</emphasis>&gt;+] [<emphasis role="bold">-help</emphasis>]</para>
-
-    <para><emphasis role="bold">fs whe</emphasis> [<emphasis role="bold">-p</emphasis> &lt;<emphasis>dir/file path</emphasis>&gt;+] [<emphasis role="bold">-h</emphasis>]</para>
-
-  </refsect1>
-  <refsect1>
-    <title>Description</title>
-    <para>The <emphasis role="bold">fs whereis</emphasis> command returns the name of each file server machine
-    that houses the volume containing each directory or file named by the
-    <emphasis role="bold">-path</emphasis> argument.</para>
-
-  </refsect1>
-  <refsect1>
-    <title>Options</title>
-    <variablelist>
-      <varlistentry>
-        <term><emphasis role="bold">-path</emphasis> &lt;<emphasis>dir/file path</emphasis>&gt;+</term>
-        <listitem>
-          <para>Names each AFS file or directory for which to return the host file server
-          machine. Partial pathnames are interpreted relative to the current working
-          directory, which is also the default value if this argument is omitted.</para>
-
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><emphasis role="bold">-help</emphasis></term>
-        <listitem>
-          <para>Prints the online help for this command. All other valid options are
-          ignored.</para>
-
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>Output</title>
-    <para>The output includes a line for each specified directory or file. It names
-    the file server machine on which the volume that houses the specified
-    directory or file resides. A list of multiple machines indicates that the
-    directory or file is in a replicated volume.</para>
-
-    <para>Machine names usually have a suffix indicating their cell membership. If
-    the cell is not clear, use the <emphasis role="bold">fs whichcell</emphasis> command to display the cell
-    in which the directory or file resides. To display the cell membership of
-    the local machine, use the <emphasis role="bold">fs wscell</emphasis> command.</para>
-
-  </refsect1>
-  <refsect1>
-    <title>Examples</title>
-    <para>The following example indicates that volume housing the directory
-    <replaceable>/afs/abc.com</replaceable> resides is replicated on both <computeroutput>fs1.abc.com</computeroutput> and
-    <computeroutput>fs3.abc.com</computeroutput>:</para>
-
-<programlisting>
-   % fs whereis -path /afs/abc.com
-   File /afs/abc.com is on hosts fs1.abc.com fs3.abc.com
-
-</programlisting>
-    </refsect1>
-    <refsect1>
-      <title>Privilege Required</title>
-      <para>None</para>
-
-    </refsect1>
-    <refsect1>
-      <title>See Also</title>
-      <para><link linkend="fs_whichcell1">fs_whichcell(1)</link>,
-      <link linkend="fs_wscell1">fs_wscell(1)</link></para>
-
-    </refsect1>
-    <refsect1>
-      <title>Copyright</title>
-      <para>IBM Corporation 2000. &lt;http://www.ibm.com/&gt; All Rights Reserved.</para>
-
-      <para>This documentation is covered by the IBM Public License Version 1.0.  It was
-      converted from HTML to POD by software written by Chas Williams and Russ
-      Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.</para>
-
-    </refsect1>
-  </refentry>