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.

12.5.1 Examples<br />

This is an example of modprobe.conf for bonding Ethernet interfaces eth1 and eth2<br />

to bond0:<br />

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

alias eth0 8139too<br />

alias scsi_hostadapter sata_via<br />

alias scsi_hostadapter1 usb-storage<br />

alias snd-card-0 snd-via82xx<br />

options snd-card-0 index=0<br />

options snd-via82xx index=0<br />

alias bond0 bonding<br />

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

options lnet networks=tcp<br />

alias eth1 via-rhine<br />

# cat /etc/sysconfig/network-scripts/ifcfg-bond0<br />

DEVICE=bond0<br />

BOOTPROTO=none<br />

NETMASK=255.255.255.0<br />

IPADDR=192.168.10.79 # (Assign here the IP of the bonded interface.)<br />

ONBOOT=yes<br />

USERCTL=no<br />

ifcfg-ethx<br />

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

TYPE=Ethernet<br />

DEVICE=eth0<br />

HWADDR=4c:00:10:ac:61:e0<br />

BOOTPROTO=none<br />

ONBOOT=yes<br />

USERCTL=no<br />

IPV6INIT=no<br />

PEERDNS=yes<br />

MASTER=bond0<br />

SLAVE=yes<br />

Chapter 12 Bonding 12-9

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

Saved successfully!

Ooh no, something went wrong!