Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-17 Thread Carlos Santana
Huh... :( Sorry to bug you guys again...

I am planning to make a fresh start now as nothing seems to have worked for
me. If you have any comments/feedback please share them.

I would like to confirm installation order before I make a fresh start. From
Arden's experience:
http://lists.lustre.org/pipermail/lustre-discuss/2009-June/010710.html , the
lusre-module is installed last. As I was installing Lustre 1.8, I was
referring 1.8 operations manual
http://manual.lustre.org/index.php?title=Main_Page . The installation order
in the manual is different than what Arden has suggested.

Will it make a difference in configuration at later stage? Which one should
I follow now?
Any comments?

Thanks,
CS.


On Wed, Jun 17, 2009 at 12:35 AM, Carlos Santana neu...@gmail.com wrote:

 Thanks Cliff.

 The depmod -a was successful before as well. I am using CentOS 5.2
 box. Following are the packages installed:
 [r...@localhost tmp]# rpm -qa | grep -i lustre
 lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
 lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp

 [r...@localhost tmp]# uname -a
 Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47
 EDT 2008 i686 i686 i386 GNU/Linux

 And here is a output from strace for mount:
 http://www.heypasteit.com/clip/8WT

 Any further debugging hints?

 Thanks,
 CS.

 On 6/16/09, Cliff White cliff.wh...@sun.com wrote:
  Carlos Santana wrote:
  The '$ modprobe -l lustre*' did not show any module on a patchless
  client. modprobe -v returns 'FATAL: Module lustre not found'.
 
  How do I install a patchless client?
  I have tried lustre-client-modules and lustre-client-ver rpm packages in
  both sequences. Am I missing anything?
 
 
  Make sure the lustre-client-modules package matches your running kernel.
  Run depmod -a to be sure
  cliffw
 
  Thanks,
  CS.
 
 
 
  On Tue, Jun 16, 2009 at 2:28 PM, Cliff White cliff.wh...@sun.com
  mailto:cliff.wh...@sun.com wrote:
 
  Carlos Santana wrote:
 
  The lctlt ping and 'net up' failed with the following messages:
  --- ---
  [r...@localhost ~]# lctl ping 10.0.0.42
  opening /dev/lnet failed: No such device
  hint: the kernel modules may not be loaded
  failed to ping 10.0.0...@tcp: No such device
 
  [r...@localhost ~]# lctl network up
  opening /dev/lnet failed: No such device
  hint: the kernel modules may not be loaded
  LNET configure error 19: No such device
 
 
  Make sure modules are unloaded, then try modprobe -v.
  Looks like you have lnet mis-configured, if your module options are
  wrong, you will see an error during the modprobe.
  cliffw
 
  --- ---
 
 
  I tried lustre_rmmod and depmod commands and it did not return
  any error messages. Any further clues? Reinstall patchless
  client again?
 
  -
  CS.
 
 
  On Tue, Jun 16, 2009 at 1:32 PM, Cliff White
  cliff.wh...@sun.com mailto:cliff.wh...@sun.com
  mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 wrote:
 
 Carlos Santana wrote:
 
 I was able to run lustre_rmmod and depmod successfully.
 The
 '$lctl list_nids' returned the server ip address and
  interface
 (tcp0).
 
 I tried to mount the file system on a remote client, but
 it
 failed with the following message.
 --- ---
 [r...@localhost ~]# mount -t lustre 10.0.0...@tcp0
 :/lustre
 /mnt/lustre
 mount.lustre: mount 10.0.0...@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
 --- ---
 
 However, the mounting is successful on a single node
 configuration - with client on the same machine as MDS
  and OST.
 Any clues? Where to look for logs and debug messages?
 
 
 Syslog || /var/log/messages is the normal place.
 
 You can use 'lctl ping' to verify that the client can reach
  the server.
 Usually in these cases, it's a network/name misconfiguration.
 
 Run 'tunefs.lustre --print' on your servers, and verify that
  mgsnode=
 is correct.
 
 cliffw
 
 
 Thanks,
 CS.
 
 
 
 
 
 On Tue, Jun 16, 2009 at 12:16 PM, Cliff White
 cliff.wh...@sun.com mailto:cliff.wh...@sun.com
  mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
  mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 wrote:
 
Carlos Santana wrote:
 
 

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-17 Thread Carlos Santana
And is there any specific installation order for patchless client? Could
someone please share it with me?

-
CS.

On Wed, Jun 17, 2009 at 10:18 AM, Carlos Santana neu...@gmail.com wrote:

 Huh... :( Sorry to bug you guys again...

 I am planning to make a fresh start now as nothing seems to have worked for
 me. If you have any comments/feedback please share them.

 I would like to confirm installation order before I make a fresh start.
 From Arden's experience:
 http://lists.lustre.org/pipermail/lustre-discuss/2009-June/010710.html ,
 the lusre-module is installed last. As I was installing Lustre 1.8, I was
 referring 1.8 operations manual
 http://manual.lustre.org/index.php?title=Main_Page . The installation
 order in the manual is different than what Arden has suggested.

 Will it make a difference in configuration at later stage? Which one should
 I follow now?
 Any comments?

 Thanks,
 CS.


 On Wed, Jun 17, 2009 at 12:35 AM, Carlos Santana neu...@gmail.com wrote:

 Thanks Cliff.

 The depmod -a was successful before as well. I am using CentOS 5.2
 box. Following are the packages installed:
 [r...@localhost tmp]# rpm -qa | grep -i lustre
 lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
 lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp

 [r...@localhost tmp]# uname -a
 Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47
 EDT 2008 i686 i686 i386 GNU/Linux

 And here is a output from strace for mount:
 http://www.heypasteit.com/clip/8WT

 Any further debugging hints?

 Thanks,
 CS.

 On 6/16/09, Cliff White cliff.wh...@sun.com wrote:
  Carlos Santana wrote:
  The '$ modprobe -l lustre*' did not show any module on a patchless
  client. modprobe -v returns 'FATAL: Module lustre not found'.
 
  How do I install a patchless client?
  I have tried lustre-client-modules and lustre-client-ver rpm packages
 in
  both sequences. Am I missing anything?
 
 
  Make sure the lustre-client-modules package matches your running kernel.
  Run depmod -a to be sure
  cliffw
 
  Thanks,
  CS.
 
 
 
  On Tue, Jun 16, 2009 at 2:28 PM, Cliff White cliff.wh...@sun.com
  mailto:cliff.wh...@sun.com wrote:
 
  Carlos Santana wrote:
 
  The lctlt ping and 'net up' failed with the following messages:
  --- ---
  [r...@localhost ~]# lctl ping 10.0.0.42
  opening /dev/lnet failed: No such device
  hint: the kernel modules may not be loaded
  failed to ping 10.0.0...@tcp: No such device
 
  [r...@localhost ~]# lctl network up
  opening /dev/lnet failed: No such device
  hint: the kernel modules may not be loaded
  LNET configure error 19: No such device
 
 
  Make sure modules are unloaded, then try modprobe -v.
  Looks like you have lnet mis-configured, if your module options are
  wrong, you will see an error during the modprobe.
  cliffw
 
  --- ---
 
 
  I tried lustre_rmmod and depmod commands and it did not return
  any error messages. Any further clues? Reinstall patchless
  client again?
 
  -
  CS.
 
 
  On Tue, Jun 16, 2009 at 1:32 PM, Cliff White
  cliff.wh...@sun.com mailto:cliff.wh...@sun.com
  mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 wrote:
 
 Carlos Santana wrote:
 
 I was able to run lustre_rmmod and depmod successfully.
 The
 '$lctl list_nids' returned the server ip address and
  interface
 (tcp0).
 
 I tried to mount the file system on a remote client, but
 it
 failed with the following message.
 --- ---
 [r...@localhost ~]# mount -t lustre 10.0.0...@tcp0
 :/lustre
 /mnt/lustre
 mount.lustre: mount 10.0.0...@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
 --- ---
 
 However, the mounting is successful on a single node
 configuration - with client on the same machine as MDS
  and OST.
 Any clues? Where to look for logs and debug messages?
 
 
 Syslog || /var/log/messages is the normal place.
 
 You can use 'lctl ping' to verify that the client can reach
  the server.
 Usually in these cases, it's a network/name
 misconfiguration.
 
 Run 'tunefs.lustre --print' on your servers, and verify that
  mgsnode=
 is correct.
 
 cliffw
 
 
 Thanks,
 CS.
 
 
 
 
 
 On Tue, Jun 16, 2009 at 12:16 PM, Cliff White
 cliff.wh...@sun.com mailto:cliff.wh...@sun.com
  mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-17 Thread Jerome, Ron
I think the problem you have, as Cliff alluded to, is a mismatch between
your kernel version  and the Luster kernel version modules.  

 

You have kernel 2.6.18-92.el5 and are installing Lustre
2.6.18_92.1.17.el5   Note the .1.17 is significant as the modules
will end up in the wrong directory.  There is an update to CentOS to
bring the kernel to the matching 2.6.18_92.1.17.el5 version you can pull
it off the CentOS mirror site in the updates directory.

 

 

Ron. 

 

From: lustre-discuss-boun...@lists.lustre.org
[mailto:lustre-discuss-boun...@lists.lustre.org] On Behalf Of Carlos
Santana
Sent: June 17, 2009 11:21 AM
To: lustre-discuss@lists.lustre.org
Subject: Re: [Lustre-discuss] Lustre installation and configuration
problems

 

And is there any specific installation order for patchless client? Could
someone please share it with me? 

-
CS. 

On Wed, Jun 17, 2009 at 10:18 AM, Carlos Santana neu...@gmail.com
wrote:

Huh... :( Sorry to bug you guys again... 

I am planning to make a fresh start now as nothing seems to have worked
for me. If you have any comments/feedback please share them. 

I would like to confirm installation order before I make a fresh start.
From Arden's experience:
http://lists.lustre.org/pipermail/lustre-discuss/2009-June/010710.html ,
the lusre-module is installed last. As I was installing Lustre 1.8, I
was referring 1.8 operations manual
http://manual.lustre.org/index.php?title=Main_Page . The installation
order in the manual is different than what Arden has suggested. 

Will it make a difference in configuration at later stage? Which one
should I follow now? 
Any comments? 

Thanks,
CS. 

 

On Wed, Jun 17, 2009 at 12:35 AM, Carlos Santana neu...@gmail.com
wrote:

Thanks Cliff.

The depmod -a was successful before as well. I am using CentOS 5.2
box. Following are the packages installed:
[r...@localhost tmp]# rpm -qa | grep -i lustre
lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp

lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp

[r...@localhost tmp]# uname -a

Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47
EDT 2008 i686 i686 i386 GNU/Linux

And here is a output from strace for mount:
http://www.heypasteit.com/clip/8WT

Any further debugging hints?

Thanks,
CS.


On 6/16/09, Cliff White cliff.wh...@sun.com wrote:
 Carlos Santana wrote:
 The '$ modprobe -l lustre*' did not show any module on a patchless
 client. modprobe -v returns 'FATAL: Module lustre not found'.

 How do I install a patchless client?
 I have tried lustre-client-modules and lustre-client-ver rpm packages
in
 both sequences. Am I missing anything?


 Make sure the lustre-client-modules package matches your running
kernel.
 Run depmod -a to be sure
 cliffw

 Thanks,
 CS.



 On Tue, Jun 16, 2009 at 2:28 PM, Cliff White cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com wrote:

 Carlos Santana wrote:

 The lctlt ping and 'net up' failed with the following
messages:
 --- ---
 [r...@localhost ~]# lctl ping 10.0.0.42
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 failed to ping 10.0.0...@tcp: No such device

 [r...@localhost ~]# lctl network up
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 LNET configure error 19: No such device


 Make sure modules are unloaded, then try modprobe -v.
 Looks like you have lnet mis-configured, if your module options
are
 wrong, you will see an error during the modprobe.
 cliffw

 --- ---


 I tried lustre_rmmod and depmod commands and it did not
return
 any error messages. Any further clues? Reinstall patchless
 client again?

 -
 CS.


 On Tue, Jun 16, 2009 at 1:32 PM, Cliff White
 cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
wrote:

Carlos Santana wrote:

I was able to run lustre_rmmod and depmod
successfully. The
'$lctl list_nids' returned the server ip address and
 interface
(tcp0).

I tried to mount the file system on a remote client,
but it
failed with the following message.
--- ---
[r...@localhost ~]# mount -t lustre
10.0.0...@tcp0:/lustre
/mnt/lustre
mount.lustre: mount 10.0.0...@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
--- ---

However, the mounting is successful on a single node
configuration - with client on the same machine as MDS
 and OST.
Any clues? Where to look for logs and debug

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-17 Thread Dr. Hung-Sheng Tsao (LaoTsao)

http://blogs.sun.com/manoj/entry/lustre_demo_flash
http://blogs.sun.com/manoj/entry/lustre_installation_multi_node

Carlos Santana wrote:
And is there any specific installation order for patchless client? 
Could someone please share it with me?


-
CS.

On Wed, Jun 17, 2009 at 10:18 AM, Carlos Santana neu...@gmail.com 
mailto:neu...@gmail.com wrote:


Huh... :( Sorry to bug you guys again...

I am planning to make a fresh start now as nothing seems to have
worked for me. If you have any comments/feedback please share them.

I would like to confirm installation order before I make a fresh
start. From Arden's experience:
http://lists.lustre.org/pipermail/lustre-discuss/2009-June/010710.html
, the lusre-module is installed last. As I was installing Lustre
1.8, I was referring 1.8 operations manual
http://manual.lustre.org/index.php?title=Main_Page . The
installation order in the manual is different than what Arden has
suggested.

Will it make a difference in configuration at later stage? Which
one should I follow now?
Any comments?

Thanks,
CS.


On Wed, Jun 17, 2009 at 12:35 AM, Carlos Santana neu...@gmail.com
mailto:neu...@gmail.com wrote:

Thanks Cliff.

The depmod -a was successful before as well. I am using CentOS 5.2
box. Following are the packages installed:
[r...@localhost tmp]# rpm -qa | grep -i lustre
lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp

[r...@localhost tmp]# uname -a
Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10
18:49:47
EDT 2008 i686 i686 i386 GNU/Linux

And here is a output from strace for mount:
http://www.heypasteit.com/clip/8WT

Any further debugging hints?

Thanks,
CS.

On 6/16/09, Cliff White cliff.wh...@sun.com
mailto:cliff.wh...@sun.com wrote:
 Carlos Santana wrote:
 The '$ modprobe -l lustre*' did not show any module on a
patchless
 client. modprobe -v returns 'FATAL: Module lustre not found'.

 How do I install a patchless client?
 I have tried lustre-client-modules and lustre-client-ver
rpm packages in
 both sequences. Am I missing anything?


 Make sure the lustre-client-modules package matches your
running kernel.
 Run depmod -a to be sure
 cliffw

 Thanks,
 CS.



 On Tue, Jun 16, 2009 at 2:28 PM, Cliff White
cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
wrote:

 Carlos Santana wrote:

 The lctlt ping and 'net up' failed with the
following messages:
 --- ---
 [r...@localhost ~]# lctl ping 10.0.0.42
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 failed to ping 10.0.0...@tcp: No such device

 [r...@localhost ~]# lctl network up
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 LNET configure error 19: No such device


 Make sure modules are unloaded, then try modprobe -v.
 Looks like you have lnet mis-configured, if your module
options are
 wrong, you will see an error during the modprobe.
 cliffw

 --- ---


 I tried lustre_rmmod and depmod commands and it did
not return
 any error messages. Any further clues? Reinstall
patchless
 client again?

 -
 CS.


 On Tue, Jun 16, 2009 at 1:32 PM, Cliff White
 cliff.wh...@sun.com mailto:cliff.wh...@sun.com
mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com
mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
mailto:cliff.wh...@sun.com wrote:

Carlos Santana wrote:

I was able to run lustre_rmmod and depmod
successfully. The
'$lctl list_nids' returned the server ip
address and
 interface
(tcp0).

I tried to mount the file system on a remote
client, but it
failed with the following message.
--- ---
[r...@localhost ~]# mount -t lustre
10.0.0...@tcp0:/lustre
/mnt/lustre
mount.lustre: mount 

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-17 Thread Cliff White
Carlos Santana wrote:
 Thanks Cliff.
 
 The depmod -a was successful before as well. I am using CentOS 5.2
 box. Following are the packages installed:
 [r...@localhost tmp]# rpm -qa | grep -i lustre
 lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
 lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp

Those are server modules. You would need to add lustre-kernel-smp for 
that to work

For a client, you install the matching vendor kernel, then:
lustre-client-modules
lustre-client

For a server, you need
lustre-kernel-smp
lustre-modules
lustre-
ldiskfs-

And as others have mentioned in this thread, kernel version must match 
exactly. Check /lib/modules - if you have a mis-match, there will be an 
extra directory there.

cliffw

 
 [r...@localhost tmp]# uname -a
 Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47
 EDT 2008 i686 i686 i386 GNU/Linux
 
 And here is a output from strace for mount: http://www.heypasteit.com/clip/8WT
 
 Any further debugging hints?
 
 Thanks,
 CS.
 
 On 6/16/09, Cliff White cliff.wh...@sun.com wrote:
 Carlos Santana wrote:
 The '$ modprobe -l lustre*' did not show any module on a patchless
 client. modprobe -v returns 'FATAL: Module lustre not found'.

 How do I install a patchless client?
 I have tried lustre-client-modules and lustre-client-ver rpm packages in
 both sequences. Am I missing anything?

 Make sure the lustre-client-modules package matches your running kernel.
 Run depmod -a to be sure
 cliffw

 Thanks,
 CS.



 On Tue, Jun 16, 2009 at 2:28 PM, Cliff White cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com wrote:

 Carlos Santana wrote:

 The lctlt ping and 'net up' failed with the following messages:
 --- ---
 [r...@localhost ~]# lctl ping 10.0.0.42
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 failed to ping 10.0.0...@tcp: No such device

 [r...@localhost ~]# lctl network up
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 LNET configure error 19: No such device


 Make sure modules are unloaded, then try modprobe -v.
 Looks like you have lnet mis-configured, if your module options are
 wrong, you will see an error during the modprobe.
 cliffw

 --- ---


 I tried lustre_rmmod and depmod commands and it did not return
 any error messages. Any further clues? Reinstall patchless
 client again?

 -
 CS.


 On Tue, Jun 16, 2009 at 1:32 PM, Cliff White
 cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com wrote:

Carlos Santana wrote:

I was able to run lustre_rmmod and depmod successfully. The
'$lctl list_nids' returned the server ip address and
 interface
(tcp0).

I tried to mount the file system on a remote client, but it
failed with the following message.
--- ---
[r...@localhost ~]# mount -t lustre 10.0.0...@tcp0:/lustre
/mnt/lustre
mount.lustre: mount 10.0.0...@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
--- ---

However, the mounting is successful on a single node
configuration - with client on the same machine as MDS
 and OST.
Any clues? Where to look for logs and debug messages?


Syslog || /var/log/messages is the normal place.

You can use 'lctl ping' to verify that the client can reach
 the server.
Usually in these cases, it's a network/name misconfiguration.

Run 'tunefs.lustre --print' on your servers, and verify that
 mgsnode=
is correct.

cliffw


Thanks,
CS.





On Tue, Jun 16, 2009 at 12:16 PM, Cliff White
cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com wrote:

   Carlos Santana wrote:

   Thanks Kevin..

   Please read:


 http://manual.lustre.org/manual/LustreManual16_HTML/ConfiguringLustre.html#50401328_pgfId-1289529

   Those instructions are identical for 1.6 and 1.8.

   For current lustre, only two commands are used for
 configuration.
   mkfs.lustre and mount.


   Usually when lustre_rmmod returns that error, you run

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-17 Thread Sheila Barthel

Carlos -

The installation procedures for Lustre 1.6 and 1.8 are the same. The 
manual's installation procedure includes a table that shows which 
packages to install on servers and clients (I've attached a PDF of the 
table). The procedure also describes the installation order for packages 
(kernel, modules, ldiskfs, then utilities/userspace, then e2fsprogs).


http://manual.lustre.org/manual/LustreManual16_HTML/LustreInstallation.html#50401389_pgfId-1291574

Sheila

Cliff White wrote:

Carlos Santana wrote:
  

Huh... :( Sorry to bug you guys again...

I am planning to make a fresh start now as nothing seems to have worked 
for me. If you have any comments/feedback please share them.


I would like to confirm installation order before I make a fresh start. 
 From Arden's experience: 
http://lists.lustre.org/pipermail/lustre-discuss/2009-June/010710.html , 
the lusre-module is installed last. As I was installing Lustre 1.8, I 
was referring 1.8 operations manual 
http://manual.lustre.org/index.php?title=Main_Page . The installation 
order in the manual is different than what Arden has suggested.


Will it make a difference in configuration at later stage? Which one 
should I follow now?

Any comments?



RPM installation order really doesn't matter. If you install in the 
'wrong' order you will get a lot of warnings from RPM due to the 
relationship of the various RPMs. But these are harmless - whatever 
order you install in, it should work fine.

cliffw
  

Thanks,
CS.


On Wed, Jun 17, 2009 at 12:35 AM, Carlos Santana neu...@gmail.com 
mailto:neu...@gmail.com wrote:


Thanks Cliff.

The depmod -a was successful before as well. I am using CentOS 5.2
box. Following are the packages installed:
[r...@localhost tmp]# rpm -qa | grep -i lustre
lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp

[r...@localhost tmp]# uname -a
Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47
EDT 2008 i686 i686 i386 GNU/Linux

And here is a output from strace for mount:
http://www.heypasteit.com/clip/8WT

Any further debugging hints?

Thanks,
CS.

On 6/16/09, Cliff White cliff.wh...@sun.com
mailto:cliff.wh...@sun.com wrote:
  Carlos Santana wrote:
  The '$ modprobe -l lustre*' did not show any module on a patchless
  client. modprobe -v returns 'FATAL: Module lustre not found'.
 
  How do I install a patchless client?
  I have tried lustre-client-modules and lustre-client-ver rpm
packages in
  both sequences. Am I missing anything?
 
 
  Make sure the lustre-client-modules package matches your running
kernel.
  Run depmod -a to be sure
  cliffw
 
  Thanks,
  CS.
 
 
 
  On Tue, Jun 16, 2009 at 2:28 PM, Cliff White
cliff.wh...@sun.com mailto:cliff.wh...@sun.com
  mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com wrote:
 
  Carlos Santana wrote:
 
  The lctlt ping and 'net up' failed with the following
messages:
  --- ---
  [r...@localhost ~]# lctl ping 10.0.0.42
  opening /dev/lnet failed: No such device
  hint: the kernel modules may not be loaded
  failed to ping 10.0.0...@tcp: No such device
 
  [r...@localhost ~]# lctl network up
  opening /dev/lnet failed: No such device
  hint: the kernel modules may not be loaded
  LNET configure error 19: No such device
 
 
  Make sure modules are unloaded, then try modprobe -v.
  Looks like you have lnet mis-configured, if your module
options are
  wrong, you will see an error during the modprobe.
  cliffw
 
  --- ---
 
 
  I tried lustre_rmmod and depmod commands and it did not
return
  any error messages. Any further clues? Reinstall patchless
  client again?
 
  -
  CS.
 
 
  On Tue, Jun 16, 2009 at 1:32 PM, Cliff White
  cliff.wh...@sun.com mailto:cliff.wh...@sun.com
mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
  mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com wrote:
 
 Carlos Santana wrote:
 
 I was able to run lustre_rmmod and depmod
successfully. The
 '$lctl list_nids' returned the server ip address and
  interface
 (tcp0).
 
 I tried to mount the file system on a remote
client, but it
 failed with the following message.
 --- ---
 [r...@localhost ~]# mount -t lustre
10.0.0...@tcp0:/lustre
 /mnt/lustre
 mount.lustre: mount 

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-17 Thread Arden Wiebe

Cliff:

I have some questions about the client packages.  I am not sure why the roadmap 
or lustre users require separate client packages but stating the obvious some 
people must need separate client packages is that correct?  

Otherwise the server packages contain the client anyhow correct?  If the later 
are the client packages for linux somewhat redundant?  When will the real 
client .exe for windows become available?

Arden

--- On Wed, 6/17/09, Sheila Barthel sheila.bart...@sun.com wrote:

 From: Sheila Barthel sheila.bart...@sun.com
 Subject: Re: [Lustre-discuss] Lustre installation and configuration problems
 To: Carlos Santana neu...@gmail.com
 Cc: Cliff White cliff.wh...@sun.com, lustre-discuss@lists.lustre.org
 Date: Wednesday, June 17, 2009, 1:08 PM
 Carlos -
 
 The installation procedures for Lustre 1.6 and 1.8 are the
 same. The manual's installation procedure includes a table
 that shows which packages to install on servers and clients
 (I've attached a PDF of the table). The procedure also
 describes the installation order for packages (kernel,
 modules, ldiskfs, then utilities/userspace, then
 e2fsprogs).
 
 http://manual.lustre.org/manual/LustreManual16_HTML/LustreInstallation.html#50401389_pgfId-1291574
 
 Sheila
 
 Cliff White wrote:
  Carlos Santana wrote:
    
  Huh... :( Sorry to bug you guys again...
  
  I am planning to make a fresh start now as nothing
 seems to have worked for me. If you have any
 comments/feedback please share them.
  
  I would like to confirm installation order before
 I make a fresh start.  From Arden's experience: 
 http://lists.lustre.org/pipermail/lustre-discuss/2009-June/010710.html
 , the lusre-module is installed last. As I was installing
 Lustre 1.8, I was referring 1.8 operations manual 
 http://manual.lustre.org/index.php?title=Main_Page .
 The installation order in the manual is different than what
 Arden has suggested.
  
  Will it make a difference in configuration at
 later stage? Which one should I follow now?
  Any comments?
      
  
  RPM installation order really doesn't matter. If you
 install in the 'wrong' order you will get a lot of warnings
 from RPM due to the relationship of the various RPMs. But
 these are harmless - whatever order you install in, it
 should work fine.
  cliffw
    
  Thanks,
  CS.
  
  
  On Wed, Jun 17, 2009 at 12:35 AM, Carlos Santana
 neu...@gmail.com
 mailto:neu...@gmail.com
 wrote:
  
      Thanks Cliff.
  
      The depmod -a was
 successful before as well. I am using CentOS 5.2
      box. Following are the
 packages installed:
      [r...@localhost tmp]# rpm
 -qa | grep -i lustre
  
    lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
  
    lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
  
      [r...@localhost tmp]#
 uname -a
      Linux
 localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10
 18:49:47
      EDT 2008 i686 i686 i386
 GNU/Linux
  
      And here is a output from
 strace for mount:
      http://www.heypasteit.com/clip/8WT
  
      Any further debugging
 hints?
  
      Thanks,
      CS.
  
      On 6/16/09, Cliff White
 cliff.wh...@sun.com
      mailto:cliff.wh...@sun.com
 wrote:
        Carlos Santana wrote:
        The '$ modprobe -l
 lustre*' did not show any module on a patchless
        client. modprobe -v
 returns 'FATAL: Module lustre not found'.
       
        How do I install a
 patchless client?
        I have tried
 lustre-client-modules and lustre-client-ver rpm
      packages in
        both sequences. Am I
 missing anything?
       
       
        Make sure the
 lustre-client-modules package matches your running
      kernel.
        Run depmod -a to be sure
        cliffw
       
        Thanks,
        CS.
       
       
       
        On Tue, Jun 16, 2009
 at 2:28 PM, Cliff White
      cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com
        mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com
 wrote:
       
        
    Carlos Santana wrote:
       
            
    The lctlt ping and 'net up' failed with
 the following
      messages:
            
    --- ---
            
    [r...@localhost ~]# lctl ping 10.0.0.42
            
    opening /dev/lnet failed: No such device
            
    hint: the kernel modules may not be
 loaded
            
    failed to ping 10.0.0...@tcp: No such
 device
       
            
    [r...@localhost ~]# lctl network up
            
    opening /dev/lnet failed: No such device
            
    hint: the kernel modules may not be
 loaded
            
    LNET configure error 19: No such device
       
       
        
    Make sure modules are unloaded, then try
 modprobe -v.
        
    Looks like you have lnet mis-configured,
 if your module
      options are
        
    wrong, you will see an error during the
 modprobe.
        
    cliffw
       
            
    --- ---
       
       
            
    I tried lustre_rmmod and depmod commands
 and it did not
      return
            
    any error messages. Any further

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-17 Thread Cliff White
Arden Wiebe wrote:
 Cliff:
 
 I have some questions about the client packages.  I am not sure why the 
 roadmap or lustre users require separate client packages but stating the 
 obvious some people must need separate client packages is that correct?  

The key here is 'patchless client' Yes, any machine with Lustre server 
bits installed can  be a client. Not Long Ago, there was only one 
installation for Lustre. Everybody got the same bits.

And the Lustre design re-uses things. Note that any Lustre node 
connecting to a service has a 'client' - for example the OSS is a 
'client' of the MDS, and the MDS a 'client' of the OSS.

The 'patchless client' was created to allow users to run Lustre with a 
stock vendor/distro kernel. This removes a lot of support/installation 
issues - servers can be considered 'Lustre-only' devices, but clients 
typically have other goop installed. Allowing users to use a stock 
distro kernel simplifies their support relationship with their other 
vendors.
 
 Otherwise the server packages contain the client anyhow correct?  If the 
 later are the client packages for linux somewhat redundant?  

Yes, the client packages are somewhat redundant, if you don't mind a 
Lustre-patched kernel on your clients.


When will the real client .exe for windows become available?

No idea, see the roadmap.
cliffw

 
 Arden
 
 --- On Wed, 6/17/09, Sheila Barthel sheila.bart...@sun.com wrote:
 
 From: Sheila Barthel sheila.bart...@sun.com
 Subject: Re: [Lustre-discuss] Lustre installation and configuration problems
 To: Carlos Santana neu...@gmail.com
 Cc: Cliff White cliff.wh...@sun.com, lustre-discuss@lists.lustre.org
 Date: Wednesday, June 17, 2009, 1:08 PM
 Carlos -

 The installation procedures for Lustre 1.6 and 1.8 are the
 same. The manual's installation procedure includes a table
 that shows which packages to install on servers and clients
 (I've attached a PDF of the table). The procedure also
 describes the installation order for packages (kernel,
 modules, ldiskfs, then utilities/userspace, then
 e2fsprogs).

 http://manual.lustre.org/manual/LustreManual16_HTML/LustreInstallation.html#50401389_pgfId-1291574

 Sheila

 Cliff White wrote:
 Carlos Santana wrote:

 Huh... :( Sorry to bug you guys again...

 I am planning to make a fresh start now as nothing
 seems to have worked for me. If you have any
 comments/feedback please share them.
 I would like to confirm installation order before
 I make a fresh start.  From Arden's experience: 
 http://lists.lustre.org/pipermail/lustre-discuss/2009-June/010710.html
 , the lusre-module is installed last. As I was installing
 Lustre 1.8, I was referring 1.8 operations manual 
 http://manual.lustre.org/index.php?title=Main_Page .
 The installation order in the manual is different than what
 Arden has suggested.
 Will it make a difference in configuration at
 later stage? Which one should I follow now?
 Any comments?
  
 RPM installation order really doesn't matter. If you
 install in the 'wrong' order you will get a lot of warnings
 from RPM due to the relationship of the various RPMs. But
 these are harmless - whatever order you install in, it
 should work fine.
 cliffw

 Thanks,
 CS.


 On Wed, Jun 17, 2009 at 12:35 AM, Carlos Santana
 neu...@gmail.com
 mailto:neu...@gmail.com
 wrote:
  Thanks Cliff.

  The depmod -a was
 successful before as well. I am using CentOS 5.2
  box. Following are the
 packages installed:
  [r...@localhost tmp]# rpm
 -qa | grep -i lustre
  
lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
  
lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
  [r...@localhost tmp]#
 uname -a
  Linux
 localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10
 18:49:47
  EDT 2008 i686 i686 i386
 GNU/Linux
  And here is a output from
 strace for mount:
  http://www.heypasteit.com/clip/8WT

  Any further debugging
 hints?
  Thanks,
  CS.

  On 6/16/09, Cliff White
 cliff.wh...@sun.com
  mailto:cliff.wh...@sun.com
 wrote:
Carlos Santana wrote:
The '$ modprobe -l
 lustre*' did not show any module on a patchless
client. modprobe -v
 returns 'FATAL: Module lustre not found'.
   
How do I install a
 patchless client?
I have tried
 lustre-client-modules and lustre-client-ver rpm
  packages in
both sequences. Am I
 missing anything?
   
   
Make sure the
 lustre-client-modules package matches your running
  kernel.
Run depmod -a to be sure
cliffw
   
Thanks,
CS.
   
   
   
On Tue, Jun 16, 2009
 at 2:28 PM, Cliff White
  cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com
mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com
 wrote:
   

Carlos Santana wrote:
   

The lctlt ping and 'net up' failed with
 the following
  messages:

--- ---

[r...@localhost

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-17 Thread Carlos Santana
Folks,

It been unsuccessful till now..

I made a fresh CentOS 5.2 minimum install (2.6.18-92.el5). Later, I
updated kernel to 2.6.18-92.1.17 version. Here is a output from uname
and rpm query:

[r...@localhost ~]# rpm -qa | grep lustre
lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
[r...@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-92.1.17.el5 #1 SMP Tue Nov 4
13:45:01 EST 2008 i686 i686 i386 GNU/Linux

Other details:
--- --- ---
[r...@localhost ~]# ls -l /lib/modules | grep 2.6
drwxr-xr-x 6 root root 4096 Jun 17 18:47 2.6.18-92.1.17.el5
drwxr-xr-x 6 root root 4096 Jun 17 17:38 2.6.18-92.el5


[r...@localhost modules]# find . | grep lustre
./2.6.18-92.1.17.el5/kernel/net/lustre
./2.6.18-92.1.17.el5/kernel/net/lustre/libcfs.ko
./2.6.18-92.1.17.el5/kernel/net/lustre/lnet.ko
./2.6.18-92.1.17.el5/kernel/net/lustre/ksocklnd.ko
./2.6.18-92.1.17.el5/kernel/net/lustre/ko2iblnd.ko
./2.6.18-92.1.17.el5/kernel/net/lustre/lnet_selftest.ko
./2.6.18-92.1.17.el5/kernel/fs/lustre
./2.6.18-92.1.17.el5/kernel/fs/lustre/osc.ko
./2.6.18-92.1.17.el5/kernel/fs/lustre/ptlrpc.ko
./2.6.18-92.1.17.el5/kernel/fs/lustre/obdecho.ko
./2.6.18-92.1.17.el5/kernel/fs/lustre/lvfs.ko
./2.6.18-92.1.17.el5/kernel/fs/lustre/mgc.ko
./2.6.18-92.1.17.el5/kernel/fs/lustre/llite_lloop.ko
./2.6.18-92.1.17.el5/kernel/fs/lustre/lov.ko
./2.6.18-92.1.17.el5/kernel/fs/lustre/mdc.ko
./2.6.18-92.1.17.el5/kernel/fs/lustre/lquota.ko
./2.6.18-92.1.17.el5/kernel/fs/lustre/lustre.ko
./2.6.18-92.1.17.el5/kernel/fs/lustre/obdclass.ko
--- --- ---


I am still having same problem. I seriously doubt, am I missing anything?
I also tried a source install for 'patchless client', however I have
been consistent in its results too.

Are there any configuration steps needed after rpm (or source)
installation? The one that I know of is restricting interfaces in
modeprobe.conf, however I have tried it on-n-off with no success.
Could anyone please suggest any debugging and tests for the same? How
can I provide you more valuable output to help me? Any insights?

Also, I have a suggestion here. It might be good idea to check for
'uname -r' check in RPM installation to check for matching kernel
version and if not suggest for source install.

Thanks for the help. I really appreciate your patience..

-
Thanks,
CS.


On Wed, Jun 17, 2009 at 10:40 AM, Jerome, Ronron.jer...@nrc-cnrc.gc.ca wrote:
 I think the problem you have, as Cliff alluded to, is a mismatch between
 your kernel version  and the Luster kernel version modules.



 You have kernel “2.6.18-92.el5” and are installing Lustre
 “2.6.18_92.1.17.el5”   Note the “.1.17” is significant as the modules will
 end up in the wrong directory.  There is an update to CentOS to bring the
 kernel to the matching 2.6.18_92.1.17.el5 version you can pull it off the
 CentOS mirror site in the updates directory.





 Ron.



 From: lustre-discuss-boun...@lists.lustre.org
 [mailto:lustre-discuss-boun...@lists.lustre.org] On Behalf Of Carlos Santana
 Sent: June 17, 2009 11:21 AM
 To: lustre-discuss@lists.lustre.org
 Subject: Re: [Lustre-discuss] Lustre installation and configuration problems



 And is there any specific installation order for patchless client? Could
 someone please share it with me?

 -
 CS.

 On Wed, Jun 17, 2009 at 10:18 AM, Carlos Santana neu...@gmail.com wrote:

 Huh... :( Sorry to bug you guys again...

 I am planning to make a fresh start now as nothing seems to have worked for
 me. If you have any comments/feedback please share them.

 I would like to confirm installation order before I make a fresh start. From
 Arden's experience:
 http://lists.lustre.org/pipermail/lustre-discuss/2009-June/010710.html , the
 lusre-module is installed last. As I was installing Lustre 1.8, I was
 referring 1.8 operations manual
 http://manual.lustre.org/index.php?title=Main_Page . The installation order
 in the manual is different than what Arden has suggested.

 Will it make a difference in configuration at later stage? Which one should
 I follow now?
 Any comments?

 Thanks,
 CS.



 On Wed, Jun 17, 2009 at 12:35 AM, Carlos Santana neu...@gmail.com wrote:

 Thanks Cliff.

 The depmod -a was successful before as well. I am using CentOS 5.2
 box. Following are the packages installed:
 [r...@localhost tmp]# rpm -qa | grep -i lustre
 lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp

 lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp

 [r...@localhost tmp]# uname -a

 Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47
 EDT 2008 i686 i686 i386 GNU/Linux

 And here is a output from strace for mount:
 http://www.heypasteit.com/clip/8WT

 Any further debugging hints?

 Thanks,
 CS.

 On 6/16/09, Cliff White cliff.wh...@sun.com wrote:
 Carlos Santana wrote:
 The '$ modprobe -l lustre*' did not show any module on a patchless
 client. modprobe -v returns 'FATAL: Module lustre not found'.

 How do I install a patchless client?
 I have tried lustre

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-17 Thread Cliff White
Carlos Santana wrote:
 Folks,
 
 It been unsuccessful till now..
 
 I made a fresh CentOS 5.2 minimum install (2.6.18-92.el5). Later, I
 updated kernel to 2.6.18-92.1.17 version. Here is a output from uname
 and rpm query:
 
 [r...@localhost ~]# rpm -qa | grep lustre
 lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
 lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
 [r...@localhost ~]# uname -a
 Linux localhost.localdomain 2.6.18-92.1.17.el5 #1 SMP Tue Nov 4
 13:45:01 EST 2008 i686 i686 i386 GNU/Linux

I think you are missing a basic point here. It's been mentioned a few times.
You don't have a lustre-patched kernel installed.

Here's what a proper system looks like - it's 1.6.7.2, but that doesn't 
matter, 1.8.0 is the same.

# rpm -qa |grep lustre
lustre-1.6.7-2.6.18_92.1.17.el5_lustre.1.6.7smp
kernel-lustre-smp-2.6.18-92.1.17.el5_lustre.1.6.7
lustre-ldiskfs-3.0.7-2.6.18_92.1.17.el5_lustre.1.6.7smp
lustre-modules-1.6.7-2.6.18_92.1.17.el5_lustre.1.6.7smp

# uname -a
Linux bun2 2.6.18-92.1.17.el5_lustre.1.6.7smp #1 SMP Tue Feb 24 19:59:12 
MST 2009 i686 i686 i386 GNU/Linux

Notice the difference? Two additional RPMS, and the version strings of 
modules and kernel match _exactly_.

cliffw


 
 Other details:
 --- --- ---
 [r...@localhost ~]# ls -l /lib/modules | grep 2.6
 drwxr-xr-x 6 root root 4096 Jun 17 18:47 2.6.18-92.1.17.el5
 drwxr-xr-x 6 root root 4096 Jun 17 17:38 2.6.18-92.el5
 
 
 [r...@localhost modules]# find . | grep lustre
 ./2.6.18-92.1.17.el5/kernel/net/lustre
 ./2.6.18-92.1.17.el5/kernel/net/lustre/libcfs.ko
 ./2.6.18-92.1.17.el5/kernel/net/lustre/lnet.ko
 ./2.6.18-92.1.17.el5/kernel/net/lustre/ksocklnd.ko
 ./2.6.18-92.1.17.el5/kernel/net/lustre/ko2iblnd.ko
 ./2.6.18-92.1.17.el5/kernel/net/lustre/lnet_selftest.ko
 ./2.6.18-92.1.17.el5/kernel/fs/lustre
 ./2.6.18-92.1.17.el5/kernel/fs/lustre/osc.ko
 ./2.6.18-92.1.17.el5/kernel/fs/lustre/ptlrpc.ko
 ./2.6.18-92.1.17.el5/kernel/fs/lustre/obdecho.ko
 ./2.6.18-92.1.17.el5/kernel/fs/lustre/lvfs.ko
 ./2.6.18-92.1.17.el5/kernel/fs/lustre/mgc.ko
 ./2.6.18-92.1.17.el5/kernel/fs/lustre/llite_lloop.ko
 ./2.6.18-92.1.17.el5/kernel/fs/lustre/lov.ko
 ./2.6.18-92.1.17.el5/kernel/fs/lustre/mdc.ko
 ./2.6.18-92.1.17.el5/kernel/fs/lustre/lquota.ko
 ./2.6.18-92.1.17.el5/kernel/fs/lustre/lustre.ko
 ./2.6.18-92.1.17.el5/kernel/fs/lustre/obdclass.ko
 --- --- ---
 
 
 I am still having same problem. I seriously doubt, am I missing anything?
 I also tried a source install for 'patchless client', however I have
 been consistent in its results too.
 
 Are there any configuration steps needed after rpm (or source)
 installation? The one that I know of is restricting interfaces in
 modeprobe.conf, however I have tried it on-n-off with no success.
 Could anyone please suggest any debugging and tests for the same? How
 can I provide you more valuable output to help me? Any insights?
 
 Also, I have a suggestion here. It might be good idea to check for
 'uname -r' check in RPM installation to check for matching kernel
 version and if not suggest for source install.
 
 Thanks for the help. I really appreciate your patience..
 
 -
 Thanks,
 CS.
 
 
 On Wed, Jun 17, 2009 at 10:40 AM, Jerome, Ronron.jer...@nrc-cnrc.gc.ca 
 wrote:
 I think the problem you have, as Cliff alluded to, is a mismatch between
 your kernel version  and the Luster kernel version modules.



 You have kernel “2.6.18-92.el5” and are installing Lustre
 “2.6.18_92.1.17.el5”   Note the “.1.17” is significant as the modules will
 end up in the wrong directory.  There is an update to CentOS to bring the
 kernel to the matching 2.6.18_92.1.17.el5 version you can pull it off the
 CentOS mirror site in the updates directory.





 Ron.



 From: lustre-discuss-boun...@lists.lustre.org
 [mailto:lustre-discuss-boun...@lists.lustre.org] On Behalf Of Carlos Santana
 Sent: June 17, 2009 11:21 AM
 To: lustre-discuss@lists.lustre.org
 Subject: Re: [Lustre-discuss] Lustre installation and configuration problems



 And is there any specific installation order for patchless client? Could
 someone please share it with me?

 -
 CS.

 On Wed, Jun 17, 2009 at 10:18 AM, Carlos Santana neu...@gmail.com wrote:

 Huh... :( Sorry to bug you guys again...

 I am planning to make a fresh start now as nothing seems to have worked for
 me. If you have any comments/feedback please share them.

 I would like to confirm installation order before I make a fresh start. From
 Arden's experience:
 http://lists.lustre.org/pipermail/lustre-discuss/2009-June/010710.html , the
 lusre-module is installed last. As I was installing Lustre 1.8, I was
 referring 1.8 operations manual
 http://manual.lustre.org/index.php?title=Main_Page . The installation order
 in the manual is different than what Arden has suggested.

 Will it make a difference in configuration at later stage? Which one should
 I follow now?
 Any comments?

 Thanks,
 CS.



 On Wed, Jun 17, 2009 at 12:35 AM, Carlos Santana neu...@gmail.com wrote:

 Thanks Cliff.

 The depmod

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-16 Thread Carlos Santana
Thanks for the update Sheila. I am using manual for Lustre 1.8 (May-09).

Arden, as per the 1.8 manual:
--- ---
Install the kernel, modules and ldiskfs packages.
Use the rpm -ivh command to install the kernel, module and ldiskfs
packages. For example:
$ rpm -ivh kernel-lustre-smp-ver \
kernel-ib-ver \
lustre-modules-ver \
lustre-ldiskfs-ver
c. Install the utilities/userspace packages.
Use the rpm -ivh command to install the utilities packages. For example:
$ rpm -ivh lustre-ver
d. Install the e2fsprogs package.
Use the rpm -i command to install the e2fsprogs package. For example:
$ rpm -i e2fsprogs-ver
If you want to add any optional packages to your Lustre file system, install
them
now.
4. Verify that the boot loader (grub.conf or lilo.conf) has
--- ---
I followed the same order.


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:

--- ---
[r...@localhost ~]# mount -t lustre 10.0.0...@tcp0:/lustre /mnt/lustre
mount.lustre: mount 10.0.0...@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
--- ---


The modprobe on client says, 'module lustre not found'. Any clues?

Client: Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47
EDT 2008 i686 i686 i386 GNU/Linux
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

Thanks,
CS.



On Mon, Jun 15, 2009 at 5:16 PM, Arden Wiebe albert...@yahoo.com wrote:


 Carlos:

 I'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:

 rpm -ivh kernel-lustre-smp-2.6.18-92.1.17.el5_lustre.1.8.0.x86_64.rpm
 rpm -ivh lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
 rpm -ivh lustre-ldiskfs-3.0.8-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
 rpm -ivh lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
 rpm -Uvh e2fsprogs-1.40.11.sun1-0redhat.rhel5.x86_64.rpm

 Hope that helps as that order has worked for me many times.

 Arden


 --- On Mon, 6/15/09, Carlos Santana neu...@gmail.com wrote:

  From: Carlos Santana neu...@gmail.com
  Subject: [Lustre-discuss] Lustre installation and configuration problems
  To: lustre-discuss@lists.lustre.org
  Date: Monday, June 15, 2009, 2:07 PM
  Hello list,
 
  I am struggling to install Lustre 1.8 on a CentOS 5.2 box.
  I am referring to Lustre manual
  http://manual.lustre.org/index.php?title=Main_Page
  and Lustre HowTo http://wiki.lustre.org/index.php/Lustre_Howto
  guide. Following is the installation order and warning/error
  messages (if any) associated with it.
 
   - kernel-lustre patch
   - luster-module: http://www.heypasteit.com/clip/8UJ
 
   - lustre-ldiskfs http://www.heypasteit.com/clip/8UK
 
 
   - lustre-utilities
   - e2fsprogs: http://www.heypasteit.com/clip/8UL
 
 
  I did not see any test examples under
  /usr/lib/lustre/examples directory as mentioned in the HowTo
  document. In fact, I do not have 'examples' dir at
  all. So I skipped to
 http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Tools
  section. But I did not have lmc, lconf, and lctl commands
  either. Any clues on how should I proceed with installation
  and configuration? Is there any guide for step-by-step
  installation? Feedback/comments welcome.
 
 
  Thanks,
  CS.
 
 
  -Inline Attachment Follows-
 
  ___
  Lustre-discuss mailing list
  Lustre-discuss@lists.lustre.org
  http://lists.lustre.org/mailman/listinfo/lustre-discuss
 




___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-16 Thread Kevin Van Maren
I think lconf and lmc went away with Lustre 1.6.  Are you sure you are 
looking at the 1.8 manual, and not directions for 1.4?

/usr/sbin/lctl should be in the lustre-version RPM.  Do a:
# rpm -q -l lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp


Do make sure the modules are installed in the right place:
# cd /lib/modules/`uname -r`
# find . | grep lustre.ko

If it shows up, then do:
# lustre_rmmod
# depmod
and try again.

Otherwise, figure out where your modules are installed:
# uname -r
# cd /lib/modules
# find . | grep lustre.ko


You can also double-check the NID.  On the MSD server, do
# lctl list_nids

Should show 10.0.0...@tcp0

Kevin


Carlos Santana wrote:
 Thanks for the update Sheila. I am using manual for Lustre 1.8 (May-09).

 Arden, as per the 1.8 manual:
 --- ---
 Install the kernel, modules and ldiskfs packages.
 Use the rpm -ivh command to install the kernel, module and ldiskfs
 packages. For example:
 $ rpm -ivh kernel-lustre-smp-ver \
 kernel-ib-ver \
 lustre-modules-ver \
 lustre-ldiskfs-ver
 c. Install the utilities/userspace packages.
 Use the rpm -ivh command to install the utilities packages. For example:
 $ rpm -ivh lustre-ver
 d. Install the e2fsprogs package.
 Use the rpm -i command to install the e2fsprogs package. For example:
 $ rpm -i e2fsprogs-ver
 If you want to add any optional packages to your Lustre file system, 
 install them
 now.
 4. Verify that the boot loader (grub.conf or lilo.conf) has
 --- ---
 I followed the same order.


 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:

 --- ---
 [r...@localhost ~]# mount -t lustre 10.0.0...@tcp0:/lustre /mnt/lustre
 mount.lustre: mount 10.0.0...@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
 --- ---


 The modprobe on client says, 'module lustre not found'. Any clues?

 Client: Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 
 18:49:47 EDT 2008 i686 i686 i386 GNU/Linux
 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

 Thanks,
 CS.



 On Mon, Jun 15, 2009 at 5:16 PM, Arden Wiebe albert...@yahoo.com 
 mailto:albert...@yahoo.com wrote:


 Carlos:

 I'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:

 rpm -ivh kernel-lustre-smp-2.6.18-92.1.17.el5_lustre.1.8.0.x86_64.rpm
 rpm -ivh lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
 rpm -ivh
 lustre-ldiskfs-3.0.8-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
 rpm -ivh
 lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
 rpm -Uvh e2fsprogs-1.40.11.sun1-0redhat.rhel5.x86_64.rpm

 Hope that helps as that order has worked for me many times.

 Arden


 --- On Mon, 6/15/09, Carlos Santana neu...@gmail.com
 mailto:neu...@gmail.com wrote:

  From: Carlos Santana neu...@gmail.com mailto:neu...@gmail.com
  Subject: [Lustre-discuss] Lustre installation and configuration
 problems
  To: lustre-discuss@lists.lustre.org
 mailto:lustre-discuss@lists.lustre.org
  Date: Monday, June 15, 2009, 2:07 PM
  Hello list,
 
  I am struggling to install Lustre 1.8 on a CentOS 5.2 box.
  I am referring to Lustre manual 
  http://manual.lustre.org/index.php?title=Main_Page
  and Lustre HowTo http://wiki.lustre.org/index.php/Lustre_Howto
  guide. Following is the installation order and warning/error
  messages (if any) associated with it.
 
   - kernel-lustre patch
   - luster-module: http://www.heypasteit.com/clip/8UJ
 
   - lustre-ldiskfs http://www.heypasteit.com/clip/8UK
 
 
   - lustre-utilities
   - e2fsprogs: http://www.heypasteit.com/clip/8UL
 
 
  I did not see any test examples under
  /usr/lib/lustre/examples directory as mentioned in the HowTo
  document. In fact, I do not have 'examples' dir at
  all. So I skipped to
 
 http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Tools
  section. But I did not have lmc, lconf, and lctl commands
  either. Any clues on how should I proceed with installation
  and configuration? Is there any guide for step-by-step
  installation? Feedback/comments welcome.
 
 
  Thanks,
  CS. 
 
 
  -Inline Attachment Follows-
 
  ___
  Lustre-discuss mailing list

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-16 Thread Carlos Santana
Thanks Kevin..

I am referring to 1.8 manual, but I was also referring to HowTo page on wiki
which seems to be for 1.6. The HowTo page
http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Toolsmentions
abt lmc, lconf, and lctl.

The modules are installed in the right place. The '$ lustre_rmmod' resulted
in following o/p:
[r...@localhost 2.6.18-92.1.17.el5_lustre.1.8.0smp]# lustre_rmmod
ERROR: Module obdfilter is in use
ERROR: Module ost is in use
ERROR: Module mds is in use
ERROR: Module fsfilt_ldiskfs is in use
ERROR: Module mgs is in use
ERROR: Module mgc is in use by mgs
ERROR: Module ldiskfs is in use by fsfilt_ldiskfs
ERROR: Module lov is in use
ERROR: Module lquota is in use by obdfilter,mds
ERROR: Module osc is in use
ERROR: Module ksocklnd is in use
ERROR: Module ptlrpc is in use by obdfilter,ost,mds,mgs,mgc,lov,lquota,osc
ERROR: Module obdclass is in use by
obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc
ERROR: Module lnet is in use by ksocklnd,ptlrpc,obdclass
ERROR: Module lvfs is in use by
obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc,obdclass
ERROR: Module libcfs is in use by
obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ksocklnd,ptlrpc,obdclass,lnet,lvfs

Do I need to shutdown these services? How can I do that?

Thanks,
CS.


On Tue, Jun 16, 2009 at 11:36 AM, Kevin Van Maren kevin.vanma...@sun.comwrote:

 I think lconf and lmc went away with Lustre 1.6.  Are you sure you are
 looking at the 1.8 manual, and not directions for 1.4?

 /usr/sbin/lctl should be in the lustre-version RPM.  Do a:
 # rpm -q -l lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp


 Do make sure the modules are installed in the right place:
 # cd /lib/modules/`uname -r`
 # find . | grep lustre.ko

 If it shows up, then do:
 # lustre_rmmod
 # depmod
 and try again.

 Otherwise, figure out where your modules are installed:
 # uname -r
 # cd /lib/modules
 # find . | grep lustre.ko


 You can also double-check the NID.  On the MSD server, do
 # lctl list_nids

 Should show 10.0.0...@tcp0

 Kevin


 Carlos Santana wrote:

 Thanks for the update Sheila. I am using manual for Lustre 1.8 (May-09).

 Arden, as per the 1.8 manual:
 --- ---
 Install the kernel, modules and ldiskfs packages.
 Use the rpm -ivh command to install the kernel, module and ldiskfs
 packages. For example:
 $ rpm -ivh kernel-lustre-smp-ver \
 kernel-ib-ver \
 lustre-modules-ver \
 lustre-ldiskfs-ver
 c. Install the utilities/userspace packages.
 Use the rpm -ivh command to install the utilities packages. For example:
 $ rpm -ivh lustre-ver
 d. Install the e2fsprogs package.
 Use the rpm -i command to install the e2fsprogs package. For example:
 $ rpm -i e2fsprogs-ver
 If you want to add any optional packages to your Lustre file system,
 install them
 now.
 4. Verify that the boot loader (grub.conf or lilo.conf) has
 --- ---
 I followed the same order.


 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:

 --- ---
 [r...@localhost ~]# mount -t lustre 10.0.0...@tcp0:/lustre /mnt/lustre
 mount.lustre: mount 10.0.0...@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
 --- ---


 The modprobe on client says, 'module lustre not found'. Any clues?

 Client: Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10
 18:49:47 EDT 2008 i686 i686 i386 GNU/Linux
 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

 Thanks,
 CS.



 On Mon, Jun 15, 2009 at 5:16 PM, Arden Wiebe albert...@yahoo.commailto:
 albert...@yahoo.com wrote:


Carlos:

I'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:

rpm -ivh kernel-lustre-smp-2.6.18-92.1.17.el5_lustre.1.8.0.x86_64.rpm
rpm -ivh lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
rpm -ivh
lustre-ldiskfs-3.0.8-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
rpm -ivh
lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
rpm -Uvh e2fsprogs-1.40.11.sun1-0redhat.rhel5.x86_64.rpm

Hope that helps as that order has worked for me many times.

Arden


___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-16 Thread Cliff White
Carlos Santana wrote:
 Thanks Kevin..
 
Please read:
http://manual.lustre.org/manual/LustreManual16_HTML/ConfiguringLustre.html#50401328_pgfId-1289529

Those instructions are identical for 1.6 and 1.8.

For current lustre, only two commands are used for configuration.
mkfs.lustre and mount.


Usually when lustre_rmmod returns that error, you run it a second time, 
and it will clear things. Unless you have live mounts or network 
connections.

cliffw


 I am referring to 1.8 manual, but I was also referring to HowTo page on 
 wiki which seems to be for 1.6. The HowTo page 
 http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Tools
  
 mentions abt lmc, lconf, and lctl.
 
 The modules are installed in the right place. The '$ lustre_rmmod' 
 resulted in following o/p:
 [r...@localhost 2.6.18-92.1.17.el5_lustre.1.8.0smp]# lustre_rmmod
 ERROR: Module obdfilter is in use
 ERROR: Module ost is in use
 ERROR: Module mds is in use
 ERROR: Module fsfilt_ldiskfs is in use
 ERROR: Module mgs is in use
 ERROR: Module mgc is in use by mgs
 ERROR: Module ldiskfs is in use by fsfilt_ldiskfs
 ERROR: Module lov is in use
 ERROR: Module lquota is in use by obdfilter,mds
 ERROR: Module osc is in use
 ERROR: Module ksocklnd is in use
 ERROR: Module ptlrpc is in use by obdfilter,ost,mds,mgs,mgc,lov,lquota,osc
 ERROR: Module obdclass is in use by 
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc
 ERROR: Module lnet is in use by ksocklnd,ptlrpc,obdclass
 ERROR: Module lvfs is in use by 
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc,obdclass
 ERROR: Module libcfs is in use by 
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ksocklnd,ptlrpc,obdclass,lnet,lvfs
 
 Do I need to shutdown these services? How can I do that?
 
 Thanks,
 CS.
 
 
 On Tue, Jun 16, 2009 at 11:36 AM, Kevin Van Maren 
 kevin.vanma...@sun.com mailto:kevin.vanma...@sun.com wrote:
 
 I think lconf and lmc went away with Lustre 1.6.  Are you sure you
 are looking at the 1.8 manual, and not directions for 1.4?
 
 /usr/sbin/lctl should be in the lustre-version RPM.  Do a:
 # rpm -q -l lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
 
 
 Do make sure the modules are installed in the right place:
 # cd /lib/modules/`uname -r`
 # find . | grep lustre.ko
 
 If it shows up, then do:
 # lustre_rmmod
 # depmod
 and try again.
 
 Otherwise, figure out where your modules are installed:
 # uname -r
 # cd /lib/modules
 # find . | grep lustre.ko
 
 
 You can also double-check the NID.  On the MSD server, do
 # lctl list_nids
 
 Should show 10.0.0...@tcp0
 
 Kevin
 
 
 Carlos Santana wrote:
 
 Thanks for the update Sheila. I am using manual for Lustre 1.8
 (May-09).
 
 Arden, as per the 1.8 manual:
 --- ---
 Install the kernel, modules and ldiskfs packages.
 Use the rpm -ivh command to install the kernel, module and ldiskfs
 packages. For example:
 $ rpm -ivh kernel-lustre-smp-ver \
 kernel-ib-ver \
 lustre-modules-ver \
 lustre-ldiskfs-ver
 c. Install the utilities/userspace packages.
 Use the rpm -ivh command to install the utilities packages. For
 example:
 $ rpm -ivh lustre-ver
 d. Install the e2fsprogs package.
 Use the rpm -i command to install the e2fsprogs package. For
 example:
 $ rpm -i e2fsprogs-ver
 If you want to add any optional packages to your Lustre file
 system, install them
 now.
 4. Verify that the boot loader (grub.conf or lilo.conf) has
 --- ---
 I followed the same order.
 
 
 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:
 
 --- ---
 [r...@localhost ~]# mount -t lustre 10.0.0...@tcp0:/lustre
 /mnt/lustre
 mount.lustre: mount 10.0.0...@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
 --- ---
 
 
 The modprobe on client says, 'module lustre not found'. Any clues?
 
 Client: Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun
 10 18:49:47 EDT 2008 i686 i686 i386 GNU/Linux
 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
 
 Thanks,
 CS.
 
 
 
 On Mon, Jun 15, 2009 at 5:16 PM, Arden Wiebe
 

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-16 Thread Carlos Santana
I was able to run lustre_rmmod and depmod successfully. The '$lctl
list_nids' returned the server ip address and interface (tcp0).

I tried to mount the file system on a remote client, but it failed with the
following message.
--- ---
[r...@localhost ~]# mount -t lustre 10.0.0...@tcp0:/lustre /mnt/lustre
mount.lustre: mount 10.0.0...@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
--- ---

However, the mounting is successful on a single node configuration - with
client on the same machine as MDS and OST.
Any clues? Where to look for logs and debug messages?

Thanks,
CS.




On Tue, Jun 16, 2009 at 12:16 PM, Cliff White cliff.wh...@sun.com wrote:

 Carlos Santana wrote:

 Thanks Kevin..

  Please read:

 http://manual.lustre.org/manual/LustreManual16_HTML/ConfiguringLustre.html#50401328_pgfId-1289529

 Those instructions are identical for 1.6 and 1.8.

 For current lustre, only two commands are used for configuration.
 mkfs.lustre and mount.


 Usually when lustre_rmmod returns that error, you run it a second time, and
 it will clear things. Unless you have live mounts or network connections.

 cliffw


  I am referring to 1.8 manual, but I was also referring to HowTo page on
 wiki which seems to be for 1.6. The HowTo page
 http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Toolsmentions
  abt lmc, lconf, and lctl.

 The modules are installed in the right place. The '$ lustre_rmmod'
 resulted in following o/p:
 [r...@localhost 2.6.18-92.1.17.el5_lustre.1.8.0smp]# lustre_rmmod
 ERROR: Module obdfilter is in use
 ERROR: Module ost is in use
 ERROR: Module mds is in use
 ERROR: Module fsfilt_ldiskfs is in use
 ERROR: Module mgs is in use
 ERROR: Module mgc is in use by mgs
 ERROR: Module ldiskfs is in use by fsfilt_ldiskfs
 ERROR: Module lov is in use
 ERROR: Module lquota is in use by obdfilter,mds
 ERROR: Module osc is in use
 ERROR: Module ksocklnd is in use
 ERROR: Module ptlrpc is in use by obdfilter,ost,mds,mgs,mgc,lov,lquota,osc
 ERROR: Module obdclass is in use by
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc
 ERROR: Module lnet is in use by ksocklnd,ptlrpc,obdclass
 ERROR: Module lvfs is in use by
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc,obdclass
 ERROR: Module libcfs is in use by
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ksocklnd,ptlrpc,obdclass,lnet,lvfs

 Do I need to shutdown these services? How can I do that?

 Thanks,
 CS.


 On Tue, Jun 16, 2009 at 11:36 AM, Kevin Van Maren 
 kevin.vanma...@sun.commailto:
 kevin.vanma...@sun.com wrote:

I think lconf and lmc went away with Lustre 1.6.  Are you sure you
are looking at the 1.8 manual, and not directions for 1.4?

/usr/sbin/lctl should be in the lustre-version RPM.  Do a:
# rpm -q -l lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp


Do make sure the modules are installed in the right place:
# cd /lib/modules/`uname -r`
# find . | grep lustre.ko

If it shows up, then do:
# lustre_rmmod
# depmod
and try again.

Otherwise, figure out where your modules are installed:
# uname -r
# cd /lib/modules
# find . | grep lustre.ko


You can also double-check the NID.  On the MSD server, do
# lctl list_nids

Should show 10.0.0...@tcp0

Kevin


___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-16 Thread Cliff White
Carlos Santana wrote:
 I was able to run lustre_rmmod and depmod successfully. The '$lctl 
 list_nids' returned the server ip address and interface (tcp0).
 
 I tried to mount the file system on a remote client, but it failed with 
 the following message.
 --- ---
 [r...@localhost ~]# mount -t lustre 10.0.0...@tcp0:/lustre /mnt/lustre
 mount.lustre: mount 10.0.0...@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
 --- ---
 
 However, the mounting is successful on a single node configuration - 
 with client on the same machine as MDS and OST.
 Any clues? Where to look for logs and debug messages?

Syslog || /var/log/messages is the normal place.

You can use 'lctl ping' to verify that the client can reach the server.
Usually in these cases, it's a network/name misconfiguration.

Run 'tunefs.lustre --print' on your servers, and verify that mgsnode=
is correct.

cliffw

 
 Thanks,
 CS.
 
 
 
 
 On Tue, Jun 16, 2009 at 12:16 PM, Cliff White cliff.wh...@sun.com 
 mailto:cliff.wh...@sun.com wrote:
 
 Carlos Santana wrote:
 
 Thanks Kevin..
 
 Please read:
 
 http://manual.lustre.org/manual/LustreManual16_HTML/ConfiguringLustre.html#50401328_pgfId-1289529
 
 Those instructions are identical for 1.6 and 1.8.
 
 For current lustre, only two commands are used for configuration.
 mkfs.lustre and mount.
 
 
 Usually when lustre_rmmod returns that error, you run it a second
 time, and it will clear things. Unless you have live mounts or
 network connections.
 
 cliffw
 
 
 I am referring to 1.8 manual, but I was also referring to HowTo
 page on wiki which seems to be for 1.6. The HowTo page
 
 http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Tools
 mentions abt lmc, lconf, and lctl.
 
 The modules are installed in the right place. The '$
 lustre_rmmod' resulted in following o/p:
 [r...@localhost 2.6.18-92.1.17.el5_lustre.1.8.0smp]# lustre_rmmod
 ERROR: Module obdfilter is in use
 ERROR: Module ost is in use
 ERROR: Module mds is in use
 ERROR: Module fsfilt_ldiskfs is in use
 ERROR: Module mgs is in use
 ERROR: Module mgc is in use by mgs
 ERROR: Module ldiskfs is in use by fsfilt_ldiskfs
 ERROR: Module lov is in use
 ERROR: Module lquota is in use by obdfilter,mds
 ERROR: Module osc is in use
 ERROR: Module ksocklnd is in use
 ERROR: Module ptlrpc is in use by
 obdfilter,ost,mds,mgs,mgc,lov,lquota,osc
 ERROR: Module obdclass is in use by
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc
 ERROR: Module lnet is in use by ksocklnd,ptlrpc,obdclass
 ERROR: Module lvfs is in use by
 
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc,obdclass
 ERROR: Module libcfs is in use by
 
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ksocklnd,ptlrpc,obdclass,lnet,lvfs
 
 Do I need to shutdown these services? How can I do that?
 
 Thanks,
 CS.
 
 
 On Tue, Jun 16, 2009 at 11:36 AM, Kevin Van Maren
 kevin.vanma...@sun.com mailto:kevin.vanma...@sun.com
 mailto:kevin.vanma...@sun.com mailto:kevin.vanma...@sun.com
 wrote:
 
I think lconf and lmc went away with Lustre 1.6.  Are you
 sure you
are looking at the 1.8 manual, and not directions for 1.4?
 
/usr/sbin/lctl should be in the lustre-version RPM.  Do a:
# rpm -q -l lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
 
 
Do make sure the modules are installed in the right place:
# cd /lib/modules/`uname -r`
# find . | grep lustre.ko
 
If it shows up, then do:
# lustre_rmmod
# depmod
and try again.
 
Otherwise, figure out where your modules are installed:
# uname -r
# cd /lib/modules
# find . | grep lustre.ko
 
 
You can also double-check the NID.  On the MSD server, do
# lctl list_nids
 
Should show 10.0.0...@tcp0
 
Kevin
 
 
 
 
 
 ___
 Lustre-discuss mailing list
 Lustre-discuss@lists.lustre.org
 http://lists.lustre.org/mailman/listinfo/lustre-discuss

___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-16 Thread Carlos Santana
The lctlt ping and 'net up' failed with the following messages:
--- ---
[r...@localhost ~]# lctl ping 10.0.0.42
opening /dev/lnet failed: No such device
hint: the kernel modules may not be loaded
failed to ping 10.0.0...@tcp: No such device

[r...@localhost ~]# lctl network up
opening /dev/lnet failed: No such device
hint: the kernel modules may not be loaded
LNET configure error 19: No such device
--- ---

I tried lustre_rmmod and depmod commands and it did not return any error
messages. Any further clues? Reinstall patchless client again?

-
CS.


On Tue, Jun 16, 2009 at 1:32 PM, Cliff White cliff.wh...@sun.com wrote:

 Carlos Santana wrote:

 I was able to run lustre_rmmod and depmod successfully. The '$lctl
 list_nids' returned the server ip address and interface (tcp0).

 I tried to mount the file system on a remote client, but it failed with
 the following message.
 --- ---
 [r...@localhost ~]# mount -t lustre 10.0.0...@tcp0:/lustre /mnt/lustre
 mount.lustre: mount 10.0.0...@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
 --- ---

 However, the mounting is successful on a single node configuration - with
 client on the same machine as MDS and OST.
 Any clues? Where to look for logs and debug messages?


 Syslog || /var/log/messages is the normal place.

 You can use 'lctl ping' to verify that the client can reach the server.
 Usually in these cases, it's a network/name misconfiguration.

 Run 'tunefs.lustre --print' on your servers, and verify that mgsnode=
 is correct.

 cliffw


 Thanks,
 CS.





 On Tue, Jun 16, 2009 at 12:16 PM, Cliff White cliff.wh...@sun.commailto:
 cliff.wh...@sun.com wrote:

Carlos Santana wrote:

Thanks Kevin..

Please read:

 http://manual.lustre.org/manual/LustreManual16_HTML/ConfiguringLustre.html#50401328_pgfId-1289529

Those instructions are identical for 1.6 and 1.8.

For current lustre, only two commands are used for configuration.
mkfs.lustre and mount.


Usually when lustre_rmmod returns that error, you run it a second
time, and it will clear things. Unless you have live mounts or
network connections.

cliffw


I am referring to 1.8 manual, but I was also referring to HowTo
page on wiki which seems to be for 1.6. The HowTo page

 http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Tools
mentions abt lmc, lconf, and lctl.

The modules are installed in the right place. The '$
lustre_rmmod' resulted in following o/p:
[r...@localhost 2.6.18-92.1.17.el5_lustre.1.8.0smp]# lustre_rmmod
ERROR: Module obdfilter is in use
ERROR: Module ost is in use
ERROR: Module mds is in use
ERROR: Module fsfilt_ldiskfs is in use
ERROR: Module mgs is in use
ERROR: Module mgc is in use by mgs
ERROR: Module ldiskfs is in use by fsfilt_ldiskfs
ERROR: Module lov is in use
ERROR: Module lquota is in use by obdfilter,mds
ERROR: Module osc is in use
ERROR: Module ksocklnd is in use
ERROR: Module ptlrpc is in use by
obdfilter,ost,mds,mgs,mgc,lov,lquota,osc
ERROR: Module obdclass is in use by
obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc
ERROR: Module lnet is in use by ksocklnd,ptlrpc,obdclass
ERROR: Module lvfs is in use by

  obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc,obdclass
ERROR: Module libcfs is in use by

  
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ksocklnd,ptlrpc,obdclass,lnet,lvfs

Do I need to shutdown these services? How can I do that?

Thanks,
CS.


On Tue, Jun 16, 2009 at 11:36 AM, Kevin Van Maren
kevin.vanma...@sun.com mailto:kevin.vanma...@sun.com
mailto:kevin.vanma...@sun.com mailto:kevin.vanma...@sun.com
wrote:

   I think lconf and lmc went away with Lustre 1.6.  Are you
sure you
   are looking at the 1.8 manual, and not directions for 1.4?

   /usr/sbin/lctl should be in the lustre-version RPM.  Do a:
   # rpm -q -l lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp


   Do make sure the modules are installed in the right place:
   # cd /lib/modules/`uname -r`
   # find . | grep lustre.ko

   If it shows up, then do:
   # lustre_rmmod
   # depmod
   and try again.

   Otherwise, figure out where your modules are installed:
   # uname -r
   # cd /lib/modules
   # find . | grep lustre.ko


   You can also double-check the NID.  On the MSD server, do
   # lctl list_nids

   Should show 10.0.0...@tcp0

   Kevin



 

 

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-16 Thread Cliff White
Carlos Santana wrote:
 The lctlt ping and 'net up' failed with the following messages:
 --- ---
 [r...@localhost ~]# lctl ping 10.0.0.42
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 failed to ping 10.0.0...@tcp: No such device
 
 [r...@localhost ~]# lctl network up
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 LNET configure error 19: No such device

Make sure modules are unloaded, then try modprobe -v.
Looks like you have lnet mis-configured, if your module options are 
wrong, you will see an error during the modprobe.
cliffw

 --- ---
 
 I tried lustre_rmmod and depmod commands and it did not return any error 
 messages. Any further clues? Reinstall patchless client again?
 
 -
 CS.
 
 
 On Tue, Jun 16, 2009 at 1:32 PM, Cliff White cliff.wh...@sun.com 
 mailto:cliff.wh...@sun.com wrote:
 
 Carlos Santana wrote:
 
 I was able to run lustre_rmmod and depmod successfully. The
 '$lctl list_nids' returned the server ip address and interface
 (tcp0).
 
 I tried to mount the file system on a remote client, but it
 failed with the following message.
 --- ---
 [r...@localhost ~]# mount -t lustre 10.0.0...@tcp0:/lustre
 /mnt/lustre
 mount.lustre: mount 10.0.0...@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
 --- ---
 
 However, the mounting is successful on a single node
 configuration - with client on the same machine as MDS and OST.
 Any clues? Where to look for logs and debug messages?
 
 
 Syslog || /var/log/messages is the normal place.
 
 You can use 'lctl ping' to verify that the client can reach the server.
 Usually in these cases, it's a network/name misconfiguration.
 
 Run 'tunefs.lustre --print' on your servers, and verify that mgsnode=
 is correct.
 
 cliffw
 
 
 Thanks,
 CS.
 
 
 
 
 
 On Tue, Jun 16, 2009 at 12:16 PM, Cliff White
 cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com wrote:
 
Carlos Santana wrote:
 
Thanks Kevin..
 
Please read:
  
  
 http://manual.lustre.org/manual/LustreManual16_HTML/ConfiguringLustre.html#50401328_pgfId-1289529
 
Those instructions are identical for 1.6 and 1.8.
 
For current lustre, only two commands are used for configuration.
mkfs.lustre and mount.
 
 
Usually when lustre_rmmod returns that error, you run it a second
time, and it will clear things. Unless you have live mounts or
network connections.
 
cliffw
 
 
I am referring to 1.8 manual, but I was also referring to
 HowTo
page on wiki which seems to be for 1.6. The HowTo page
  
  
 http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Tools
mentions abt lmc, lconf, and lctl.
 
The modules are installed in the right place. The '$
lustre_rmmod' resulted in following o/p:
[r...@localhost 2.6.18-92.1.17.el5_lustre.1.8.0smp]#
 lustre_rmmod
ERROR: Module obdfilter is in use
ERROR: Module ost is in use
ERROR: Module mds is in use
ERROR: Module fsfilt_ldiskfs is in use
ERROR: Module mgs is in use
ERROR: Module mgc is in use by mgs
ERROR: Module ldiskfs is in use by fsfilt_ldiskfs
ERROR: Module lov is in use
ERROR: Module lquota is in use by obdfilter,mds
ERROR: Module osc is in use
ERROR: Module ksocklnd is in use
ERROR: Module ptlrpc is in use by
obdfilter,ost,mds,mgs,mgc,lov,lquota,osc
ERROR: Module obdclass is in use by
  
  obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc
ERROR: Module lnet is in use by ksocklnd,ptlrpc,obdclass
ERROR: Module lvfs is in use by
  
  
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc,obdclass
ERROR: Module libcfs is in use by
  
  
 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ksocklnd,ptlrpc,obdclass,lnet,lvfs
 
Do I need to shutdown these services? How can I do that?
 
Thanks,
CS.
 
 
On Tue, Jun 16, 2009 at 11:36 AM, Kevin Van Maren
kevin.vanma...@sun.com mailto:kevin.vanma...@sun.com
 mailto:kevin.vanma...@sun.com mailto:kevin.vanma...@sun.com

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-16 Thread Carlos Santana
The '$ modprobe -l lustre*' did not show any module on a patchless client.
modprobe -v returns 'FATAL: Module lustre not found'.

How do I install a patchless client?
I have tried lustre-client-modules and lustre-client-ver rpm packages in
both sequences. Am I missing anything?

Thanks,
CS.



On Tue, Jun 16, 2009 at 2:28 PM, Cliff White cliff.wh...@sun.com wrote:

 Carlos Santana wrote:

 The lctlt ping and 'net up' failed with the following messages:
 --- ---
 [r...@localhost ~]# lctl ping 10.0.0.42
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 failed to ping 10.0.0...@tcp: No such device

 [r...@localhost ~]# lctl network up
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 LNET configure error 19: No such device


 Make sure modules are unloaded, then try modprobe -v.
 Looks like you have lnet mis-configured, if your module options are wrong,
 you will see an error during the modprobe.
 cliffw

  --- ---

 I tried lustre_rmmod and depmod commands and it did not return any error
 messages. Any further clues? Reinstall patchless client again?

 -
 CS.


 On Tue, Jun 16, 2009 at 1:32 PM, Cliff White cliff.wh...@sun.commailto:
 cliff.wh...@sun.com wrote:

Carlos Santana wrote:

I was able to run lustre_rmmod and depmod successfully. The
'$lctl list_nids' returned the server ip address and interface
(tcp0).

I tried to mount the file system on a remote client, but it
failed with the following message.
--- ---
[r...@localhost ~]# mount -t lustre 10.0.0...@tcp0:/lustre
/mnt/lustre
mount.lustre: mount 10.0.0...@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
--- ---

However, the mounting is successful on a single node
configuration - with client on the same machine as MDS and OST.
Any clues? Where to look for logs and debug messages?


Syslog || /var/log/messages is the normal place.

You can use 'lctl ping' to verify that the client can reach the server.
Usually in these cases, it's a network/name misconfiguration.

Run 'tunefs.lustre --print' on your servers, and verify that mgsnode=
is correct.

cliffw


Thanks,
CS.





On Tue, Jun 16, 2009 at 12:16 PM, Cliff White
cliff.wh...@sun.com mailto:cliff.wh...@sun.com
mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com wrote:

   Carlos Santana wrote:

   Thanks Kevin..

   Please read:

 http://manual.lustre.org/manual/LustreManual16_HTML/ConfiguringLustre.html#50401328_pgfId-1289529

   Those instructions are identical for 1.6 and 1.8.

   For current lustre, only two commands are used for
 configuration.
   mkfs.lustre and mount.


   Usually when lustre_rmmod returns that error, you run it a
 second
   time, and it will clear things. Unless you have live mounts or
   network connections.

   cliffw


   I am referring to 1.8 manual, but I was also referring to
HowTo
   page on wiki which seems to be for 1.6. The HowTo page

 http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Tools
   mentions abt lmc, lconf, and lctl.

   The modules are installed in the right place. The '$
   lustre_rmmod' resulted in following o/p:
   [r...@localhost 2.6.18-92.1.17.el5_lustre.1.8.0smp]#
lustre_rmmod
   ERROR: Module obdfilter is in use
   ERROR: Module ost is in use
   ERROR: Module mds is in use
   ERROR: Module fsfilt_ldiskfs is in use
   ERROR: Module mgs is in use
   ERROR: Module mgc is in use by mgs
   ERROR: Module ldiskfs is in use by fsfilt_ldiskfs
   ERROR: Module lov is in use
   ERROR: Module lquota is in use by obdfilter,mds
   ERROR: Module osc is in use
   ERROR: Module ksocklnd is in use
   ERROR: Module ptlrpc is in use by
   obdfilter,ost,mds,mgs,mgc,lov,lquota,osc
   ERROR: Module obdclass is in use by

 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc
   ERROR: Module lnet is in use by ksocklnd,ptlrpc,obdclass
   ERROR: Module lvfs is in use by

 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ptlrpc,obdclass
   ERROR: Module libcfs is in use by

 obdfilter,ost,mds,fsfilt_ldiskfs,mgs,mgc,lov,lquota,osc,ksocklnd,ptlrpc,obdclass,lnet,lvfs

   Do I need to shutdown these services? How can I do that?

   Thanks,
   CS.


   On Tue, Jun 16, 2009 at 11:36 AM, Kevin Van Maren
   

Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-16 Thread Carlos Santana
Thanks Cliff.

The depmod -a was successful before as well. I am using CentOS 5.2
box. Following are the packages installed:
[r...@localhost tmp]# rpm -qa | grep -i lustre
lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp
lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp

[r...@localhost tmp]# uname -a
Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47
EDT 2008 i686 i686 i386 GNU/Linux

And here is a output from strace for mount: http://www.heypasteit.com/clip/8WT

Any further debugging hints?

Thanks,
CS.

On 6/16/09, Cliff White cliff.wh...@sun.com wrote:
 Carlos Santana wrote:
 The '$ modprobe -l lustre*' did not show any module on a patchless
 client. modprobe -v returns 'FATAL: Module lustre not found'.

 How do I install a patchless client?
 I have tried lustre-client-modules and lustre-client-ver rpm packages in
 both sequences. Am I missing anything?


 Make sure the lustre-client-modules package matches your running kernel.
 Run depmod -a to be sure
 cliffw

 Thanks,
 CS.



 On Tue, Jun 16, 2009 at 2:28 PM, Cliff White cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com wrote:

 Carlos Santana wrote:

 The lctlt ping and 'net up' failed with the following messages:
 --- ---
 [r...@localhost ~]# lctl ping 10.0.0.42
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 failed to ping 10.0.0...@tcp: No such device

 [r...@localhost ~]# lctl network up
 opening /dev/lnet failed: No such device
 hint: the kernel modules may not be loaded
 LNET configure error 19: No such device


 Make sure modules are unloaded, then try modprobe -v.
 Looks like you have lnet mis-configured, if your module options are
 wrong, you will see an error during the modprobe.
 cliffw

 --- ---


 I tried lustre_rmmod and depmod commands and it did not return
 any error messages. Any further clues? Reinstall patchless
 client again?

 -
 CS.


 On Tue, Jun 16, 2009 at 1:32 PM, Cliff White
 cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com wrote:

Carlos Santana wrote:

I was able to run lustre_rmmod and depmod successfully. The
'$lctl list_nids' returned the server ip address and
 interface
(tcp0).

I tried to mount the file system on a remote client, but it
failed with the following message.
--- ---
[r...@localhost ~]# mount -t lustre 10.0.0...@tcp0:/lustre
/mnt/lustre
mount.lustre: mount 10.0.0...@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
--- ---

However, the mounting is successful on a single node
configuration - with client on the same machine as MDS
 and OST.
Any clues? Where to look for logs and debug messages?


Syslog || /var/log/messages is the normal place.

You can use 'lctl ping' to verify that the client can reach
 the server.
Usually in these cases, it's a network/name misconfiguration.

Run 'tunefs.lustre --print' on your servers, and verify that
 mgsnode=
is correct.

cliffw


Thanks,
CS.





On Tue, Jun 16, 2009 at 12:16 PM, Cliff White
cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com
 mailto:cliff.wh...@sun.com mailto:cliff.wh...@sun.com wrote:

   Carlos Santana wrote:

   Thanks Kevin..

   Please read:


 http://manual.lustre.org/manual/LustreManual16_HTML/ConfiguringLustre.html#50401328_pgfId-1289529

   Those instructions are identical for 1.6 and 1.8.

   For current lustre, only two commands are used for
 configuration.
   mkfs.lustre and mount.


   Usually when lustre_rmmod returns that error, you run
 it a second
   time, and it will clear things. Unless you have live
 mounts or
   network connections.

   cliffw


   I am referring to 1.8 manual, but I was also
 referring to
HowTo
   page on wiki which seems to be for 1.6. The HowTo
 page


 http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Tools
   

[Lustre-discuss] Lustre installation and configuration problems

2009-06-15 Thread Carlos Santana
Hello list,

I am struggling to install Lustre 1.8 on a CentOS 5.2 box. I am referring to
Lustre manual  http://manual.lustre.org/index.php?title=Main_Page and Lustre
HowTo http://wiki.lustre.org/index.php/Lustre_Howto guide. Following is the
installation order and warning/error messages (if any) associated with it.
 - kernel-lustre patch
 - luster-module: http://www.heypasteit.com/clip/8UJ
 - lustre-ldiskfs http://www.heypasteit.com/clip/8UK
 - lustre-utilities
 - e2fsprogs: http://www.heypasteit.com/clip/8UL

I did not see any test examples under /usr/lib/lustre/examples directory as
mentioned in the HowTo document. In fact, I do not have 'examples' dir at
all. So I skipped to
http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Toolssection.
But I did not have lmc, lconf, and lctl commands either. Any clues
on how should I proceed with installation and configuration? Is there any
guide for step-by-step installation? Feedback/comments welcome.

Thanks,
CS.
___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] Lustre installation and configuration problems

2009-06-15 Thread Arden Wiebe

Carlos:

I'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:

rpm -ivh kernel-lustre-smp-2.6.18-92.1.17.el5_lustre.1.8.0.x86_64.rpm
rpm -ivh lustre-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
rpm -ivh lustre-ldiskfs-3.0.8-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
rpm -ivh lustre-modules-1.8.0-2.6.18_92.1.17.el5_lustre.1.8.0smp.x86_64.rpm
rpm -Uvh e2fsprogs-1.40.11.sun1-0redhat.rhel5.x86_64.rpm

Hope that helps as that order has worked for me many times.

Arden


--- On Mon, 6/15/09, Carlos Santana neu...@gmail.com wrote:

 From: Carlos Santana neu...@gmail.com
 Subject: [Lustre-discuss] Lustre installation and configuration problems
 To: lustre-discuss@lists.lustre.org
 Date: Monday, June 15, 2009, 2:07 PM
 Hello list,
 
 I am struggling to install Lustre 1.8 on a CentOS 5.2 box.
 I am referring to Lustre manual 
 http://manual.lustre.org/index.php?title=Main_Page
 and Lustre HowTo http://wiki.lustre.org/index.php/Lustre_Howto
 guide. Following is the installation order and warning/error
 messages (if any) associated with it. 
 
  - kernel-lustre patch 
  - luster-module: http://www.heypasteit.com/clip/8UJ
 
  - lustre-ldiskfs http://www.heypasteit.com/clip/8UK
 
 
  - lustre-utilities
  - e2fsprogs: http://www.heypasteit.com/clip/8UL
 
 
 I did not see any test examples under
 /usr/lib/lustre/examples directory as mentioned in the HowTo
 document. In fact, I do not have 'examples' dir at
 all. So I skipped to 
 http://wiki.lustre.org/index.php/Lustre_Howto#Using_Supplied_Configuration_Tools
 section. But I did not have lmc, lconf, and lctl commands
 either. Any clues on how should I proceed with installation
 and configuration? Is there any guide for step-by-step
 installation? Feedback/comments welcome. 
 
 
 Thanks,
 CS.  
 
 
 -Inline Attachment Follows-
 
 ___
 Lustre-discuss mailing list
 Lustre-discuss@lists.lustre.org
 http://lists.lustre.org/mailman/listinfo/lustre-discuss
 


  
___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss