Troubleshooting
Manually recovering bond1 as the cluster
If you are unable to use the installation wizard to recover bond1 as the cluster, perform the following
procedure:
1.
Create bond0 and bond1:
a.
Create the
ifcfg-bond0
file in the
/etc/sysconfig/network-scripts
directory
with the following parameters:
BOOTPROTO=none
BROADCAST=10.30.255.255
DEVICE=bond0
IPADDR=10.30.3.16
NETMASK=255.255.0.0
ONBOOT=yes
SLAVE=no
USERCTL=no
BONDING_OPTS="miimon=100 mode=1 updelay=100"
MTU=1500
b.
Create the
ifcfg-bond1
file in the
/etc/sysconfig/network-scripts
directory
with the following parameters:
NOTE:
When creating the
ifcfg-bond1
file, enter the cluster network IP address and
mask for bond1.
BOOTPROTO=none
BROADCAST=172.16.7.255
DEVICE=bond1
IPADDR=172.16.3.16
NETMASK=255.255.248.0
ONBOOT=yes
SLAVE=no
USERCTL=no
BONDING_OPTS="miimon=100 mode=1 updelay=100"
NOTE:
In this step, the MTU parameter is not displayed because it is optional.
2.
Make the eth ports slaves to bond0 and bond1:
a.
Add the following lines to the
ifcfg-eth0
and
ifcfg-eth3
files in the
/etc/
sysconfig/network-scripts
directory:
MASTER=bond0
SLAVE=yes
b.
Add the following lines to the
ifcfg-eth1
and
ifcfg-eth2
files in the
/etc/
sysconfig/network-scripts
directory:
MASTER=bond1
SLAVE=yes
Troubleshooting
165