- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Bonding on Red Hat ES 3.0
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
01-19-2005 02:30 PM
01-19-2005 02:30 PM
Bonding on Red Hat ES 3.0
bond0 Link encap:Ethernet HWaddr 00:08:02:A1:AF:DB
inet addr:10.104.100.171 Bcast:10.104.100.255 Mask:255.255.255.128
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX packets:1492828 errors:0 dropped:0 overruns:0 frame:0
TX packets:491347 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:96055040 (91.6 Mb) TX bytes:31467723 (30.0 Mb)
eth0 Link encap:Ethernet HWaddr 00:08:02:A1:AF:DB
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:992106 errors:0 dropped:0 overruns:0 frame:0
TX packets:491344 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:63758923 (60.8 Mb) TX bytes:31467531 (30.0 Mb)
Interrupt:5 Memory:f7fb0000-f7fc0000
eth1 Link encap:Ethernet HWaddr 00:08:02:A1:AF:DB
UP BROADCAST RUNNING NOARP SLAVE MULTICAST MTU:1500 Metric:1
RX packets:500722 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:32296117 (30.7 Mb) TX bytes:192 (192.0 b)
Interrupt:10 Memory:f7fa0000-f7fb0000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:196107 errors:0 dropped:0 overruns:0 frame:0
TX packets:196107 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16113522 (15.3 Mb) TX bytes:16113522 (15.3 Mb)
Regards,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 05:07 PM
01-20-2005 05:07 PM
Re: Bonding on Red Hat ES 3.0
what do you mean by "start drivers" ? to start interface or load driver modules ?
Does lsmod shows your drivers loaded ?
Check for default route - I have few installations where default route is somehow missed on startup with bonding configuration. /etc/init.d/network restart fixes that.
Andrius
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 05:16 PM
01-20-2005 05:16 PM
Re: Bonding on Red Hat ES 3.0
First of all thanks for replying. Coming back to question, I can see Bonding OK information when server comes up while in Network monitor it still shows inactive for for the both the nic. I have to do either ifup or through network graphics window, have to manually activate. Also, could you send me more info on setting up default route. Also, I have attached the necessary files incase u need more detailed info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 05:34 PM
01-20-2005 05:34 PM
Re: Bonding on Red Hat ES 3.0
1. At first try not to use combination of those two drivers: HP bonding + HP bcm5700. For exmpl. try to load your kernel native network driver (tg3.o ?). As practice shows "HP approved and tested drivers" are not so good tested :))
2. Do you carefully read the inst doc part of configuring ifcfg-eth[0-1] files ? As i remember they need contain only:
DEVICE=eth[0-1]
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
Andrius
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 05:40 PM
01-20-2005 05:40 PM
Re: Bonding on Red Hat ES 3.0
I did read the bonding file properly & just had the required entries only but somehow I could not ping other machines without IP address & other parameters given. Only after putting those entries bonding driver did get loaded. I will try your suggestion on the driver loading..
Regards,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 08:45 PM
01-20-2005 08:45 PM
Re: Bonding on Red Hat ES 3.0
Tried the options but bonding does not come up automatic. While system booting, it shows all okay for interface & bond 0 bit in Network panel it shows inactive. Only when I click activate it gets activated. Also, somehow even network browsing does not work from Linux box..