Whamcloud - gitweb
LUDOC-445 fix minor typo
[doc/manual.git] / Preface.xml
index 3d22462..874b4c5 100644 (file)
@@ -1,27 +1,45 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- This document was created with Syntext Serna Free. -->
 <preface xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en-US">
   <title>Preface</title>
-  <para><anchor xml:id="dbdoclet.50438247_pgfId-7593" xreflabel=""/>This operations manual provides detailed information and procedures to install, configure and tune the Lustre file system. The manual covers topics such as failover, quotas, striping and bonding. The Lustre manual also contains troubleshooting information and tips to improve Lustre operation and performance.</para>
+  <para>The <emphasis role="italic">Lustre<superscript>*</superscript>Software Release 2.x
+      Operations Manual</emphasis> provides detailed information and procedures to install,
+    configure and tune a Lustre file system. The manual covers topics such as failover, quotas,
+    striping, and bonding. This manual also contains troubleshooting information and tips to improve
+    the operation and performance of a Lustre file system.</para>
   <section remap="h2">
-    <title>
-      <anchor xml:id="dbdoclet.50438247_pgfId-4908" xreflabel=""/>
-    </title>
+    <title>About this Document</title>
+    <para>This document is maintained by Whamcloud in Docbook format. The
+    canonical version is available at
+    <link xl:href="http://wiki.whamcloud.com/display/PUB/Documentation">http://wiki.whamcloud.com/display/PUB/Documentation</link>. </para>
+
     <section remap="h2">
-      <title>UNIX Commands</title>
-      <para><anchor xml:id="dbdoclet.50438247_pgfId-4910" xreflabel=""/>This document might not contain information about basic UNIX commands and procedures such as shutting down the system, booting the system, and configuring devices. Refer to the following for this information:</para>
+      <title>UNIX<superscript>*</superscript> Commands</title>
+      <para>This document may not contain information about basic UNIX<superscript>*</superscript>
+        operating system commands and procedures such as shutting down the system, booting the
+        system, and configuring devices. Refer to the following for this information:</para>
       <itemizedlist>
         <listitem>
-          <para><anchor xml:id="dbdoclet.50438247_pgfId-4417" xreflabel=""/> Software documentation that you received with your system</para>
+          <para> Software documentation that you received with your system</para>
         </listitem>
         <listitem>
-          <para><anchor xml:id="dbdoclet.50438247_pgfId-4418" xreflabel=""/> Oracle Solaris Operating System documentation, which is at:</para>
+          <para> Red Hat<superscript>*</superscript> Enterprise Linux<superscript>*</superscript>
+            documentation, which is at: <link xl:href="http://docs.redhat.com/docs/en-US/index.html"
+              >http://docs.redhat.com/docs/en-US/index.html</link></para>
+  <note><para> The Lustre client module is available for many different Linux<superscript>*</superscript>
+              versions and distributions. The Red Hat Enterprise Linux distribution is the best
+              supported and tested platform for Lustre servers. </para></note>
         </listitem>
       </itemizedlist>
-      <para><anchor xml:id="dbdoclet.50438247_pgfId-4419" xreflabel=""/><link xl:href="http://www.oracle.com/technetwork/indexes/documentation/index.html">http://www.oracle.com/technetwork/indexes/documentation/index.html</link></para>
     </section>
     <section remap="h2">
       <title>Shell Prompts</title>
+      <para>The shell prompt used in the example text indicates whether a
+      command can or should be executed by a regular user, or whether it
+      requires superuser permission to run.  Also, the machine type is often
+      included in the prompt to indicate whether the command should be run
+      on a client node, on an MDS node, an OSS node, or the MGS node.</para>
+      <para>Some examples are listed below, but other prompt combinations
+      are also used as needed for the example.</para>
       <informaltable frame="all">
         <tgroup cols="2">
           <colspec colname="c1" colwidth="50*"/>
           <thead>
             <row>
               <entry>
-                <para><emphasis role="bold"><anchor xml:id="dbdoclet.50438247_pgfId-5160" xreflabel=""/>Shell</emphasis></para>
+                <para><emphasis role="bold">Shell</emphasis></para>
               </entry>
               <entry>
-                <para><emphasis role="bold"><anchor xml:id="dbdoclet.50438247_pgfId-5162" xreflabel=""/>Prompt</emphasis></para>
+                <para><emphasis role="bold">Prompt</emphasis></para>
               </entry>
             </row>
           </thead>
           <tbody>
             <row>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-5164" xreflabel=""/>C shell</para>
+                <para> Regular user</para>
               </entry>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-5166" xreflabel=""/><emphasis>machine-name</emphasis>%</para>
+                <para> <prompt>machine$</prompt></para>
               </entry>
             </row>
             <row>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-5168" xreflabel=""/>C shell superuser</para>
+                <para> Superuser (root)</para>
               </entry>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-5170" xreflabel=""/><emphasis>machine-name</emphasis>#</para>
+                <para> <prompt>machine#</prompt></para>
               </entry>
             </row>
             <row>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-5172" xreflabel=""/>Bourne shell and Korn shell</para>
+                <para> Regular user on the client</para>
               </entry>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-5174" xreflabel=""/><prompt>$</prompt></para>
+                <para> <prompt>client$</prompt></para>
               </entry>
             </row>
             <row>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-5176" xreflabel=""/>Bourne shell and Korn shell superuser</para>
+                <para> Superuser on the MDS</para>
               </entry>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-5178" xreflabel=""/><prompt>#</prompt></para>
+                <para> <prompt>mds#</prompt></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para> Superuser on the OSS</para>
+              </entry>
+              <entry>
+                <para> <prompt>oss#</prompt></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para> Superuser on the MGS</para>
+              </entry>
+              <entry>
+                <para> <prompt>mgs#</prompt></para>
               </entry>
             </row>
           </tbody>
       </informaltable>
     </section>
     <section remap="h2">
-      <title><anchor xml:id="dbdoclet.50438247_43930" xreflabel=""/>Related Documentation</title>
-      <para><anchor xml:id="dbdoclet.50438247_pgfId-8643" xreflabel=""/>The documents listed as online are available at:</para>
-      <para><anchor xml:id="dbdoclet.50438247_pgfId-8695" xreflabel=""/><link xl:href="http://wiki.whamcloud.com/display/PUB/Documentation">http://wiki.whamcloud.com/display/PUB/Documentation</link></para>
+      <title>Related Documentation</title>
       <informaltable frame="all">
         <tgroup cols="4">
           <colspec colname="c1" colwidth="25*"/>
           <colspec colname="c2" colwidth="25*"/>
-          <colspec colname="c3" colwidth="25*"/>
-          <colspec colname="c4" colwidth="25*"/>
+          <colspec colname="c3" colwidth="15*"/>
+          <colspec colname="c4" colwidth="35*"/>
           <thead>
             <row>
               <entry>
-                <para><emphasis role="bold"><anchor xml:id="dbdoclet.50438247_pgfId-8647" xreflabel=""/>Application</emphasis></para>
+                <para><emphasis role="bold">Application</emphasis></para>
               </entry>
               <entry>
-                <para><emphasis role="bold"><anchor xml:id="dbdoclet.50438247_pgfId-8649" xreflabel=""/>Title</emphasis></para>
+                <para><emphasis role="bold">Title</emphasis></para>
               </entry>
               <entry>
-                <para><emphasis role="bold"><anchor xml:id="dbdoclet.50438247_pgfId-8651" xreflabel=""/>Format</emphasis></para>
+                <para><emphasis role="bold">Format</emphasis></para>
               </entry>
               <entry>
-                <para><emphasis role="bold"><anchor xml:id="dbdoclet.50438247_pgfId-8653" xreflabel=""/>Location</emphasis></para>
+                <para><emphasis role="bold">Location</emphasis></para>
               </entry>
             </row>
           </thead>
           <tbody>
             <row>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-8655" xreflabel=""/>Latest information</para>
+                <para> Latest information</para>
               </entry>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-8657" xreflabel=""/><emphasis>Lustre 2.0 Release Notes</emphasis></para>
+                <para>
+                  <emphasis>Lustre Software Release 2.x Change Logs</emphasis></para>
               </entry>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-8659" xreflabel=""/>PDF</para>
+                <para> Wiki page</para>
               </entry>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-8663" xreflabel=""/>Online</para>
+                <para> Online at <link
+                    xl:href="http://wiki.whamcloud.com/display/PUB/Documentation"
+                    >http://wiki.whamcloud.com/display/PUB/Documentation</link></para>
               </entry>
             </row>
             <row>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-8665" xreflabel=""/>Service</para>
+                <para> Service</para>
               </entry>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-8667" xreflabel=""/><emphasis>Lustre 2.0 Operations Manual</emphasis></para>
+                <para>
+                  <emphasis>Lustre Software Release 2.x Operations Manual</emphasis></para>
               </entry>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-8669" xreflabel=""/>PDF</para>
-                <para><anchor xml:id="dbdoclet.50438247_pgfId-8670" xreflabel=""/>HTML</para>
+                <para> PDF</para>
+                <para>HTML</para>
               </entry>
               <entry>
-                <para> <anchor xml:id="dbdoclet.50438247_pgfId-8673" xreflabel=""/>Online</para>
+                <para> Online at <link
+                    xl:href="http://wiki.whamcloud.com/display/PUB/Documentation"
+                    >http://wiki.whamcloud.com/display/PUB/Documentation</link></para>
               </entry>
             </row>
           </tbody>
       </informaltable>
     </section>
     <section remap="h2">
-      <title>Documentation, Support, and Training</title>
-      <para><anchor xml:id="dbdoclet.50438247_pgfId-8597" xreflabel=""/>These web sites provide additional resources:</para>
+      <title>Documentation and Support</title>
+      <para>These web sites provide additional resources:</para>
       <itemizedlist>
         <listitem>
-          <para><anchor xml:id="dbdoclet.50438247_pgfId-8598" xreflabel=""/> Documentation <link xl:href="http://wiki.whamcloud.com/display/PUB/Documentation">http://wiki.whamcloud.com/display/PUB/Documentation</link></para>
-        </listitem>
-        <listitem>
-          <para><anchor xml:id="dbdoclet.50438247_pgfId-8599" xreflabel=""/> Support <link xl:href="http://www.whamcloud.com/">http://www.whamcloud.com/</link></para>
+                                       <para> Documentation
+                                               <link xl:href="http://wiki.whamcloud.com/display/PUB/Documentation">
+                                               http://wiki.whamcloud.com/display/PUB/Documentation</link>
+                                               <link xl:href="http://www.lustre.org">
+                                               http://www.lustre.org</link></para>
         </listitem>
         <listitem>
-          <para><anchor xml:id="dbdoclet.50438247_pgfId-8602" xreflabel=""/> Training <link xl:href="http://www.whamcloud.com/">http://www.whamcloud.com/</link><anchor xml:id="dbdoclet.50438247_88598" xreflabel=""/><anchor xml:id="dbdoclet.50438247_83191" xreflabel=""/></para>
+          <para> Support <link xl:href="https://jira.whamcloud.com/">https://jira.whamcloud.com/</link></para>
         </listitem>
       </itemizedlist>
-      <para><anchor xml:id="dbdoclet.50438247_pgfId-4545" xreflabel=""/>&#160;</para>
     </section>
   </section>
+    <xi:include href="Revision.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 </preface>