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.

Because megan and oscar match the first rule, LNET uses eth0 and eth1 for tcp0 on<br />

those machines. Although they also match the second rule, it is the first matching<br />

rule for a particular network that is used. The servers also match the (only) Elan<br />

rule. The [2-8/2] format matches the range 2-8 stepping by 2; that is 2,4,6,8. For<br />

example, clients at 132.6.3.5 would not find a matching Elan network.<br />

7.1.2 Start Servers<br />

For the combined MGS/MDT with TCP network, 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 />

- OR -<br />

For the MGS on the separate node with TCP network, run:<br />

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

$ mkdir -p /mnt/mgs<br />

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

For starting the MDT on node mds16 with MGS on node mgs16, run:<br />

$ mkfs.lustre --fsname=spfs --mdt --mgsnode=mgs16@tcp0 /dev/sda<br />

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

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

For starting the OST on TCP-based network, run:<br />

$ mkfs.lustre --fsname spfs --ost --mgsnode=mgs16@tcp0 /dev/sda$<br />

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

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

Chapter 7 More Complicated Configurations 7-3

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

Saved successfully!

Ooh no, something went wrong!