- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux bonding fails
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
06-28-2004 05:21 AM
06-28-2004 05:21 AM
Linux bonding fails
I configure bond0 as follows:
DEVICE=bond0
BOOTPROTO=none
ONBOOT=yes
IPADDR=10.1.57.111
NETWORK=10.1.57.0
USERCTL=no
NETMASK=255.255.252.0
I configure eth0:
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=no
I configure eth1:
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=no
This is my modules.conf:
alias parport_lowlevel parport_pc
alias eth0 bcm5700
alias eth1 bcm5700
options bcm5700 line_speed=100,100 auto_speed=0,0 full_duplex=1,1
alias bond0 bonding
probeall bond0 eth0 eth1 bonding
options bond0 mode=1 miimon=100 primary=eth0
alias scsi_hostadapter cciss
alias scsi_hostadapter1 cciss_2445
alias scsi_hostadapter2 cciss_2445
alias usb-controller usb-ohci
Once this is done, I attempt to restart the network for bonding to take effect, but I get the following error:
bonding_init(): either miimon or arp_interval and arp_ip_target module parameters must be specified, otherwise bonding will not work - see bonding.txt for details. Bonding driver not loaded.
Any help here would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 06:48 PM
06-28-2004 06:48 PM
Re: Linux bonding fails
Try to start bonding without "mode=1 miimon=100 primary=eth0" parameters - I don't sure if bcm5700 support MII.
BTW, this may be relevant : http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=112926
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 01:02 AM
06-29-2004 01:02 AM
Re: Linux bonding fails
Also, I don't think this relates to the bug you pointed out, because the bonding driver does not load at all.
I also get "Bringing up interface bond0: bonding device does not seem to be present, delaying bond0 initialization." and sometimes it says "bond0 not an ethernet like device".
If there's any more info I can supply, let me know and I'll dig it up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 03:55 AM
06-29-2004 03:55 AM
Re: Linux bonding fails
If I understand properly, bonding module isn't loaded . did you try "insmod bonding" from commmand line?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2004 06:55 AM
07-16-2004 06:55 AM
Re: Linux bonding fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2004 05:26 PM
07-17-2004 05:26 PM
Re: Linux bonding fails
Do you have exactly the same problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:38 AM
07-18-2004 06:38 AM
Re: Linux bonding fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:04 PM
07-18-2004 06:04 PM
Re: Linux bonding fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 01:13 AM
07-19-2004 01:13 AM
Re: Linux bonding fails
I tried the insmod bonding, as mentioned earlier, but that didn't help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 09:26 PM
07-21-2004 09:26 PM
Re: Linux bonding fails
For future reference:
It seems that the bonding module didn't load.
When you're having module problems, the error messages of insmod/modprobe commands may not be very informative. More information can usually be found in the kernel message buffer. You can check it with the "dmesg" command.