<!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">
Hi,<br>
<br>
Thanks for your quick response.&nbsp; <br>
<br>
My /etc/modprobe.d/lustre now contains<br>
<br>
options lnet networks=tcp0(eth0),tcp1(eth1)<br>
<br>
I updated the partitions with the following:-<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:mgsnode=172.16.0.57@tcp,172.17.11.250@tcp1">mgsnode=172.16.0.57@tcp,172.17.11.250@tcp1</a><br>
<br>
On both of the MDT's lctl list_nids reports (note they have the above
lnet entry in their /etc/modprobe.d/lustre file):-<br>
<br>
172.16.0.51@tcp<br>
172.17.11.252@tcp1<br>
<br>
On clients, for either network, they do not have the lnet entry and
lctl list_nids reports on the local machine ip address.&nbsp; However,
clients on the tcp0 network can mount the lustre partition.&nbsp; Clients on
the tcp1 network cannot mount via the tcp1 IP address but can via the
tcp network (with a another machine routing the traffic).<br>
<br>
Do I need the same lnet module entry everywhere to make this work ?<br>
<br>
Regards<br>
<br>
Phil.<br>
<br>
Andreas Dilger wrote:
<blockquote cite="mid:20090929064533.GM3384@webber.adilger.int"
 type="cite">
  <pre wrap="">On Sep 29, 2009  16:05 +1000, Philip Manuel wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi we would like the lustre servers available to two networks, one on 
eth0 (192.168.1.0/24) the other on eth1(192.168.8.0/22), they are on 
different networks.

I've tried the following:-

1. Create /etc/modprobe.d/lustre that contains
options lnet networks=tcp0,tcp1
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This probably needs to be like:

options lnet networks=tcp0(eth0),tcp1(eth1)

  </pre>
  <blockquote type="cite">
    <pre wrap="">2. Used tunefs.lustre to specify the ip address of both interfaces of 
the MGS/MDT is on, i.e. tunefs.lustre --eraseparams 
--mgsnode=&lt;net1&gt;@tcp0,&lt;net2&gt;@tcp1 /dev/md5
3. Started up lustre

The clients could connect on network tcp0, but the clients that would 
connect via the IP address of network tcp1 could not.

What am I missing ?

Thanks

Phil.
_______________________________________________
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>
  <pre wrap=""><!---->
Cheers, Andreas
--
Andreas Dilger
Sr. Staff Engineer, Lustre Group
Sun Microsystems of Canada, Inc.

  </pre>
</blockquote>
</body>
</html>