Thanks for the update Sheila. I am using manual for Lustre 1.8 (May-09). <br><br>Arden, as per the 1.8 manual: <br>--- ---<br>Install the kernel, modules and ldiskfs packages.<br>Use the rpm -ivh command to install the kernel, module and ldiskfs<br>
packages. For example:<br>$ rpm -ivh kernel-lustre-smp-&lt;ver&gt; \<br>kernel-ib-&lt;ver&gt; \<br>lustre-modules-&lt;ver&gt; \<br>lustre-ldiskfs-&lt;ver&gt;<br>c. Install the utilities/userspace packages.<br>Use the rpm -ivh command to install the utilities packages. For example:<br>
$ rpm -ivh lustre-&lt;ver&gt;<br>d. Install the e2fsprogs package.<br>Use the rpm -i command to install the e2fsprogs package. For example:<br>$ rpm -i e2fsprogs-&lt;ver&gt;<br>If you want to add any optional packages to your Lustre file system, install them<br>
now.<br>4. Verify that the boot loader (grub.conf or lilo.conf) has<br>--- --- <br>I followed the same order. <br><br><br>The lconf and lmc are not available on my system. I am not sure what are they and when will I need it. I continued to explore other things in lustre and have created MDS and OST mount points on the same system. I have installed lustre client on a separate machine and when I tried to mount lustre MGS on it, I received following error: <br>
<br>--- ---<br>[root@localhost ~]# mount -t lustre 10.0.0.42@tcp0:/lustre /mnt/lustre<br>mount.lustre: mount 10.0.0.42@tcp0:/lustre at /mnt/lustre failed: No such device<br>Are the lustre modules loaded?<br>Check /etc/modprobe.conf and /proc/filesystems<br>
Note &#39;alias lustre llite&#39; should be removed from modprobe.conf<br>--- ---<br><br><br>The modprobe on client says, &#39;module lustre not found&#39;. Any clues? <br><br>Client: Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47 EDT 2008 i686 i686 i386 GNU/Linux<br>
MDS/OST: Linux localhost.localdomain 2.6.18-92.1.17.el5_lustre.1.8.0smp #1 SMP Wed Feb 18 18:40:54 MST 2009 i686 i686 i386 GNU/Linux <br><br>Thanks,<br>CS. <br><br><br><br><div class="gmail_quote">On Mon, Jun 15, 2009 at 5:16 PM, Arden Wiebe <span dir="ltr">&lt;<a href="mailto:albert682@yahoo.com">albert682@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Carlos:<br>
<br>
I&#39;m not clear on which kernel package you tried to install. There is pretty much a set order to install the packages from my understanding of the wording in the manual. From experience:<br>
<br>
rpm -ivh kernel-lustre-smp-2.6.18-92.1.17.el5_lustre.1.8.0.x86_64.rpm<br>
rpm -ivh lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
rpm -ivh lustre-ldiskfs-3.0.8-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
rpm -ivh lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
rpm -Uvh e2fsprogs-1.40.11.sun1-0redhat.rhel5.x86_64.rpm<br>
<br>
Hope that helps as that order has worked for me many times.<br>
<br>
Arden<br>
<br>
<br>
--- On Mon, 6/15/09, Carlos Santana &lt;<a href="mailto:neubyr@gmail.com">neubyr@gmail.com</a>&gt; wrote:<br>
<br>
&gt; From: Carlos Santana &lt;<a href="mailto:neubyr@gmail.com">neubyr@gmail.com</a>&gt;<br>
&gt; Subject: [Lustre-discuss] Lustre installation and configuration problems<br>
&gt; To: <a href="mailto:lustre-discuss@lists.lustre.org">lustre-discuss@lists.lustre.org</a><br>
&gt; Date: Monday, June 15, 2009, 2:07 PM<br>
<div class="im">&gt; Hello list,<br>
&gt;<br>
&gt; I am struggling to install Lustre 1.8 on a CentOS 5.2 box.<br>
&gt; I am referring to Lustre manual<br>
&gt; <a href="http://manual.lustre.org/index.php?title=Main_Page" target="_blank">http://manual.lustre.org/index.php?title=Main_Page</a><br>
&gt; and Lustre HowTo <a href="http://wiki.lustre.org/index.php/Lustre_Howto" target="_blank">http://wiki.lustre.org/index.php/Lustre_Howto</a><br>
&gt; guide. Following is the installation order and warning/error<br>
&gt; messages (if any) associated with it.<br>
&gt;<br>
&gt; - kernel-lustre patch<br>
&gt; - luster-module: <a href="http://www.heypasteit.com/clip/8UJ" target="_blank">http://www.heypasteit.com/clip/8UJ</a><br>
&gt;<br>
&gt; - lustre-ldiskfs <a href="http://www.heypasteit.com/clip/8UK" target="_blank">http://www.heypasteit.com/clip/8UK</a><br>
&gt;<br>
&gt;<br>
&gt; - lustre-utilities<br>
&gt; - e2fsprogs: <a href="http://www.heypasteit.com/clip/8UL" target="_blank">http://www.heypasteit.com/clip/8UL</a><br>
&gt;<br>
&gt;<br>
&gt; I did not see any test examples under<br>
&gt; /usr/lib/lustre/examples directory as mentioned in the HowTo<br>
&gt; document. In fact, I do not have &#39;examples&#39; dir at<br>
&gt; all. So I skipped to <a href="http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Tools" target="_blank">http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Tools</a><br>

&gt; section. But I did not have lmc, lconf, and lctl commands<br>
&gt; either. Any clues on how should I proceed with installation<br>
&gt; and configuration? Is there any guide for step-by-step<br>
&gt; installation? Feedback/comments welcome.<br>
&gt;<br>
&gt;<br>
&gt; Thanks,<br>
&gt; CS.<br>
&gt;<br>
&gt;<br>
</div>&gt; -----Inline Attachment Follows-----<br>
<div><div></div><div class="h5">&gt;<br>
&gt; _______________________________________________<br>
&gt; Lustre-discuss mailing list<br>
&gt; <a href="mailto:Lustre-discuss@lists.lustre.org">Lustre-discuss@lists.lustre.org</a><br>
&gt; <a href="http://lists.lustre.org/mailman/listinfo/lustre-discuss" target="_blank">http://lists.lustre.org/mailman/listinfo/lustre-discuss</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div></blockquote></div><br>