27.12.2014 Views

QLogic OFED+ Host Software User Guide, Rev. B

QLogic OFED+ Host Software User Guide, Rev. B

QLogic OFED+ Host Software User Guide, Rev. B

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

3–TrueScale Cluster Setup and Administration<br />

IB Bonding<br />

Interface Configuration Scripts<br />

Create interface configuration scripts for the ibX and bondX interfaces. Once the<br />

configurations are in place, perform a server reboot, or a service network restart.<br />

For SLES operating systems (OS), a server reboot is required. Refer to the<br />

following standard syntax for bonding configuration by the OS.<br />

NOTE:<br />

For all of the following OS configuration script examples that set MTU,<br />

MTU=65520 is valid only if all IPoIB slaves operate in connected mode and<br />

are configured with the same value. For IPoIB slaves that work in datagram<br />

mode, use MTU=2044. If the MTU is not set correctly or the MTU is not set<br />

at all (set to the default value), performance of the interface may be lower.<br />

Red Hat EL4 Update 8<br />

The following is an example for bond0 (master). The file is named<br />

/etc/sysconfig/network-scripts/ifcfg-bond0:<br />

DEVICE=bond0<br />

IPADDR=192.168.1.1<br />

NETMASK=255.255.255.0<br />

NETWORK=192.168.1.0<br />

BROADCAST=192.168.1.255<br />

ONBOOT=yes<br />

BOOTPROTO=none<br />

USERCTL=no<br />

TYPE=Bonding<br />

MTU=65520<br />

BONDING_OPTS="primary=ib0 updelay=0 downdelay=0<br />

The following is an example for ib0 (slave). The file is named<br />

/etc/sysconfig/network-scripts/ifcfg-ib0:<br />

DEVICE=ib0<br />

USERCTL=no<br />

ONBOOT=yes<br />

MASTER=bond0<br />

SLAVE=yes<br />

BOOTPROTO=none<br />

TYPE=InfiniBand<br />

PRIMARY=yes<br />

D000046-005 B 3-7

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

Saved successfully!

Ooh no, something went wrong!