<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7235.2">
<TITLE>RE: [Lustre-discuss] Configuration of lustre FS on single node</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>hi,<BR>
/dev/sda is a non ext3 FS, that's the reason i think, my system crashed.<BR>
my linux fs is on /dev/sda8 and an ext3 one So should I go with<BR>
<BR>
$ mkfs.lustre --fsname spfs --mdt --mgs /dev/sda8<BR>
<BR>
and proceed?<BR>
<BR>
and Moreover, to run the llmount.sh or local.sh we should have lmc,lconf and lctl utilities, but these are not provided in lustre1.6.4.2, so that's why I'm going in this way.<BR>
<BR>
Thanks and Regards,<BR>
Ashok Bharat<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Amit Sharma [<A HREF="mailto:Amit.Sharma@Sun.COM">mailto:Amit.Sharma@Sun.COM</A>]<BR>
Sent: Fri 2/29/2008 12:17 PM<BR>
To: ashok bharat bayana<BR>
Cc: lustre-discuss@lists.lustre.org<BR>
Subject: Re: [Lustre-discuss] Configuration of lustre FS on single node<BR>
<BR>
Ashok,<BR>
<BR>
Just looking at the command you tried :<BR>
&nbsp;&gt; $ mkfs.lustre --fsname spfs --mdt --mgs /dev/sda<BR>
<BR>
You may have wrecked your root file system. Or is /dev/sda some other<BR>
device ?<BR>
<BR>
It may be simpler for you to try llmount.sh to get a simple setup of<BR>
lustre on a single node (with loop back mounts)<BR>
<BR>
thanks,<BR>
Amit<BR>
<BR>
ashok bharat bayana wrote:<BR>
&gt;<BR>
&gt; Hello,<BR>
&gt; I successfully build lustre(1.6.4.2) on my system for a patchless client<BR>
&gt; But I dont know how to proceed in configuring the file system.<BR>
&gt;<BR>
&gt; I'm trying to build all MDS,client and MDT's on a single node.<BR>
&gt;&nbsp; &gt;From the tutorials I came to know that<BR>
&gt;<BR>
&gt; First, create an MDT for the &quot;spfs&quot; file system that uses the /dev/sda<BR>
&gt; disk. This MDT also acts as the MGS for the site.<BR>
&gt;<BR>
&gt; $ mkfs.lustre --fsname spfs --mdt --mgs /dev/sda<BR>
&gt;<BR>
&gt; But by triggering this command my system crashed in which the whole data<BR>
&gt; is lost and again I need to install the OS.<BR>
&gt; I want help in proceeding of mounting a lustre file system.<BR>
&gt;<BR>
&gt; Thanks and Regards,<BR>
&gt; Ashok Bharat<BR>
&gt;<BR>
&gt; -----Original Message-----<BR>
&gt; From: lustre-discuss-bounces@lists.lustre.org on behalf of<BR>
&gt; lustre-discuss-request@lists.lustre.org<BR>
&gt; Sent: Wed 2/27/2008 10:30 PM<BR>
&gt; To: lustre-discuss@lists.lustre.org<BR>
&gt; Subject: Lustre-discuss Digest, Vol 25, Issue 56<BR>
&gt;<BR>
&gt; Send Lustre-discuss mailing list submissions to<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lustre-discuss@lists.lustre.org<BR>
&gt;<BR>
&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</A><BR>
&gt; or, via email, send a message with subject or body 'help' to<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lustre-discuss-request@lists.lustre.org<BR>
&gt;<BR>
&gt; You can reach the person managing the list at<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lustre-discuss-owner@lists.lustre.org<BR>
&gt;<BR>
&gt; When replying, please edit your Subject line so it is more specific<BR>
&gt; than &quot;Re: Contents of Lustre-discuss digest...&quot;<BR>
&gt;<BR>
&gt;<BR>
&gt; Today's Topics:<BR>
&gt;<BR>
&gt;&nbsp;&nbsp;&nbsp; 1. Multiple NICs per OST (Joshua Bower-Cooley)<BR>
&gt;&nbsp;&nbsp;&nbsp; 2. obd error on MGS/MDT node (Jeremy Mann)<BR>
&gt;<BR>
&gt;<BR>
&gt; ----------------------------------------------------------------------<BR>
&gt;<BR>
&gt; Message: 1<BR>
&gt; Date: Tue, 26 Feb 2008 11:55:19 -0800<BR>
&gt; From: Joshua Bower-Cooley &lt;jbowercooley@lcogt.net&gt;<BR>
&gt; Subject: [Lustre-discuss] Multiple NICs per OST<BR>
&gt; To: lustre-discuss@lists.lustre.org<BR>
&gt; Message-ID: &lt;200802261155.19907.jbowercooley@lcogt.net&gt;<BR>
&gt; Content-Type: text/plain;&nbsp; charset=&quot;utf-8&quot;<BR>
&gt;<BR>
&gt; Hi-<BR>
&gt; I've had lustre running happily for some time over a single 10g ethernet NIC<BR>
&gt; per node. After switching to dual 10g and creating a new filesystem<BR>
&gt; (1.6.4.2), I'm seeing nothing but keep-alive packets with bad checksums.<BR>
&gt;<BR>
&gt; What is the current &quot;correct&quot; way to do this now? The manual suggest not<BR>
&gt; using<BR>
&gt; bonding, but several list postings now reccommend it. Without bonding, do I<BR>
&gt; need to have my 2 switches stacked, or will Lustre recognize the division in<BR>
&gt; my subnet?<BR>
&gt;<BR>
&gt; LNET module options I've tried are:<BR>
&gt; 1) networks=&quot;tcp0(eth2,eth3)&quot;<BR>
&gt; 2) ip2nets=&quot;tcp(eth2,eth3); tcp(eth2) 10.9.[1-4].*; tcp(eth3) 10.9.[5-8].*;&quot;<BR>
&gt; and many other variations<BR>
&gt;<BR>
&gt; All other services are functional on both interfaces.<BR>
&gt;<BR>
&gt; Thanks in advance,<BR>
&gt; J Bower-Cooley<BR>
&gt; Scientific Systems Engineer<BR>
&gt; Las Cumbres Observatory Global Telescope<BR>
&gt;<BR>
&gt;<BR>
&gt; ------------------------------<BR>
&gt;<BR>
&gt; Message: 2<BR>
&gt; Date: Wed, 27 Feb 2008 09:50:08 -0600 (CST)<BR>
&gt; From: &quot;Jeremy Mann&quot; &lt;jeremy@biochem.uthscsa.edu&gt;<BR>
&gt; Subject: [Lustre-discuss] obd error on MGS/MDT node<BR>
&gt; To: lustre-discuss@lists.lustre.org<BR>
&gt; Message-ID:<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;62901.24.173.62.147.1204127408.squirrel@biochem.uthscsa.edu&gt;<BR>
&gt; Content-Type: text/plain;charset=iso-8859-1<BR>
&gt;<BR>
&gt; Today we are starting to see obd_change_cbdata errors on our MGS/MDT node.<BR>
&gt; What does this error mean?<BR>
&gt;<BR>
&gt; Version of lustre and kernel is:<BR>
&gt;<BR>
&gt; 2.6.9-42.0.10.EL_lustre-1.6.0.1smp X86_64<BR>
&gt;<BR>
&gt; LustreError: 65:0:(obd_class.h:1171:obd_change_cbdata()) Skipped 1<BR>
&gt; previous similar message<BR>
&gt; LustreError: 65:0:(obd_class.h:1171:obd_change_cbdata())<BR>
&gt; obd_change_cbdata: NULL export<BR>
&gt; LustreError: 65:0:(obd_class.h:1171:obd_change_cbdata()) Skipped 1<BR>
&gt; previous similar message<BR>
&gt; LustreError: 65:0:(obd_class.h:1171:obd_change_cbdata())<BR>
&gt; obd_change_cbdata: NULL export<BR>
&gt; LustreError: 65:0:(obd_class.h:1171:obd_change_cbdata()) Skipped 2<BR>
&gt; previous similar messages<BR>
&gt; LustreError: 65:0:(obd_class.h:1171:obd_change_cbdata())<BR>
&gt; obd_change_cbdata: NULL export<BR>
&gt; LustreError: 65:0:(obd_class.h:1171:obd_change_cbdata()) Skipped 4<BR>
&gt; previous similar messages<BR>
&gt; LustreError: 65:0:(obd_class.h:1171:obd_change_cbdata())<BR>
&gt; obd_change_cbdata: NULL export<BR>
&gt; LustreError: 65:0:(obd_class.h:1171:obd_change_cbdata()) Skipped 5<BR>
&gt; previous similar messages<BR>
&gt; LustreError: 65:0:(obd_class.h:1171:obd_change_cbdata())<BR>
&gt; obd_change_cbdata: NULL export<BR>
&gt; LustreError: 65:0:(obd_class.h:1171:obd_change_cbdata()) Skipped 1<BR>
&gt; previous similar message<BR>
&gt;<BR>
&gt; --<BR>
&gt; Jeremy Mann<BR>
&gt; jeremy@biochem.uthscsa.edu<BR>
&gt;<BR>
&gt; University of Texas Health Science Center<BR>
&gt; Bioinformatics Core Facility<BR>
&gt; <A HREF="http://www.bioinformatics.uthscsa.edu">http://www.bioinformatics.uthscsa.edu</A><BR>
&gt; Phone: (210) 567-2672<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; ------------------------------<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Lustre-discuss mailing list<BR>
&gt; Lustre-discuss@lists.lustre.org<BR>
&gt; <A HREF="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</A><BR>
&gt;<BR>
&gt;<BR>
&gt; End of Lustre-discuss Digest, Vol 25, Issue 56<BR>
&gt; **********************************************<BR>
&gt;<BR>
&gt;<BR>
&gt; ------------------------------------------------------------------------<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Lustre-discuss mailing list<BR>
&gt; Lustre-discuss@lists.lustre.org<BR>
&gt; <A HREF="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</A><BR>
<BR>
<BR>
--<BR>
Amit Sharma<BR>
Lustre Engineering<BR>
Sun Microsystems, Bangalore.<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>