LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 02-02-2017, 02:45 PM   #1
kaplan71
Member
 
Registered: Nov 2003
Posts: 809

Rep: Reputation: 39
Questions about teaming network nic's


Hello --

We are running Red Hat Enterprise Linux 7.2 on a Dell PowerEdge R730xd system. Currently we have one nic connected to the network, and we are looking into setting up network teaming to increase the throughput to the server.

The output for the ifconfig command is the following:

Quote:
em1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet <ip address> netmask <subnet mask> broadcast <broadcast address>
inet6 fe80::1a66:daff:feea:4e10 prefixlen 64 scopeid 0x20<link>
ether 18:66:da:ea:4e:10 txqueuelen 1000 (Ethernet)
RX packets 670497344 bytes 954580886174 (889.0 GiB)
RX errors 0 dropped 3585 overruns 0 frame 0
TX packets 137082031 bytes 9528317318 (8.8 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 96

em2: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 18:66:da:ea:4e:11 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 98

em3: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 18:66:da:ea:4e:12 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 100

em4: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 18:66:da:ea:4e:13 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 101

idrac: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 18:66:da:67:05:0f txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 43897 bytes 14630249 (13.9 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 43897 bytes 14630249 (13.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

p2p1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:0a:f7:9a:f1:f8 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 102

p2p2: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:0a:f7:9a:f1:f9 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 103

p2p3: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:0a:f7:9a:f1:fa txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 102

p2p4: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:0a:f7:9a:f1:fb txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 103
The idrac and lo nic's are already accounted for, so it would seem the eligible nic's would be the following:

em2
em3
em4

Which would result in a, theoretical, throughput of four, 4, gigabits. I had several questions concerning this:

1. Am I correct with the list of eligible nic's?
2. What are the nic's p2p1 through 4 used for, and are they available for use?
 
Old 02-02-2017, 03:17 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,674

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by kaplan71 View Post
Hello --
We are running Red Hat Enterprise Linux 7.2 on a Dell PowerEdge R730xd system. Currently we have one nic connected to the network, and we are looking into setting up network teaming to increase the throughput to the server. The output for the ifconfig command is the following:

The idrac and lo nic's are already accounted for, so it would seem the eligible nic's would be the following:
em2
em3
em4

Which would result in a, theoretical, throughput of four, 4, gigabits. I had several questions concerning this:
1. Am I correct with the list of eligible nic's?
2. What are the nic's p2p1 through 4 used for, and are they available for use?
You're using RHEL 7 on Dell servers...aren't you paying for support from both of them??? Did you look in the Red Hat knowledgebase?
https://access.redhat.com/documentat...k_Teaming.html
https://access.redhat.com/documentat...ce_Naming.html

..which explains such things? Both Dell and Red Hat support can assist you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
NIC teaming mdaniels Linux - Newbie 4 09-08-2011 12:08 PM
Questions about NIC Teaming with Redhat 5 coachc Linux - Newbie 1 03-04-2010 05:06 PM
how to do Teaming the two nic in rhel4 vng_4 Linux - Newbie 1 04-24-2008 08:19 AM
Redhat Intel NIC Teaming rabjac Red Hat 1 04-08-2006 12:07 PM
Teaming NIC's ? Crashed_Again Linux - Networking 3 05-13-2003 11:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 04:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration