Channel bonding Issue - Bond0 interface not getting up in on RHEL6


 
Thread Tools Search this Thread
Special Forums IP Networking Channel bonding Issue - Bond0 interface not getting up in on RHEL6
# 1  
Old 04-18-2012
Channel bonding Issue - Bond0 interface not getting up in on RHEL6

Hello,

I am trying to set up Channel Bonding on a RHEL6 Virtual Box VM. I have 2 ethernet cards on the machine which are set up in Internal Network mode. I followed all the steps exactly as mentioned in the RHEL6 deployment Guide, but for some reason i think results are not correct. Here are my doubts:

1. When i reboot the system the Bond0 interface is up and has the IP assigned and eth1 and eth2 cards are acting as slaves, which is expected but as soon as i restart the network service the Bond0 interface does not come up.

2. Second question which i have is when the Bond0 is up and has IP assigned to it, i ping from my other VM to the IP and it responds. Now when i manually bring down both the physical interfaces eth1 and eth2, even then also i am getting ping replies. I am wondering when both the physical interfaces are down how can Bonded interface respond.

Please correct me wherever i am missing anything. Or if i am doing this wrong way please guide me in doing it correctly. I am attaching the screen shots and config files for my system.

Network Interfaces config files

Code:
[root@prod ~]# cat /etc/sysconfig/network-scripts-ifcfg-bond0
DEVICE="bond0"
ONBOOT="yes"
BOOTPROTO="none"
IPADDR="192.168.10.1"
USERCTL="no"
BONDING_OPTS="mode=1 miimon=100"

[root@prod ~]# cat /etc/sysconfig/network-scripts-ifcfg-eth1
DEVICE="eth1"
ONBOOT="yes"
BOOTPROTO="none"
MASTER="bond0"
SLAVE="yes"
USERCTL="no"

[root@prod ~]# cat /etc/sysconfig/network-scripts-ifcfg-eth2
DEVICE="eth2"
ONBOOT="yes"
BOOTPROTO="none"
MASTER="bond0"
SLAVE="yes"
USERCTL="no"

Contents of /etc/modprobe.d/bonding.conf

Code:
[root@prod ~]# cat /etc/modprobe.d/bonding.conf
alias bond0 bonding

I have also attached the screen shots of various outputs
Channel bonding  Issue - Bond0 interface not getting up in on RHEL6-ifconfig-output_after-system-rebootpng
Channel bonding  Issue - Bond0 interface not getting up in on RHEL6-ifconfig-output_after-network-service-restartpng
Channel bonding  Issue - Bond0 interface not getting up in on RHEL6-cat-proc-net-bonding-bond0-outputpng

Last edited by Scrutinizer; 04-19-2012 at 10:59 AM.. Reason: replace quote tags with code tags
# 2  
Old 04-18-2012
i have some more options in my bond0 config...

Code:
DEVICE=bond0
IPADDR=192.168.10.1
NETMASK=255.255.255.0
BOOTPROTO=none
USERCTL=no
TYPE=Ethernet
ONBOOT=yes
IPV6INIT=no
BONDING_OPTS="mode=active-backup miimon=100 downdelay=5000 updelay=5000"

the physical interface files look much like yours...
# 3  
Old 04-19-2012
Quote:
Originally Posted by DukeNuke2
i have some more options in my bond0 config...

Code:
DEVICE=bond0
IPADDR=192.168.10.1
NETMASK=255.255.255.0
BOOTPROTO=none
USERCTL=no
TYPE=Ethernet
ONBOOT=yes
IPV6INIT=no
BONDING_OPTS="mode=active-backup miimon=100 downdelay=5000 updelay=5000"

the physical interface files look much like yours...

Hi,

Thanks for the reply but i think would not be the reason for issue ? What do you think, is it working fine in your case ?
# 4  
Old 04-19-2012
yeah, my bond is working without any problems...
# 5  
Old 04-19-2012
Quote:
Originally Posted by DukeNuke2
yeah, my bond is working without any problems...
Could you please share your configuration for interfaces, modules file etc. I mean what all you did and does it work if you bring your both physical interfaces down.

It would be great if you could share some outputs aslo.

Thanks.
# 6  
Old 04-19-2012
i don't have access to the machines anymore... i installed them at customer datacenter... the output of the bond config is from my documentation with some default ip...
# 7  
Old 04-19-2012
It is perhaps a silly question but have ran modprobe bonding ?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Issue with Fiber Channel cards in Solaris

hi everone i am experiencing disconnectivity from storage to My database machines. i have doubt on my FC cards in my sparc T4-2 machines. i want to know how should i check from my solaris that whether the cards are ok or not because once the disks get disconnect from SAN so it come back again but... (5 Replies)
Discussion started by: janakors
5 Replies

2. Linux

Issue in Bonding during Reboot(Linux)

Respected Members, We encountered an issue during node reboot when eth1 and eth5 of bond1 were behaving unusual(both eth1 and eth5 were in unknown states and ifdown and ifup were used to rectify). Please find the messages and configuration files as below and please let me know for any other... (0 Replies)
Discussion started by: Mudit Bansal
0 Replies

3. AIX

Is it possible to configure bonding over bonded interface in AIX?

Hi Everyone, Is it possible to configure bonding over bonded interface in AIX? For example: server has for NIC port: ent0 ent1 ent2 ent3 First I create a EtherChannel ent4 from ent0 and ent1. and then I create a EtherChannel ent5 from ent2 and ent3. Can I create a EtherChannel... (1 Reply)
Discussion started by: nnnnnnine
1 Replies

4. UNIX for Dummies Questions & Answers

Assigning ipv6 to bonding interface - getting old as well as changed ipv6 in ifconfig output

Hi, I have created a bonding bond1 interface with 6 Eth , mode=4. Recently i have changed my old ipv6 to new one and tried to restart as well as reload network service. Post which i can see old as well as changed ipv6 in ifconfig command output. Below are few files and command output for your... (1 Reply)
Discussion started by: omkar.jadhav
1 Replies

5. Red Hat

Multipath issue in RHEL6.5 32-bit

I am facing problems with native multipath of the OS RHEL 6.5 (32-bit). One of the two paths of random Logical disks are not going neither failing back unless we reboot the system.what could be the reason? (1 Reply)
Discussion started by: Sahil Sharma
1 Replies

6. Red Hat

Network Bonding Issue

I have one production system where my customized application runs.The applications require seamless network connectivity with different machines connected in LAN and WAN. As these applications are very critical, it is very much required to have a seamless network activity.The applications are... (4 Replies)
Discussion started by: Anjan Ganguly
4 Replies

7. IP Networking

Is bond0 ready and a bonding interface? - 4G Bonding Router Problems (RPI)

HI all, First post on the forum, and my first proper project on the Paspberry Pi, so sorry if this is in the wrong place. I am trying to turn my Pi in to a 3G/4G Bonding router. I have been researching and trying this for a week or so now. The basic plan is to have up to 6 ZTE MF823 USB... (0 Replies)
Discussion started by: elliottlc
0 Replies

8. Red Hat

BONDING with Flapping issue!

Hi team, I'm running into a problem configuring bonding on an CentOS 64bit on DELL Server. I'm connecting eth0 and eth1 to a Cisco 2948 (CatOS 8.1(3)) and receiving flapping notices. The ethernet address is that of the primary interface. I have tried several different modes,... (3 Replies)
Discussion started by: leo_ultra_leo
3 Replies

9. Emergency UNIX and Linux Support

RHEL6.2 Santiago Audio Issue

Hi All Linux Experts , Need Urgent help , im using RHEL6.2 Santiago , While playing Song its not playing Properly its jerking Voice breaking breaking ... Cant Hear Properly , And im using Intel DG61HO Motherboard With intel i3 Processor , Please Help me to get fixed this issue ... And cant... (4 Replies)
Discussion started by: babinlonston
4 Replies

10. IP Networking

Interface bonding / Link aggregation (Multiple)

Hello, I've been using mode 4 with four slaves, however looking at ifconfig showed that the traffic was not balanced correctly between the interfaces, the outgoing traffic has been alot higher on the last slave. Example: eth0 RX 123.2 GiB TX 22.5 GiB eth1 RX 84.8 GiB TX 8.3 GiB eth2... (3 Replies)
Discussion started by: TehOne
3 Replies
Login or Register to Ask a Question