23.07.2014 Views

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

7.2 Elan to TCP Routing<br />

Servers megan and oscar are on the Elan network with eip addresses 132.6.1.2 and<br />

.4. Megan is also on the TCP network at 192.168.0.2 and routes between TCP and<br />

Elan. There is also a standalone router, router1, at Elan 132.6.1.10 and TCP<br />

192.168.0.10. Clients are on either Elan or TCP.<br />

7.2.1 Modprobe.conf<br />

modprobe.conf is identical on all nodes, run:<br />

options lnet 'ip2nets="tcp0 192.168.0.*; elan0 132.6.1.*"' \<br />

'routes="tcp [2,10]@elan0; elan 192.168.0.[2,10]@tcp0"'<br />

7.2.2 Start servers<br />

To start router1, run:<br />

modprobe lnet<br />

lctl network configure<br />

To start megan and oscar, run:<br />

$ mkfs.lustre --fsname spfs --mdt --mgs /dev/sda<br />

$ mkdir -p /mnt/test/mdt<br />

$ mount -t lustre /dev/sda /mnt/test/mdt<br />

$ mount -t lustre mgs16@tcp0,1@elan:/testfs /mnt/testfs<br />

7.2.3 Start clients<br />

For the TCP client, run:<br />

mount -t lustre megan:/mdsA/client /mnt/lustre/<br />

For the Elan client, run:<br />

mount -t lustre 2@elan0:/mdsA/client /mnt/lustre<br />

Chapter 7 More Complicated Configurations 7-5

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!