- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Problems with 2nd bond on bl25p
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
03-13-2006 08:58 PM
03-13-2006 08:58 PM
Problems with 2nd bond on bl25p
See attached file for config.
Any help appreciated
/M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 12:20 AM
03-14-2006 12:20 AM
Re: Problems with 2nd bond on bl25p
Its pretty easy to fix this.
In /etc/modprobe.conf
options bond1 miimon=200 mode=active-backup
Change the mode to 1
mode=1
service network restart
Like magic your bond1 will come up. Then change it back to what you wanted and
service network restart
Obviously a bug of some kind.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 02:03 AM
03-14-2006 02:03 AM
Re: Problems with 2nd bond on bl25p
Thanks for answering!
I'm not sure where you got this line: "options bond1 miimon=200 mode=active-backup" from, but mine already looks like this: "options bond1 miimon=100 mode=1"... (Maybe I misunderstood you?)
Anyway, I tried changing the options back and forth, restarted the network service but I still get the same error.
I also removed the first bond (bond0) and tried to bring up bond1 (as the only bond)but no dice...
I'm at a loss here.
regds
/M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 02:34 AM
03-14-2006 02:34 AM
Re: Problems with 2nd bond on bl25p
alias bond0 bonding
options bond0 miimon=100 mode=1
alias bond1 bonding
options bond1 miimon=100 mode=1
to:
install bond0 /sbin/modprobe -a eth0 eth1 && /sbin/modprobe bonding
alias bond0 bonding
options bond0 miimon=100 mode=1
install bond1 /sbin/modprobe -a eth2 eth3 && /sbin/modprobe bonding
alias bond1 bonding
options bond1 miimon=100 mode=1
The "install" line above the "alias bondX" line force the ethernet modules to load before the bonding driver does.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 06:17 PM
03-14-2006 06:17 PM
Re: Problems with 2nd bond on bl25p
That didn't work either.
I've gotten it to work though:
I needed a "max_bonds=..." on the options line of the first bond (bond0).
alias bond0 bonding
options bond0 miimon=100 mode=1 max_bonds=2
alias bond1 bonding
options bond1 miimon=100 mode=1
Thanks for the help!
regds,
/M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 06:19 PM
03-14-2006 06:19 PM