<HTML>
<HEAD>
<TITLE>Re: [Lustre-discuss] Experienced New User needing help</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
No, you won’t be able to write to either the OST or MDS directories, or even examine them ... they’re just mount points to provide you with feedback about disk usage.<BR>
<BR>
I read in the docs that future releases may do something more useful with these mount points, but for now, that’s all they do. :-)<BR>
<BR>
cheers,<BR>
Klaus<BR>
<BR>
On 10/26/07 1:47 AM, "Iain Grant" <Iain.Grant@scri.ac.uk>did etch on stone tablets:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT COLOR="#000080"><FONT SIZE="4"><FONT FACE="Arial"><SPAN STYLE='font-size:13.0px'>Sorry please Ignore me, I have now done a <BR>
 <BR>
mount -t lustre 143.234.96.46@tcp0:/testfs /mnt/test<BR>
 <BR>
and can write to the /mnt/test area.<BR>
I thought I would be able to write to the OST area, apologies<BR>
 <BR>
Iain<BR>
 <BR>
</SPAN></FONT></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>
</SPAN></FONT>
<P ALIGN=CENTER>
<FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:16.0px'><HR ALIGN=CENTER SIZE="2" WIDTH="100%"></SPAN></FONT></FONT>
<P>
<FONT SIZE="4"><FONT FACE="Tahoma"><SPAN STYLE='font-size:13.0px'><B>From:</B> lustre-discuss-bounces@clusterfs.com [<a href="mailto:lustre-discuss-bounces@clusterfs.com]">mailto:lustre-discuss-bounces@clusterfs.com]</a> <B>On Behalf Of </B>Iain Grant<BR>
<B>Sent:</B> 26 October 2007 09:42<BR>
<B>To:</B> lustre-discuss@clusterfs.com<BR>
<B>Subject:</B> [Lustre-discuss] Experienced New User needing help<BR>
</SPAN></FONT></FONT><FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:16.0px'> <BR>
</SPAN></FONT></FONT><FONT SIZE="4"><FONT FACE="Arial"><SPAN STYLE='font-size:13.0px'>Sorry folks I’m still not getting any life from this. <BR>
I’ve followed the manual and the following steps <BR>
 <BR>
</SPAN></FONT></FONT><FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:16.0px'>Module options for networking should first be set up in /etc/modprobe.conf, e.g. <BR>
</SPAN></FONT></FONT><FONT SIZE="4"><FONT FACE="Courier New"><SPAN STYLE='font-size:13.0px'>  # Networking options, see /sys/module/lnet/parameters<BR>
  options lnet networks=tcp<BR>
  # end Lustre modules<BR>
</SPAN></FONT></FONT><FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:16.0px'>[edit <a href="http://wiki.lustre.org/index.php?title=Mount_Conf&action=edit&section=6"><http://wiki.lustre.org/index.php?title=Mount_Conf&amp;action=edit&amp;section=6></a> ]<BR>
</SPAN><SPAN STYLE='font-size:17.0px'><B>Making and starting a filesystem <BR>
</B></SPAN><SPAN STYLE='font-size:16.0px'>combo MDT/MGS on my single node' <BR>
</SPAN></FONT></FONT><FONT SIZE="4"><FONT FACE="Courier New"><SPAN STYLE='font-size:13.0px'>mkfs.lustre --fsname=testfs --mdt --mgs /dev/sda1<BR>
mkdir -p /mnt/test/mdt<BR>
mount -t lustre /dev/sda1 /mnt/test/mdt<BR>
cat /proc/fs/lustre/devices<BR>
   0 UP mgs MGS MGS 5<BR>
  1 UP mgc MGC143.234.96.46@tcp 303242f4-5aa3-5377-4895-90a397d56153 5<BR>
  2 UP mdt MDS MDS_uuid 3<BR>
  3 UP lov testfs-mdtlov testfs-mdtlov_UUID 4<BR>
  4 UP mds testfs-MDT0000 testfs-MDT0000_UUID 3<BR>
</SPAN></FONT></FONT><FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:16.0px'>Then I configured OST on the same node <BR>
</SPAN></FONT></FONT><FONT SIZE="4"><FONT FACE="Courier New"><SPAN STYLE='font-size:13.0px'>mkfs.lustre --fsname=testfs --ost --mgsnode=143.234.96.46@tcp0 /dev/sda2<BR>
mkdir -p /mnt/test/ost0<BR>
mount -t lustre /dev/sda2 /mnt/test/ost0<BR>
</SPAN></FONT><SPAN STYLE='font-size:13.0px'><FONT FACE="Arial"> <BR>
when I cd to /mnt/test/ost0 I get<BR>
 <BR>
Not a directory messages ???<BR>
 <BR>
If  I do a df I can see the filesystems mounted.<BR>
 <BR>
When I look at /var/log/messages I can see<BR>
 <BR>
 <BR>
Oct 26 09:33:40 fraggle kernel: Lustre: Filtering OBD driver; info@clusterfs.com<BR>
Oct 26 09:33:40 fraggle kernel: Lustre: testfs-OST0000: new disk, initializing<BR>
Oct 26 09:33:41 fraggle kernel: Lustre: OST testfs-OST0000 now serving dev (testfs-OST0000/01493618-db27-ba73-4d41-6ab062fa5355) with recovery enabled<BR>
Oct 26 09:33:41 fraggle kernel: Lustre: Server testfs-OST0000 on device /dev/sdb2 has started<BR>
Oct 26 09:33:43 fraggle kernel: Lustre: testfs-OST0000: received MDS connection from 0@lo<BR>
Oct 26 09:33:43 fraggle kernel: Lustre: MDS testfs-MDT0000: testfs-OST0000_UUID now active, resetting orphans<BR>
 <BR>
 <BR>
???? This is driving me nuts ???<BR>
</FONT></SPAN></FONT><FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:16.0px'> <BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'> <BR>
  <BR>
</SPAN></FONT><FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:16.0px'> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _<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).</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>  <BR>
</SPAN></FONT><FONT SIZE="5"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:16.0px'> <BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
Lustre-discuss mailing list<BR>
Lustre-discuss@clusterfs.com<BR>
https://mail.clusterfs.com/mailman/listinfo/lustre-discuss<BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>