GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers - Netservers
- >
- Re: Network Card teaming in Linux
ProLiant Servers - Netservers
1850851
Members
3019
Online
104056
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
09-29-2007 09:37 AM
09-29-2007 09:37 AM
Network Card teaming in Linux
Hi All,
I've just installed Linux Redhat ES 4 update 4 on a DL380 G5 Server and updated with the Proliant support pack (PSP) .How do I team network cards .Does the PSP install a network management tool for doing this? I cannot see it.
(Unfortunately my knowledge of Linux is petty limted and this is my first installation)
Any help would be appreciated
I've just installed Linux Redhat ES 4 update 4 on a DL380 G5 Server and updated with the Proliant support pack (PSP) .How do I team network cards .Does the PSP install a network management tool for doing this? I cannot see it.
(Unfortunately my knowledge of Linux is petty limted and this is my first installation)
Any help would be appreciated
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2007 10:19 PM
09-29-2007 10:19 PM
Re: Network Card teaming in Linux
Hello Michael,
I am not into RHEL;
This was the only I got:
http://h18023.www1.hp.com/support/files/server/us/download/27392.html
Its for update 3 & not 4;
Regards,
James.
I am not into RHEL;
This was the only I got:
http://h18023.www1.hp.com/support/files/server/us/download/27392.html
Its for update 3 & not 4;
Regards,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2007 12:06 AM
09-30-2007 12:06 AM
Re: Network Card teaming in Linux
Bonding is really easy in linux. I've got BL25's and BL45's bonded now on Redhat 4.4.
Look for the file:
/usr/share/doc/kernel-doc-2.6.9/Documentation/networking/bonding.txt
Config files will be somewhere like /etc/sysconfig/networking/devices (you can type "locate eth |grep etc" to find them easily - or you can use the redhat tool "system-config-network" to set one eth interface up, and then search for it (after running "updatedb".
You need to set the actual NIC's (eth0, eth1)
as something like this:
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
TYPE=Ethernet
Then make a config file in the same directory called "ifcfg-bond0" with something like this:
DEVICE=bond0
IPADDR=IPADDR
NETMASK=MASK
NETWORK=NETWORK
BROADCAST=BROADCAST
ONBOOT=yes
BOOTPROTO=none
TYPE=Ethernet
You also need to make the bonding module load by adding "alias bond0 bonding".
You also need to tell the config how to determine if a link has failed. There are a number of options.
Check out the txt file above for the full info.
Once you think you've got it right, reboot. Make sure you've got ilo working or a monitor/keyboard on the server in case you get it wrong.
Let me know if you have any problems.
Look for the file:
/usr/share/doc/kernel-doc-2.6.9/Documentation/networking/bonding.txt
Config files will be somewhere like /etc/sysconfig/networking/devices (you can type "locate eth |grep etc" to find them easily - or you can use the redhat tool "system-config-network" to set one eth interface up, and then search for it (after running "updatedb".
You need to set the actual NIC's (eth0, eth1)
as something like this:
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
TYPE=Ethernet
Then make a config file in the same directory called "ifcfg-bond0" with something like this:
DEVICE=bond0
IPADDR=IPADDR
NETMASK=MASK
NETWORK=NETWORK
BROADCAST=BROADCAST
ONBOOT=yes
BOOTPROTO=none
TYPE=Ethernet
You also need to make the bonding module load by adding "alias bond0 bonding".
You also need to tell the config how to determine if a link has failed. There are a number of options.
Check out the txt file above for the full info.
Once you think you've got it right, reboot. Make sure you've got ilo working or a monitor/keyboard on the server in case you get it wrong.
Let me know if you have any problems.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP