I tried to switch back to the default Centos kernel and install lustre-client and lustre-client-module rpms ( as the manual said, it&#39;s enough for patchless client ) but when i try to mount, an other error happens:<br><br>
mount -t lustre 192.168.1.200@tcp0:/lustre /mnt/lustre/<br>mount.lustre: mount 192.168.1.200@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>Could you help me once again ? :( I think i did exactly all the thing the Lustre 1.8 Operation Manual said :( <br><br><br><br><br><div class="gmail_quote">
On Mon, Jun 22, 2009 at 8:58 AM, Dam Thanh Tung <span dir="ltr">&lt;<a href="mailto:tungdt@isds.vn">tungdt@isds.vn</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><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5"><br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Sat, 20 Jun 2009 10:09:23 -0600<br>
From: Robert LeBlanc &lt;<a href="mailto:robert@leblancnet.us" target="_blank">robert@leblancnet.us</a>&gt;<br>
Subject: Re: [Lustre-discuss] VMware error on lustre client<br>
To: <a href="mailto:lustre-discuss@lists.lustre.org" target="_blank">lustre-discuss@lists.lustre.org</a><br>
Message-ID:<br>
    &lt;<a href="mailto:c5b98f840906200909qb14aacbrdfcec189f30d203d@mail.gmail.com" target="_blank">c5b98f840906200909qb14aacbrdfcec189f30d203d@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
On Fri, Jun 19, 2009 at 8:44 PM, Dam Thanh Tung &lt;<a href="mailto:tungdt@isds.vn" target="_blank">tungdt@isds.vn</a>&gt; wrote:<br>
<br>
&gt; Poor me! The weekend started with new error in my lustre system.<br>
&gt;<br>
&gt; I have just installed lustren on my Centos 5.3 PC,all the package i used is<br>
&gt;<br>
&gt;<br>
&gt; e2fsprogs-1.40.11.sun1-0redhat.rhel5.x86_64.rpm<br>
&gt; kernel-lustre-smp-2.6.18-92.1.17.el5_lustre.1.8.0.x86_64.rpm<br>
&gt; lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
&gt; lustre-client-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
&gt; lustre-client-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
&gt; lustre-ldiskfs-3.0.8-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
&gt; lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
&gt;<br>
&gt; Everything worked well.( I used my PC as a lustre client and copy some<br>
&gt; file, it&#39;s OK ). Now when i install VMware workstation 6.5 by rpm package<br>
&gt; VMware-Workstation-6.5.1-126130.x86_64.rpm<br>
&gt; The install process finished without any error. But when i try to start<br>
&gt; VMware, there is an error on my screen, it said that:<br>
&gt;<br>
&gt; C header files matching your running kernel were not found.<br>
&gt; Refer to your distribution&#39;s documentation for installation instructions<br>
&gt;<br>
&gt; So i can&#39;t use VMware. Anyone can help me to resolv it,please ?<br>
&gt;<br>
&gt; You will need to get the source RPMs for the kernel and build VMware&#39;s<br>
modules against it. Since you are not using the stock CentOS kernel, there<br>
is not a provided kernel from VMware. I&#39;ve had to always build my VMware<br>
modules on Debian. I&#39;m not very familiar with CentOS so I can&#39;t give you<br>
details about how to do it.<br>
<br></div></div>
Thanks for reply, I&#39;ll try to figure it out <br>
<br>
<br>
-----------------------------------------------------------------------------<div><div></div><div class="h5"><br>
<br>


<br>
The VMWare scriptis probably looking for /usr/src/kernels/`uname -r`<br>
or/usr/src/kernels/`uname<br>
-r`-`uname-i`<br>
<br>
Check if you have /usr/src/kernels/2.6.18-92.1.17-x86_64 and create a link<br>
at<br>
/usr/src/kernels/2.6.18-92.1.17.el5_lustre<br>
<br>
ln<br>
-s /usr/src/kernels/2.6.18-92.1.17.el5_lustre<br>
/usr/src/kernels/2.6.18-92.1.17-x86_64<br>
<br>
if that doesn&#39;t do it try<br>
<br>
ln -s /usr/src/kernels/2.6.18-92.1.17.el5_lustre-x86_64<br>
/usr/src/kernels/2.6.18-92.1.17-x86_64<br>
<br>
Erik<br>
<br>
On Sat, Jun 20, 2009 at 12:09 PM, Robert LeBlanc &lt;<a href="mailto:robert@leblancnet.us" target="_blank">robert@leblancnet.us</a>&gt;wrote:<br>
<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Jun 19, 2009 at 8:44 PM, Dam Thanh Tung &lt;<a href="mailto:tungdt@isds.vn" target="_blank">tungdt@isds.vn</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Poor me! The weekend started with new error in my lustre system.<br>
&gt;&gt;<br>
&gt;&gt; I have just installed lustren on my Centos 5.3 PC,all the package i used<br>
&gt;&gt; is<br>
&gt;&gt;<br>
&gt;&gt; e2fsprogs-1.40.11.sun1-0redhat.rhel5.x86_64.rpm<br>
&gt;&gt; kernel-lustre-smp-2.6.18-92.1.17.el5_lustre.1.8.0.x86_64.rpm<br>
&gt;&gt; lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
&gt;&gt; lustre-client-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
&gt;&gt; lustre-client-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
&gt;&gt; lustre-ldiskfs-3.0.8-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
&gt;&gt; lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm<br>
&gt;&gt;<br>
&gt;&gt; Everything worked well.( I used my PC as a lustre client and copy some<br>
&gt;&gt; file, it&#39;s OK ). Now when i install VMware workstation 6.5 by rpm package<br>
&gt;&gt; VMware-Workstation-6.5.1-126130.x86_64.rpm<br>
&gt;&gt; The install process finished without any error. But when i try to start<br>
&gt;&gt; VMware, there is an error on my screen, it said that:<br>
&gt;&gt;<br>
&gt;&gt; C header files matching your running kernel were not found.<br>
&gt;&gt; Refer to your distribution&#39;s documentation for installation instructions<br>
&gt;&gt;<br>
&gt;&gt; So i can&#39;t use VMware. Anyone can help me to resolv it,please ?<br>
&gt;&gt;<br>
&gt;&gt; You will need to get the source RPMs for the kernel and build VMware&#39;s<br>
&gt; modules against it. Since you are not using the stock CentOS kernel, there<br>
&gt; is not a provided kernel from VMware. I&#39;ve had to always build my VMware<br>
&gt; modules on Debian. I&#39;m not very familiar with CentOS so I can&#39;t give you<br>
&gt; details about how to do it.<br>
&gt;<br>
&gt; Robert LeBlanc<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Lustre-discuss mailing list<br>
&gt; <a href="mailto:Lustre-discuss@lists.lustre.org" target="_blank">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>
&gt;<br>
</div></div></blockquote><div><br>I followed your guidance, but it didn&#39;t work :( <br></div><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Lustre-discuss mailing list<br>
<a href="mailto:Lustre-discuss@lists.lustre.org" target="_blank">Lustre-discuss@lists.lustre.org</a><br>
<a href="http://lists.lustre.org/mailman/listinfo/lustre-discuss" target="_blank">http://lists.lustre.org/mailman/listinfo/lustre-discuss</a><br>
<br>
<br>
End of Lustre-discuss Digest, Vol 41, Issue 39<br>
**********************************************<br>
</blockquote></div></div><br>
</blockquote></div><br>