- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Bonding problem on BL460/465c
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 07:05 AM
07-18-2008 07:05 AM
Bonding problem on BL460/465c
i have three new servers and they are all running RHEL 4 AS Update 5. I have configured bonding for their NIC's. When the server start's up i always receive the error message
Jul 18 16:43:08: %C4K_EBM-4-HOSTFLAPPING: Host xx:xx:xx:xx:xx:xx in vlan XX is flapping between port Gi6/7 and port Gi7/7
on my Cisco switches. I have already implemented bonding on about 40 DL380 servers without problems. PSP 8.10 is installed on all Servers. I have already tried to downgrade the PSP to version 8.00 without any success. The problem still occurs.
Is it a Blade problem? ;o)
My /etc/modprobe.conf entries
install bond0 /sbin/modprobe -a eth0 eth1 && /sbin/modprobe bonding
options bond0 miimon=100 mode=active-backup downdelay=3000 updelay=4000
Does anyone of you have an idea for me?!
Thank you in advance.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 08:51 AM
07-18-2008 08:51 AM
Re: Bonding problem on BL460/465c
First of all I'm not saying that you're doing it in a wrong way. Please check this HP how-to and there u may find your answer.
http://docs.hp.com/en/B9903-90050/ch05s04.html
Regards and good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 05:30 PM
07-18-2008 05:30 PM
Re: Bonding problem on BL460/465c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2008 11:10 PM
07-20-2008 11:10 PM
Re: Bonding problem on BL460/465c
@Venilton Junior: What should i find there? What do you think is wrong?!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 08:54 AM
07-21-2008 08:54 AM
Re: Bonding problem on BL460/465c
Or look into configuring the in-chassis-Cisco's more like the switches to which you have the DL380's connected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2008 08:19 AM
07-22-2008 08:19 AM
Re: Bonding problem on BL460/465c
There may be a race between the first modprobe of eth0 and eth1 and the second modprobe of bonding. There is a very small window there when eth0 or eth1 might send a packet with the same IP as the bond0 primary uses. That could cause a rapid use of the same IP from the secondary and primary NIC. You could check that eth0 and eth1 are not configured with the same IP as bond0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2008 06:40 AM
07-23-2008 06:40 AM
Re: Bonding problem on BL460/465c
I don't use any "lacp" variant.
The problem occurs when the servers starts or the network will be restartetd, everytime the bonding driver takes control over the interfaces. During this time slice the MAC is available on both ports and so the message occurs.
eth0 and eth1 don't have any IP address configured in their ifcfg-ethX file.
I have read through the documents again and again and I also have tested a lot and nothing has changed. The behaviour is still the same.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2008 07:52 AM
07-23-2008 07:52 AM
Re: Bonding problem on BL460/465c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 12:40 AM
07-24-2008 12:40 AM
Re: Bonding problem on BL460/465c
yes, stp is configured. Both ports have spanning tree portfast enabled.
The "old" servers have the same configuration and they also have spanning tree portfast enabled and it doesn't matter.
Do you think that the problem could be the newer IOS version or switch hardware?!
Thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2008 10:50 AM
07-26-2008 10:50 AM
Re: Bonding problem on BL460/465c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2008 05:01 AM
07-28-2008 05:01 AM
Re: Bonding problem on BL460/465c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2008 04:08 AM
07-29-2008 04:08 AM
Re: Bonding problem on BL460/465c
i have updated the switch to the latest IOS release and problem disappeard ;-)
Thank you for your help!