Whamcloud - gitweb
094372ef5a50bebb096804c3cc3b6d9b21e87b04
[doc/manual.git] / InstallOverview.xml
1 <?xml version='1.0' encoding='UTF-8'?><chapter xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en-US" xml:id="installoverview">
2   <title xml:id="installoverview.title">Installation Overview</title>
3   <para>This chapter provides on overview of the procedures required to set up, install and configure a Lustre file system.</para>
4   <note>
5     <para>
6       If you are new to Lustre, you may find it helpful to refer to <xref linkend="part.intro"/> for a description of the Lustre architecture, file system components and terminology before proceeding with the installation procedure.</para>
7   </note>
8   <section remap="h2">
9       <title>
10           <indexterm><primary>installing</primary></indexterm>
11           Steps to Installing Lustre</title>
12     <para>To set up Lustre file system hardware and install and configure the Lustre software, refer the the chapters below in the order listed:</para>
13     <orderedlist>
14       <listitem>
15         <para> <emphasis>(Required)</emphasis> <emphasis role="bold">Set up your Lustre file System hardware.</emphasis></para>
16         <para>See <xref linkend="settinguplustresystem"/> - Provides guidelines for configuring hardware for a Lustre file system including storage, memory, and networking requirements.</para>
17       </listitem>
18       <listitem>
19         <para> <emphasis>(Optional - Highly Recommended)</emphasis> <emphasis role="bold">Configure storage on Lustre storage devices.</emphasis></para>
20         <para>See <xref linkend="configuringstorage"/> - Provides instructions for setting up hardware RAID on Lustre storage devices.</para>
21       </listitem>
22       <listitem>
23         <para> <emphasis>(Optional)</emphasis> <emphasis role="bold">Set up network interface bonding.</emphasis></para>
24         <para>See <xref linkend="settingupbonding"/> - Describes setting up network interface bonding to allow multiple network interfaces to be used in parallel to increase bandwidth or redundancy.</para>
25       </listitem>
26       <listitem>
27         <para><emphasis>(Required)</emphasis> <emphasis role="bold">Install Lustre software.</emphasis></para>
28         <para>See <xref linkend="installinglustre"/> - Describes preparation steps and a procedure for installing the Lustre software.</para>
29       </listitem>
30       <listitem>
31         <para><emphasis>(Optional)</emphasis> <emphasis role="bold">Configure Lustre Networking (LNET).</emphasis></para>
32         <para>See <xref linkend="configuringlnet"/> - Describes how to configure LNET if the default
33           configuration is not sufficient. By default, LNET will use the first TCP/IP interface it
34           discovers on a system. LNET configuration is required if you are using InfiniBand or
35           multiple Ethernet interfaces.</para>
36       </listitem>
37       <listitem>
38         <para><emphasis>(Required)</emphasis> <emphasis role="bold">Configure Lustre.</emphasis></para>
39         <para>See <xref linkend="configuringlustre"/> - Provides an example of a simple Lustre configuration procedure and points to tools for completing more complex configurations.</para>
40       </listitem>
41       <listitem>
42         <para><emphasis>(Optional)</emphasis> <emphasis role="bold">Configure Lustre Failover.</emphasis></para>
43         <para>See <xref linkend="configuringfailover"/> - Describes how to configure Lustre failover using the Heartbeat cluster infrastructure daemon.</para>
44       </listitem>
45     </orderedlist>
46   </section>
47 </chapter>