- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- NIC Teaming on RH Linux server
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-27-2008 07:35 PM
03-27-2008 07:35 PM
I have 2 dual ports NICs on my RH Linux server and I would like to take advantage of multiple NICs. My questions are:
1. Would you run NIC teaming on your server?
2. Will I improve the performance of my Linux server?
Please help a newbie.
Thanks,
Jorge
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2008 12:05 AM
03-28-2008 12:05 AM
Re: NIC Teaming on RH Linux server
1.) If required for performance or fault-tolerance reasons, yes, of course.
2.) If your network switch can be configured to understand IEEE 802.3ad link aggregation or one of the other performance-enhancing NIC bonding modes are appropriate for your setup, then maybe yes, with some qualifications.
You must understand that NIC bonding/teaming gives additional bandwidth, which is nice but not quite the same thing as higher speed.
Think of it as adding more lanes to a highway without changing the speed limit: with more lanes, more packets (or cars) can pass through per unit of time. However, the travel time (latency) of a single packet will not be reduced at all, and may actually be slightly increased because the interface is more complex (in car analogy, think about ramps and four-leaf-clover crossings).
RedHat's Administration Guide has a chapter dedicated to NIC bonding: please read it.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 05:23 PM
04-03-2008 05:23 PM
Re: NIC Teaming on RH Linux server
Thanks for yoru time.
Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2008 07:26 AM
04-04-2008 07:26 AM
Re: NIC Teaming on RH Linux server
more packets can get your server in the time unit.
If N packets per second can get your box with a single NIC, with bondig enalbed and configured the pachet grow to almost 2N per second (provided the sam condition externally to your box, which is quite difficult to get).
If you configure more than 2 ond NICs, dont' forget to use max_bonds=2, not specified in many texts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2008 07:33 PM
04-05-2008 07:33 PM
Re: NIC Teaming on RH Linux server
Any chance I can have step by steps instructions?
Thanks,
Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2008 08:37 PM
04-05-2008 08:37 PM
SolutionPlease follow the belwo URL doc:-
http://kbase.redhat.com/faq/FAQ_79_899.shtm
Hope it will help for U.
Thanks-Yaqub
HP Support!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2008 03:38 PM
04-06-2008 03:38 PM
Re: NIC Teaming on RH Linux server
Jorge