<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Quite often, sunrpc takes the port needed by Lustre, before Lustre
    can get to it.&nbsp; That results in the messages below. &nbsp; No recourse
    but to reboot.&nbsp; Put the mount in your /etc/fstab as the simplest
    approach.&nbsp; This may not be the ONLY reason why this happens, but it
    is the one that has most often bitten me.<br>
    <br>
    10.10.1.140@tcp0:/myLustre /lustre/myLustre lustre
    _netdev,localflock 0 0<br>
    <br>
    bob<br>
    <br>
    On 2/22/2011 2:00 PM, Xiang, Yang wrote:
    <blockquote
cite="mid:CCB02390D0D08042904E3D9A50B8666004225039@sushdc7896.TD.teradata.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 11 (filtered
        medium)">
      <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
      <div class="Section1">
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">I am
              completely new to this and have a simple question.<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">The lustre
              version I am using is 1.8.5 on &nbsp;SLES10 x86_64
              machines.<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">I&#8217;ve set up a
              server with combined MGS and OST on &#8220;eth2&#8221;
              with an lnet entry in modprobe.conf:<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">options lnet
              networks=tcp0(eth2)<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">and the ip
              address for eth2 is: 192.168.0.2<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">when I do
              &#8220;lctl list_nids&#8221; on the server, it
              correctly responds by:<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">192.168.0.2@tcp<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">And on a
              client, I only installed </span></font>lustre-client-modules-&lt;ver&gt;
and
          lustre-client-&lt;ver&gt; rpms. And I can ping the server.<o:p></o:p></p>
        <p class="MsoNormal"><font size="3" face="Times New Roman"><span
              style="font-size: 12pt;"><o:p>&nbsp;</o:p></span></font></p>
        <p class="MsoNormal"><font size="3" face="Times New Roman"><span
              style="font-size: 12pt;">However, when I tried to mount
              the lustre on the client by doing:<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">mount -t
              lustre 192.168.0.2@tcp0:/temp /lustre<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">It fails and
              complains about:<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">mount.lustre:
              mount 192.168.0.2@tcp0:/temp at /lustre failed:
              No such device<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">Are the
              lustre modules loaded?<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">Check
              /etc/modprobe.conf and /proc/filesystems<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">Note 'alias
              lustre llite' should be removed from
              modprobe.conf<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">Any idea
              what&#8217;s going on there?<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">Please help.
              I am reading the LNET configuration chapter and
              could not find anything relating to client side NID
              correlation.<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">Thanks,<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;">Yang<o:p></o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
        <p class="MsoNormal"><font size="2" face="Arial"><span
              style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Lustre-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lustre-discuss@lists.lustre.org">Lustre-discuss@lists.lustre.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</a>
</pre>
    </blockquote>
  </body>
</html>