In this command:
bond0 is the bonding interface created by the ifconfig command in Step 1.
eth0 and eth1 are the QLogic adapter network interfaces form a part of this bond.
Persistent Bonding Configuration
NOTE:
Persistent configuration changes are preserved across server reboots. To make persistent configuration changes, edit the Linux networking scripts in
1.Create a bond0 configuration file. RHEL
a.Create or open the file
/etc/sysconfig/network-scripts/ifcfg-bond0X with an editor:
# vi /etc/sysconfig/network-scripts/ifcfg-bond0
b.Append the following commands to the file to modify the network. For example:
DEVICE=bond0 IPADDR=<ip_address> NETWORK=<network_address> NETMASK=<netmask> USERCTL=no BOOTPROTO=none ONBOOT=yes
2.Save the file, and then exit the editor.
3.Modify the network interface scripts for the physical interfaces that are to be bonded.
|