Whamcloud - gitweb
FIX: proof read against origional
[doc/manual.git] / UnderstandingLustreNetworking.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!-- This document was created with Syntext Serna Free. -->
3 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en-US" xml:id="understandinglustrenetworking">
4   <info>
5     <title xml:id="understandinglustrenetworking.title">Understanding Lustre Networking (LNET)</title>
6   </info>
7   <para><anchor xml:id="dbdoclet.50438191_pgfId-1289855" xreflabel=""/>This chapter introduces Lustre Networking (LNET) and includes the following sections:</para>
8   <itemizedlist>
9     <listitem>
10       <para>
11                 <xref linkend="dbdoclet.50438191_22878"/>
12             </para>
13     </listitem>
14     <listitem>
15       <para>                           
16                 <xref linkend="dbdoclet.50438191_19625"/>
17             </para>
18     </listitem>
19     <listitem>
20       <para>
21                 <xref linkend="dbdoclet.50438191_20721"/>
22             </para>
23     </listitem>
24   </itemizedlist>
25   <section xml:id="dbdoclet.50438191_22878">
26     <title>2.1 Introducing LNET</title>
27     <para><anchor xml:id="dbdoclet.50438191_pgfId-1289866" xreflabel=""/>In a cluster with a Lustre file system, the system network connecting the servers and the clients is implemented using Lustre Networking (LNET), which provides the communication infrastructure required by the Lustre file system.</para>
28     <para><anchor xml:id="dbdoclet.50438191_pgfId-1289867" xreflabel=""/>LNET supports many commonly-used network types, such as InfiniBand and IP networks, and allows simultaneous availability across multiple network types with routing between them. Remote Direct Memory Access (RDMA) is permitted when supported by underlying networks using the appropriate Lustre network driver (LND). High availability and recovery features enable transparent recovery in conjunction with failover servers.</para>
29     <para><anchor xml:id="dbdoclet.50438191_pgfId-1289868" xreflabel=""/>An LND is a pluggable driver that provides support for a particular network type. LNDs are loaded into the driver stack, with one LND for each network type in use.</para>
30     <para><anchor xml:id="dbdoclet.50438191_pgfId-1290033" xreflabel=""/>For information about configuring LNET, see <xref linkend="configuringlnet"/>.</para>
31     <para><anchor xml:id="dbdoclet.50438191_pgfId-1290034" xreflabel=""/>For information about administering LNET, see <xref linkend="adminlustrepart3"/>.</para>
32   </section>
33   <section xml:id="dbdoclet.50438191_19625">
34     <title>2.2 Key Features of LNET</title>
35     <para><anchor xml:id="dbdoclet.50438191_pgfId-1289918" xreflabel=""/>Key features of LNET include:</para>
36     <itemizedlist>
37       <listitem>
38         <para><anchor xml:id="dbdoclet.50438191_pgfId-1289871" xreflabel=""/><anchor xml:id="dbdoclet.50438191_57931" xreflabel=""/>RDMA, when supported by underlying networks such as InfiniBand or Myrinet MX</para>
39       </listitem>
40       <listitem>
41         <para><anchor xml:id="dbdoclet.50438191_pgfId-1289872" xreflabel=""/>Support for many commonly-used network types such as InfiniBand and TCP/IP</para>
42       </listitem>
43       <listitem>
44         <para><anchor xml:id="dbdoclet.50438191_pgfId-1289873" xreflabel=""/>High availability and recovery features enabling transparent recovery in conjunction with failover servers</para>
45       </listitem>
46       <listitem>
47         <para><anchor xml:id="dbdoclet.50438191_pgfId-1289874" xreflabel=""/>Simultaneous availability of multiple network types with routing between them.</para>
48       </listitem>
49     </itemizedlist>
50     <para><anchor xml:id="dbdoclet.50438191_pgfId-1290430" xreflabel=""/>LNET provides end-to-end throughput over Gigabit Ethernet (GigE) networks in excess of 100 MB/s, throughput up to 1.5 GB/s over InfiniBand double data rate (DDR) links, and throughput over 1 GB/s across 10GigE interfaces.</para>
51     <para><anchor xml:id="dbdoclet.50438191_pgfId-1290434" xreflabel=""/>Lustre can use bonded networks, such as bonded Ethernet networks, when the underlying network technology supports bonding. For more information, see <xref linkend="settingupbonding"/>.</para>
52   </section>
53   <section xml:id="dbdoclet.50438191_20721">
54     <title>2.3 Supported Network Types</title>
55     <para><anchor xml:id="dbdoclet.50438191_pgfId-1289882" xreflabel=""/>LNET includes LNDs to support many network types including:</para>
56     <itemizedlist>
57       <listitem>
58         <para><anchor xml:id="dbdoclet.50438191_pgfId-1289883" xreflabel=""/> InfiniBand: OpenFabrics OFED (o2ib)</para>
59       </listitem>
60       <listitem>
61         <para><anchor xml:id="dbdoclet.50438191_pgfId-1289884" xreflabel=""/> TCP (any network carrying TCP traffic, including GigE, 10GigE, and IPoIB)</para>
62       </listitem>
63       <listitem>
64         <para><anchor xml:id="dbdoclet.50438191_pgfId-1289885" xreflabel=""/> Cray: Seastar</para>
65       </listitem>
66       <listitem>
67         <para><anchor xml:id="dbdoclet.50438191_pgfId-1289886" xreflabel=""/> Myrinet: MX</para>
68       </listitem>
69       <listitem>
70         <para><anchor xml:id="dbdoclet.50438191_pgfId-1289888" xreflabel=""/><anchor xml:id="dbdoclet.50438191_marker-1289887" xreflabel=""/> RapidArray: ra</para>
71       </listitem>
72       <listitem>
73         <para><anchor xml:id="dbdoclet.50438191_pgfId-1289890" xreflabel=""/><anchor xml:id="dbdoclet.50438191_marker-1289889" xreflabel=""/> Quadrics: Elan</para>
74       </listitem>
75     </itemizedlist>
76   </section>
77 </chapter>