The &#39;$ modprobe -l lustre*&#39; did not show any module on a patchless client. modprobe -v returns &#39;FATAL: Module lustre not found&#39;. <br><br>How do I install a patchless client? <br>I have tried lustre-client-modules and lustre-client-ver rpm packages in both sequences. Am I missing anything? <br>
<br>Thanks,<br>CS. <br><br><br><br><div class="gmail_quote">On Tue, Jun 16, 2009 at 2:28 PM, Cliff White <span dir="ltr">&lt;<a href="mailto:Cliff.White@sun.com">Cliff.White@sun.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Carlos Santana wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The lctlt ping and &#39;net up&#39; failed with the following messages:<br>
--- ---<br>
[root@localhost ~]# lctl ping 10.0.0.42<br>
opening /dev/lnet failed: No such device<br>
hint: the kernel modules may not be loaded<br>
failed to ping 10.0.0.42@tcp: No such device<br>
<br>
[root@localhost ~]# lctl network up<br>
opening /dev/lnet failed: No such device<br>
hint: the kernel modules may not be loaded<br>
LNET configure error 19: No such device<br>
</blockquote>
<br></div>
Make sure modules are unloaded, then try modprobe -v.<br>
Looks like you have lnet mis-configured, if your module options are wrong, you will see an error during the modprobe.<br>
cliffw<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
--- ---<div class="im"><br>
<br>
I tried lustre_rmmod and depmod commands and it did not return any error messages. Any further clues? Reinstall patchless client again?<br>
<br>
-<br>
CS.<br>
<br>
<br></div><div><div></div><div class="h5">
On Tue, Jun 16, 2009 at 1:32 PM, Cliff White &lt;<a href="mailto:Cliff.White@sun.com" target="_blank">Cliff.White@sun.com</a> &lt;mailto:<a href="mailto:Cliff.White@sun.com" target="_blank">Cliff.White@sun.com</a>&gt;&gt; wrote:<br>

<br>
  Carlos Santana wrote:<br>
<br>
    I was able to run lustre_rmmod and depmod successfully. The<br>
    &#39;$lctl list_nids&#39; returned the server ip address and interface<br>
    (tcp0).<br>
<br>
    I tried to mount the file system on a remote client, but it<br>
    failed with the following message.<br>
    --- ---<br>
    [root@localhost ~]# mount -t lustre 10.0.0.42@tcp0:/lustre<br>
    /mnt/lustre<br>
    mount.lustre: mount 10.0.0.42@tcp0:/lustre at /mnt/lustre<br>
    failed: No such device<br>
    Are the lustre modules loaded?<br>
    Check /etc/modprobe.conf and /proc/filesystems<br>
    Note &#39;alias lustre llite&#39; should be removed from modprobe.conf<br>
    --- ---<br>
<br>
    However, the mounting is successful on a single node<br>
    configuration - with client on the same machine as MDS and OST.<br>
    Any clues? Where to look for logs and debug messages?<br>
<br>
<br>
  Syslog || /var/log/messages is the normal place.<br>
<br>
  You can use &#39;lctl ping&#39; to verify that the client can reach the server.<br>
  Usually in these cases, it&#39;s a network/name misconfiguration.<br>
<br>
  Run &#39;tunefs.lustre --print&#39; on your servers, and verify that mgsnode=<br>
  is correct.<br>
<br>
  cliffw<br>
<br>
<br>
    Thanks,<br>
    CS.<br>
<br>
<br>
<br>
<br>
<br>
    On Tue, Jun 16, 2009 at 12:16 PM, Cliff White<br>
    &lt;<a href="mailto:Cliff.White@sun.com" target="_blank">Cliff.White@sun.com</a> &lt;mailto:<a href="mailto:Cliff.White@sun.com" target="_blank">Cliff.White@sun.com</a>&gt;<br></div></div><div><div></div><div class="h5">

    &lt;mailto:<a href="mailto:Cliff.White@sun.com" target="_blank">Cliff.White@sun.com</a> &lt;mailto:<a href="mailto:Cliff.White@sun.com" target="_blank">Cliff.White@sun.com</a>&gt;&gt;&gt; wrote:<br>
<br>
      Carlos Santana wrote:<br>
<br>
        Thanks Kevin..<br>
<br>
      Please read:<br>
          <a href="http://manual.lustre.org/manual/LustreManual16_HTML/ConfiguringLustre.html#50401328_pgfId-1289529" target="_blank">http://manual.lustre.org/manual/LustreManual16_HTML/ConfiguringLustre.html#50401328_pgfId-1289529</a><br>

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