<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
h3
        {mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:13.5pt;
        font-family:"Times New Roman";
        font-weight:bold;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman";}
pre
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>Sorry folks I’m still not getting any life from
this. <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>I’ve followed the manual and the following
steps <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>Module
options for networking should first be set up in /etc/modprobe.conf, e.g. <o:p></o:p></span></font></p>

<pre><font size=2 face="Courier New"><span style='font-size:10.0pt'>  # Networking options, see /sys/module/lnet/parameters<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>  options lnet networks=tcp<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>  # end Lustre modules<o:p></o:p></span></font></pre>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>[<a
href="http://wiki.lustre.org/index.php?title=Mount_Conf&action=edit&section=6"
title="Edit section: Making and starting a filesystem">edit</a>]<o:p></o:p></span></font></p>

<h3><a name="Making_and_starting_a_filesystem"></a><b><font size=4
face="Times New Roman"><span style='font-size:13.5pt'>Making and starting a
filesystem <o:p></o:p></span></font></b></h3>

<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>combo
MDT/MGS on my single node' <o:p></o:p></span></font></p>

<pre><font size=2 face="Courier New"><span style='font-size:10.0pt'>mkfs.lustre --fsname=testfs --mdt --mgs /dev/sda1<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>mkdir -p /mnt/test/mdt<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>mount -t lustre /dev/sda1 /mnt/test/mdt<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>cat /proc/fs/lustre/devices<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>   0 UP mgs MGS MGS 5<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>  1 UP mgc MGC143.234.96.46@tcp 303242f4-5aa3-5377-4895-90a397d56153 5<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>  2 UP mdt MDS MDS_uuid 3<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>  3 UP lov testfs-mdtlov testfs-mdtlov_UUID 4<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>  4 UP mds testfs-MDT0000 testfs-MDT0000_UUID 3<o:p></o:p></span></font></pre>

<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>Then I
configured OST on the same node <o:p></o:p></span></font></p>

<pre><font size=2 face="Courier New"><span style='font-size:10.0pt'>mkfs.lustre --fsname=testfs --ost --mgsnode=143.234.96.46@tcp0 /dev/sda2<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>mkdir -p /mnt/test/ost0<o:p></o:p></span></font></pre><pre><font
size=2 face="Courier New"><span style='font-size:10.0pt'>mount -t lustre /dev/sda2 /mnt/test/ost0<o:p></o:p></span></font></pre>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>when I cd to /mnt/test/ost0 I get<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>Not a directory messages ???<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>If  I do a df I can see the filesystems mounted.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>When I look at /var/log/messages I can see<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>Oct 26 09:33:40 fraggle kernel: Lustre: Filtering OBD
driver; info@clusterfs.com<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>Oct 26 09:33:40 fraggle kernel: Lustre: testfs-OST0000:
new disk, initializing<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>Oct 26 09:33:41 fraggle kernel: Lustre: OST
testfs-OST0000 now serving dev
(testfs-OST0000/01493618-db27-ba73-4d41-6ab062fa5355) with recovery enabled<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>Oct 26 09:33:41 fraggle kernel: Lustre: Server
testfs-OST0000 on device /dev/sdb2 has started<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>Oct 26 09:33:43 fraggle kernel: Lustre:
testfs-OST0000: received MDS connection from 0@lo<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>Oct 26 09:33:43 fraggle kernel: Lustre: MDS
testfs-MDT0000: testfs-OST0000_UUID now active, resetting orphans<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-GB style='font-size:
10.0pt;font-family:Arial'>???? This is driving me nuts ???<o:p></o:p></span></font></p>

</div>

<br><br><table bgcolor=white style="color:black"><tr><td><br>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _<br>
<br>
SCRI, Invergowrie, Dundee, DD2 5DA.  <br>
The Scottish Crop Research Institute is a charitable company limited by guarantee. <br>
Registered in Scotland No: SC 29367.<br>
Recognised by the Inland Revenue as a Scottish Charity No: SC 006662.<br>
<br>
<br>
DISCLAIMER:<br>
<br>
This email is from the Scottish Crop Research Institute, but the views <br>
expressed by the sender are not necessarily the views of SCRI and its <br>
subsidiaries.  This email and any files transmitted with it are confidential <br>
to the intended recipient at the e-mail address to which it has been <br>
addressed.  It may not be disclosed or used by any other than that addressee.<br>
If you are not the intended recipient you are requested to preserve this <br>
confidentiality and you must not use, disclose, copy, print or rely on this <br>
e-mail in any way. Please notify postmaster@scri.ac.uk quoting the <br>
name of the sender and delete the email from your system.<br>
<br>
Although SCRI has taken reasonable precautions to ensure no viruses are <br>
present in this email, neither the Institute nor the sender accepts any <br>
responsibility for any viruses, and it is your responsibility to scan the email <br>
and the attachments (if any).<br>
</td></tr></table></body>

</html>