Whamcloud - gitweb
LUDOC-130 fix: improvements for accuracy.
[doc/manual.git] / UpgradingLustre.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="upgradinglustre">
2   <title xml:id="upgradinglustre.title">Upgrading a Lustre* File System</title>
3   <para>This chapter describes interoperability between Lustre* software releases. It also provides
4     procedures for upgrading from a Lustre 1.8 release to a Lustre 2.x release, from a Lustre 2.x
5     release to a more recent Lustre 2.x release (major release upgrade), and from a Lustre 2.X.y
6     release to 2.X.y (minor release upgrade). It includes the following sections:</para>
7   <itemizedlist>
8     <listitem>
9       <para><xref linkend="dbdoclet.50438205_82079"/></para>
10     </listitem>
11     <listitem>
12       <para><xref xmlns:xlink="http://www.w3.org/1999/xlink" linkend="Upgrading_2.x"/></para>
13     </listitem>
14     <listitem>
15       <para><xref xmlns:xlink="http://www.w3.org/1999/xlink" linkend="Upgrading_2.x.x"/></para>
16     </listitem>
17   </itemizedlist>
18   <section xml:id="dbdoclet.50438205_82079">
19       <title><indexterm>
20         <primary>Lustre</primary>
21         <secondary>upgrading</secondary>
22         <see>upgrading</see>
23       </indexterm><indexterm>
24         <primary>upgrading</primary>
25       </indexterm>Release Interoperability and Upgrade Requirements</title>
26     <para><emphasis role="italic"><emphasis role="bold">Lustre software version 2.x release (major)
27           upgrade:</emphasis></emphasis><itemizedlist>
28         <listitem>
29           <para>All servers must be upgraded at the same time, while some or all clients may be
30             upgraded.</para>
31         </listitem>
32         <listitem>
33           <para>All servers must be be upgraded to a Linux kernel supported by the Lustre software. See the Linux Test Matrix at <xref
34               xmlns:xlink="http://www.w3.org/1999/xlink" linkend="LustreTestMatrixTable"/> for a
35             list of tested Lustre distributions.</para>
36         </listitem>
37         <listitem>
38           <para>Clients to be upgraded to the Lustre 2.4 release or higher must be running a compatible Linux distribution. See the Linux Test Matrix at <xref
39               xmlns:xlink="http://www.w3.org/1999/xlink" linkend="LustreTestMatrixTable"/> for a
40             list of tested Linux distributions.</para>
41         </listitem>
42       </itemizedlist></para>
43     <para><emphasis role="italic"><emphasis role="bold">Lustre 2.X.y release (minor)
44           upgrade:</emphasis></emphasis></para>
45     <itemizedlist>
46       <listitem>
47         <para>All servers must be upgraded at the same time, while some or all clients may be
48           upgraded.</para>
49       </listitem>
50       <listitem>
51         <para>Rolling upgrades are supported for minor releases allowing individual servers and
52           clients to be upgraded without stopping the Lustre file system.</para>
53       </listitem>
54     </itemizedlist>
55   </section>
56   <section xml:id="Upgrading_2.x">
57     <title><indexterm>
58         <primary>upgrading</primary>
59         <secondary>major release (2.x to 2.x)</secondary>
60       </indexterm><indexterm>
61         <primary>wide striping</primary>
62       </indexterm><indexterm>
63         <primary>MDT</primary>
64         <secondary>multiple MDSx</secondary>
65       </indexterm>Upgrading to Lustre Release 2.x (Major Release)</title>
66     <para> The procedure for upgrading a Lustre release 2.x file system to a more recent 2.x release
67       of the Lustre software is described in this section. </para>
68     <note>
69       <para>This procedure can also be used to upgrade Lustre release 1.8.6-wc1 or later to any
70         Lustre release 2.x. To upgrade other versions of 1.8.x, contact your support
71         provider.</para>
72     </note>
73     <note>
74       <para condition="l22">In Lustre release 2.2, a feature has been added that allows striping
75         across up to 2000 OSTs. By default, this "wide striping" feature is disabled. It is
76         activated by setting the <literal>large-xattr</literal> option on the MDT using either
77           <literal>mkfs.lustre</literal> or <literal>tune2fs</literal>. For example after upgrading
78         an existing file system to Lustre release 2.2 or later, wide striping can be enabled by
79         running the following command on the MDT device before mounting
80         it:<screen>tune2fs -O large_xattr</screen>Once the wide striping feature is enabled and in
81         use on the MDT, it is not possible to directly downgrade the MDT file system to an earlier
82         version of the Lustre software that does not support wide striping. The only way to disable
83         wide striping is to delete all files with a <literal>large_xattr</literal> extended attribute,
84         unmount the MDT, and run the following command to
85         turn off the <literal>large-xattr</literal>
86         option:<screen>tune2fs -O ^large_xattr</screen>
87         </para></note>
88     <note condition="l24">
89       <para>In Lustre release 2.4, a new feature allows using multiple MDTs, which can each serve
90         one or more remote sub-directories in the file system. The <literal>root</literal> directory
91         is always located on MDT0. </para>
92       <para>Note that clients running a release prior to the Lustre 2.4 release can only see the
93         namespace hosted by MDT0 and will return an IO error if an attempt is made to access a
94         directory on another MDT.</para>
95     </note>
96     <para>To upgrade a Lustre release 2.x file system to a more recent major release, complete these
97       steps:</para>
98     <orderedlist>
99       <listitem>
100         <para>Create a complete, restorable file system backup. </para>
101         <caution>
102           <para>Before installing the Lustre software, back up ALL data. The Lustre software
103             contains kernel modifications that interact with storage devices and may introduce
104             security issues and data loss if not installed, configured, or administered properly. If
105             a full backup of the file system is not practical, a device-level backup of the MDT file
106             system is recommended. See  <xref linkend="backupandrestore"/> for a procedure.</para>
107         </caution>
108       </listitem>
109       <listitem>
110         <para>Shut down the file system by unmounting all clients and servers in the order shown
111           below (unmounting a block device causes the Lustre software to be shut down on that
112           node):</para>
113         <orderedlist numeration="loweralpha">
114           <listitem>
115             <para>Unmount the clients. On each client node, run:</para>
116             <screen>umount -a -t lustre</screen>
117           </listitem>
118           <listitem>
119             <para>Unmount the MDT. On the MDS node, run:</para>
120             <screen>umount -a -t lustre</screen>
121           </listitem>
122           <listitem>
123             <para>Unmount all the OSTs. On each OSS node, run:</para>
124             <screen>umount -a -t lustre</screen>
125           </listitem>
126         </orderedlist>
127       </listitem>
128       <listitem>
129         <para>Upgrade the Linux operating system on all servers to a compatible
130           (tested) Linux distribution and reboot. See the Linux Test Matrix at <xref
131             xmlns:xlink="http://www.w3.org/1999/xlink" linkend="LustreTestMatrixTable"/>.</para>
132       </listitem>
133       <listitem>
134         <para>Upgrade the Linux operating system on all clients to RHEL 6 or other compatible
135           (tested) distribution and reboot.  See the Linux Test Matrix at <xref
136             xmlns:xlink="http://www.w3.org/1999/xlink" linkend="LustreTestMatrixTable"/>.</para>
137       </listitem>
138       <listitem>
139         <para>Download the Lustre server RPMs for your platform from the <link
140             xl:href="https://wiki.hpdd.intel.com/display/PUB/Lustre+Releases">Lustre Releases</link>
141           repository. See <xref xmlns:xlink="http://www.w3.org/1999/xlink"
142             linkend="table_cnh_5m3_gk"/> for a list of required packages.</para>
143       </listitem>
144       <listitem>
145         <para>Install the Lustre server packages on all Lustre servers (MGS, MDSs, and OSSs).</para>
146         <orderedlist numeration="loweralpha">
147           <listitem>
148             <para>Log onto a Lustre server as the <literal>root</literal> user</para>
149           </listitem>
150           <listitem>
151             <para>Use the <literal>yum</literal> command to install the packages:</para>
152             <para>
153               <screen># yum --nogpgcheck install pkg1.rpm pkg2.rpm ...</screen>
154             </para>
155           </listitem>
156           <listitem>
157             <para>Verify the packages are installed correctly:</para>
158             <para>
159               <screen>rpm -qa|egrep "lustre|wc"</screen>
160             </para>
161           </listitem>
162           <listitem>
163             <para>Repeat these steps on each Lustre server.</para>
164           </listitem>
165         </orderedlist>
166       </listitem>
167       <listitem>
168         <para>Download the Lustre client RPMs for your platform from the <link
169             xl:href="https://wiki.hpdd.intel.com/display/PUB/Lustre+Releases">Lustre Releases</link>
170           repository. See <xref xmlns:xlink="http://www.w3.org/1999/xlink"
171             linkend="table_j3r_ym3_gk"/> for a list of required packages.</para>
172         <note>
173           <para>The version of the kernel running on a Lustre client must be the same as the version
174             of the <literal>lustre-client-modules-</literal><replaceable>ver</replaceable> package
175             being installed. If not, a compatible kernel must be installed on the client before the
176             Lustre client packages are installed.</para>
177         </note>
178       </listitem>
179       <listitem>
180         <para>Install the Lustre client packages on each of the Lustre clients to be
181           upgraded.</para>
182         <orderedlist numeration="loweralpha">
183           <listitem>
184             <para>Log onto a Lustre client as the <literal>root</literal> user.</para>
185           </listitem>
186           <listitem>
187             <para>Use the <literal>yum</literal> command to install the packages:</para>
188             <para>
189               <screen># yum --nogpgcheck install pkg1.rpm pkg2.rpm ...</screen>
190             </para>
191           </listitem>
192           <listitem>
193             <para>Verify the packages were installed correctly:</para>
194             <para>
195               <screen># rpm -qa|egrep "lustre|kernel"</screen>
196             </para>
197           </listitem>
198           <listitem>
199             <para>Repeat these steps on each Lustre client.</para>
200           </listitem>
201         </orderedlist>
202       </listitem>
203       <listitem>
204         <para condition="l22">(Optional) For upgrades to Lustre release 2.2 or higher, to enable
205           wide striping on an existing MDT, run the following command on the MDT
206           :<screen>mdt# tune2fs -O large_xattr <replaceable>device</replaceable></screen></para>
207       </listitem>
208       <listitem>
209         <para condition="l24">(Optional) For upgrades to Lustre release 2.4 or higher, to format an
210           additional MDT, complete these steps:<orderedlist numeration="loweralpha">
211             <listitem>
212               <para>Determine the index used for the first MDT (each MDT must have unique index).
213                 Enter:<screen>client$ lctl dl | grep mdc
214 36 UP mdc lustre-MDT0000-mdc-ffff88004edf3c00 4c8be054-144f-9359-b063-8477566eb84e 5</screen></para>
215               <para>In this example, the next available index is 1.</para>
216             </listitem>
217             <listitem>
218               <para>Add the new block device as a new MDT at the next available index by entering
219                 (on one
220                 line):<screen>mds# mkfs.lustre --reformat --fsname=<replaceable>filesystem_name</replaceable> --mdt \
221     --mgsnode=<replaceable>mgsnode</replaceable> --index <replaceable>1</replaceable> <replaceable>/dev/mdt1_device</replaceable>
222                 </screen></para>
223             </listitem>
224           </orderedlist></para>
225       </listitem>
226       <listitem>
227         <para>(<?oxy_comment_start author="lbeberne" timestamp="20130815T140026-0700" comment="Have James test"?>Optional<?oxy_comment_end?>)
228           If you are upgrading to Lustre software release 2.3 or higher from Lustre software version 2.2 or earlier
229           and want to enable the quota feature, complete these steps: <orderedlist
230             numeration="loweralpha">
231             <listitem>
232               <para>Before setting up the file system, enter on both the MDS and
233                 OSTs:<screen>tunefs.lustre --quota</screen></para>
234             </listitem>
235             <listitem>
236               <para>When setting up the file system,
237                 enter:<screen>conf_param $FSNAME.quota.mdt=$QUOTA_TYPE
238 conf_param $FSNAME.quota.ost=$QUOTA_TYPE</screen></para>
239             </listitem>
240           </orderedlist></para>
241       </listitem>
242       <listitem>
243         <para>Start the Lustre file system by starting the components in the order shown in the
244           following steps:</para>
245         <orderedlist numeration="loweralpha">
246           <listitem>
247             <para>Mount the MGT. On the MGS, run<screen>mgs# mount -a -t lustre</screen></para>
248           </listitem>
249           <listitem>
250             <para>Mount the MDT(s). On each MDT, run:<screen>mds# mount -a -t lustre</screen></para>
251           </listitem>
252           <listitem>
253             <para>Mount all the OSTs. On each OSS node, run:</para>
254             <screen>oss# mount -a -t lustre</screen>
255             <note>
256               <para>This command assumes that all the OSTs are listed in the
257                   <literal>/etc/fstab</literal> file. OSTs that are not listed in the
258                   <literal>/etc/fstab</literal> file, must be mounted individually by running the
259                 mount command:</para>
260               <screen> mount -t lustre <replaceable>/dev/block_device</replaceable> <replaceable>/mount_point</replaceable> </screen>
261             </note>
262           </listitem>
263           <listitem>
264             <para>Mount the file system on the clients. On each client node, run:</para>
265             <screen>client# mount -a -t lustre</screen>
266           </listitem>
267         </orderedlist>
268       </listitem>
269     </orderedlist>
270     <note>
271       <para>The mounting order described in the steps above must be followed for the intial mount
272         and registration of a Lustre file system after an upgrade.  For a normal start of a Lustre
273         file system, the  mounting order is MGT, OSTs, MDT(s), clients.</para>
274     </note>
275     <para>If you have a problem upgrading a Lustre file system, see <xref
276         xmlns:xlink="http://www.w3.org/1999/xlink" linkend="dbdoclet.50438198_30989"/> for some ways
277       to get help.</para>
278   </section>
279   <section xml:id="Upgrading_2.x.x">
280     <title><indexterm>
281         <primary>upgrading</primary>
282         <secondary>2.X.y to 2.X.y (minor release)</secondary>
283       </indexterm><indexterm/>Upgrading to a Lustre Release 2.X.y (Minor Release)</title>
284     <para>Rolling upgrades are supported for upgrading from any Lustre release 2.X.y to a more
285       recent 2.X.y release. This allows the Lustre file system to continue to run while individual
286       servers (or their failover partners) and clients are upgraded one at a time. The procedure for
287       upgrading a Lustre release 2.X.y file system to a more recent minor release is described in
288       this section.</para>
289     <para>To upgrade Lustre release 2.X.y to a more recent minor release, complete these
290       steps:</para>
291     <orderedlist>
292       <listitem>
293         <para>Create a complete, restorable file system backup. </para>
294         <caution>
295           <para>Before installing the Lustre software, back up ALL data. The Lustre software
296             contains kernel modifications that interact with storage devices and may introduce
297             security issues and data loss if not installed, configured, or administered properly. If
298             a full backup of the file system is not practical, a device-level backup of the MDT file
299             system is recommended. See  <xref linkend="backupandrestore"/> for a procedure.</para>
300         </caution>
301       </listitem>
302       <listitem>
303         <para>Download the Lustre server RPMs for your platform from the <link
304             xl:href="https://wiki.hpdd.intel.com/display/PUB/Lustre+Releases">Lustre Releases</link>
305           repository. See <xref xmlns:xlink="http://www.w3.org/1999/xlink"
306             linkend="table_cnh_5m3_gk"/> for a list of required packages.</para>
307       </listitem>
308       <listitem>
309         <para>For a rolling upgrade, complete any procedures required to keep the Lustre file system
310           running while the server to be upgraded is offline, such as failing over a primary server
311           to its secondary partner. </para>
312       </listitem>
313       <listitem>
314         <para>Unmount the Lustre server to be upgraded (MGS, MDS, or OSS)</para>
315       </listitem>
316       <listitem>
317         <para>Install the Lustre server packages on the Lustre server.</para>
318         <orderedlist numeration="loweralpha">
319           <listitem>
320             <para>Log onto the Lustre server as the <literal>root</literal> user</para>
321           </listitem>
322           <listitem>
323             <para>Use the <literal>yum</literal> command to install the packages:</para>
324             <para>
325               <screen># yum --nogpgcheck install pkg1.rpm pkg2.rpm ...</screen>
326             </para>
327           </listitem>
328           <listitem>
329             <para>Verify the packages are installed correctly:</para>
330             <para>
331               <screen>rpm -qa|egrep "lustre|wc"</screen>
332             </para>
333           </listitem>
334           <listitem>
335             <para>Mount the Lustre server to restart the Lustre software on the
336               server:<screen>server# mount -a -t lustre</screen></para>
337           </listitem>
338           <listitem>
339             <para>Repeat these steps on each Lustre server.</para>
340           </listitem>
341         </orderedlist>
342       </listitem>
343       <listitem>
344         <para>Download the Lustre client RPMs for your platform from the <link
345             xl:href="https://wiki.hpdd.intel.com/display/PUB/Lustre+Releases">Lustre Releases</link>
346           repository. See <xref xmlns:xlink="http://www.w3.org/1999/xlink"
347             linkend="table_j3r_ym3_gk"/> for a list of required packages.</para>
348       </listitem>
349       <listitem>
350         <para>Install the Lustre client packages on each of the Lustre clients to be
351           upgraded.</para>
352         <orderedlist numeration="loweralpha">
353           <listitem>
354             <para>Log onto a Lustre client as the <literal>root</literal> user.</para>
355           </listitem>
356           <listitem>
357             <para>Use the <literal>yum</literal> command to install the packages:</para>
358             <para>
359               <screen># yum --nogpgcheck install pkg1.rpm pkg2.rpm ...</screen>
360             </para>
361           </listitem>
362           <listitem>
363             <para>Verify the packages were installed correctly:</para>
364             <para>
365               <screen># rpm -qa|egrep "lustre|kernel"</screen>
366             </para>
367           </listitem>
368           <listitem>
369             <para>Mount the Lustre client to restart the Lustre software on the
370               client:<screen>client# mount -a -t lustre</screen></para>
371           </listitem>
372           <listitem>
373             <para>Repeat these steps on each Lustre client.</para>
374           </listitem>
375         </orderedlist>
376       </listitem>
377     </orderedlist>
378     <para>If you have a problem upgrading a Lustre file system, see <xref
379         xmlns:xlink="http://www.w3.org/1999/xlink" linkend="dbdoclet.50438198_30989"/> for some
380       suggestions for how to get help.</para>
381   </section>
382 </chapter>