23.07.2014 Views

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

3. Attach one or more slave interfaces to the bond interface. Modify the eth0 and<br />

eth1 configuration files (using a VI text editor).<br />

a. Use the VI text editor to open the eth0 configuration file.<br />

# vi /etc/sysconfig/network-scripts/ifcfg-eth0<br />

b. Modify/append the eth0 file as follows:<br />

DEVICE=eth0<br />

USERCTL=no<br />

ONBOOT=yes<br />

MASTER=bond0<br />

SLAVE=yes<br />

BOOTPROTO=none<br />

c. Use the VI text editor to open the eth1 configuration file.<br />

# vi /etc/sysconfig/network-scripts/ifcfg-eth1<br />

d. Modify/append the eth1 file as follows:<br />

DEVICE=eth1<br />

USERCTL=no<br />

ONBOOT=yes<br />

MASTER=bond0<br />

SLAVE=yes<br />

BOOTPROTO=none<br />

4. Set up the bond interface and its options in /etc/modprobe.conf. Start the slave<br />

interfaces by your normal network method.<br />

# vi /etc/modprobe.conf<br />

a. Append the following lines to the file.<br />

alias bond0 bonding<br />

options bond0 mode=balance-alb miimon=100<br />

b. Load the bonding module.<br />

# modprobe bonding<br />

# ifconfig bond0 up<br />

# ifenslave bond0 eth0 eth1<br />

5. Start/restart the slave interfaces (using your normal network method).<br />

Note – You must modprobe the bonding module for each bonded interface. If you<br />

wish to create bond0 and bond1, two entries in modprobe.conf are required.<br />

12-6 <strong>Lustre</strong> <strong>1.6</strong> <strong>Operations</strong> <strong>Manual</strong> • September 2008

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

Saved successfully!

Ooh no, something went wrong!