I tried to switch back to the default Centos kernel and install lustre-client and lustre-client-module rpms ( as the manual said, it's enough for patchless client ) but when i try to mount, an other error happens:
mount -t lustre 192.168.1....@tcp0:/lustre /mnt/lustre/ mount.lustre: mount 192.168.1....@tcp0:/lustre at /mnt/lustre failed: No such device Are the lustre modules loaded? Check /etc/modprobe.conf and /proc/filesystems Note 'alias lustre llite' should be removed from modprobe.conf Could you help me once again ? :( I think i did exactly all the thing the Lustre 1.8 Operation Manual said :( On Mon, Jun 22, 2009 at 8:58 AM, Dam Thanh Tung <tun...@isds.vn> wrote: > > >> >> >> ------------------------------ >> >> Message: 4 >> Date: Sat, 20 Jun 2009 10:09:23 -0600 >> From: Robert LeBlanc <rob...@leblancnet.us> >> Subject: Re: [Lustre-discuss] VMware error on lustre client >> To: lustre-discuss@lists.lustre.org >> Message-ID: >> <c5b98f840906200909qb14aacbrdfcec189f30d2...@mail.gmail.com> >> Content-Type: text/plain; charset="iso-8859-1" >> >> On Fri, Jun 19, 2009 at 8:44 PM, Dam Thanh Tung <tun...@isds.vn> wrote: >> >> > Poor me! The weekend started with new error in my lustre system. >> > >> > I have just installed lustren on my Centos 5.3 PC,all the package i used >> is >> > >> > >> > e2fsprogs-1.40.11.sun1-0redhat.rhel5.x86_64.rpm >> > kernel-lustre-smp-2.6.18-92.1.17.el5_lustre.1.8.0.x86_64.rpm >> > lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm >> > lustre-client-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm >> > >> lustre-client-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm >> > lustre-ldiskfs-3.0.8-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm >> > lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm >> > >> > Everything worked well.( I used my PC as a lustre client and copy some >> > file, it's OK ). Now when i install VMware workstation 6.5 by rpm >> package >> > VMware-Workstation-6.5.1-126130.x86_64.rpm >> > The install process finished without any error. But when i try to start >> > VMware, there is an error on my screen, it said that: >> > >> > C header files matching your running kernel were not found. >> > Refer to your distribution's documentation for installation instructions >> > >> > So i can't use VMware. Anyone can help me to resolv it,please ? >> > >> > You will need to get the source RPMs for the kernel and build VMware's >> modules against it. Since you are not using the stock CentOS kernel, there >> is not a provided kernel from VMware. I've had to always build my VMware >> modules on Debian. I'm not very familiar with CentOS so I can't give you >> details about how to do it. >> >> Thanks for reply, I'll try to figure it out >> >> >> >> ----------------------------------------------------------------------------- >> >> >> >> The VMWare scriptis probably looking for /usr/src/kernels/`uname -r` >> or/usr/src/kernels/`uname >> -r`-`uname-i` >> >> Check if you have /usr/src/kernels/2.6.18-92.1.17-x86_64 and create a link >> at >> /usr/src/kernels/2.6.18-92.1.17.el5_lustre >> >> ln >> -s /usr/src/kernels/2.6.18-92.1.17.el5_lustre >> /usr/src/kernels/2.6.18-92.1.17-x86_64 >> >> if that doesn't do it try >> >> ln -s /usr/src/kernels/2.6.18-92.1.17.el5_lustre-x86_64 >> /usr/src/kernels/2.6.18-92.1.17-x86_64 >> >> Erik >> >> On Sat, Jun 20, 2009 at 12:09 PM, Robert LeBlanc <rob...@leblancnet.us >> >wrote: >> >> > >> > >> > On Fri, Jun 19, 2009 at 8:44 PM, Dam Thanh Tung <tun...@isds.vn> wrote: >> > >> >> Poor me! The weekend started with new error in my lustre system. >> >> >> >> I have just installed lustren on my Centos 5.3 PC,all the package i >> used >> >> is >> >> >> >> e2fsprogs-1.40.11.sun1-0redhat.rhel5.x86_64.rpm >> >> kernel-lustre-smp-2.6.18-92.1.17.el5_lustre.1.8.0.x86_64.rpm >> >> lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm >> >> lustre-client-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm >> >> >> lustre-client-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm >> >> lustre-ldiskfs-3.0.8-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm >> >> lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm >> >> >> >> Everything worked well.( I used my PC as a lustre client and copy some >> >> file, it's OK ). Now when i install VMware workstation 6.5 by rpm >> package >> >> VMware-Workstation-6.5.1-126130.x86_64.rpm >> >> The install process finished without any error. But when i try to start >> >> VMware, there is an error on my screen, it said that: >> >> >> >> C header files matching your running kernel were not found. >> >> Refer to your distribution's documentation for installation >> instructions >> >> >> >> So i can't use VMware. Anyone can help me to resolv it,please ? >> >> >> >> You will need to get the source RPMs for the kernel and build VMware's >> > modules against it. Since you are not using the stock CentOS kernel, >> there >> > is not a provided kernel from VMware. I've had to always build my VMware >> > modules on Debian. I'm not very familiar with CentOS so I can't give you >> > details about how to do it. >> > >> > Robert LeBlanc >> > >> > >> > _______________________________________________ >> > Lustre-discuss mailing list >> > Lustre-discuss@lists.lustre.org >> > http://lists.lustre.org/mailman/listinfo/lustre-discuss >> > >> > >> > > I followed your guidance, but it didn't work :( > >> >> >> >> >> >> _______________________________________________ >> Lustre-discuss mailing list >> Lustre-discuss@lists.lustre.org >> http://lists.lustre.org/mailman/listinfo/lustre-discuss >> >> >> End of Lustre-discuss Digest, Vol 41, Issue 39 >> ********************************************** >> > >
_______________________________________________ Lustre-discuss mailing list Lustre-discuss@lists.lustre.org http://lists.lustre.org/mailman/listinfo/lustre-discuss