Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
Search Forums:



IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum.

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 09-03-2010
Registered User
 

Join Date: Sep 2009
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
netstat showing lots of errors

Hi,

I have a server which receive lots of events to it and when I do netstat -Ie1000g0, I'm seeing the errors as below.


Code:
Name Mtu Net/Dest Address Ipkts Ierrs Opkts Oerrs Collis Queue
e1000g0 1500 abc-1.com abc-1.com 3093708246 12757 92069412 0 
0 0

If anyone could direct me to right direction would be appreciated

Here are some information:


Code:
/root #ifconfig e1000g0
e1000g0: flags=9040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER> mtu 1500 index 15
inet 10.140.75.132 netmask ffffff00 broadcast 10.140.75.255
groupname abclog_net
ether 0:21:28:0:dd:7e
 
/root # cat /etc/netmasks
10.140.75.0 255.255.255.0
 
/etc # cat defaultrouter
10.140.75.250
 
/etc # netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ---------- ---------
default 10.140.75.250 UG 1 185370
10.140.75.0 10.140.75.134 U 1 447 e1000g3
10.140.75.0 10.140.75.69 U 1 30 e1000g0:1
10.140.75.0 10.140.75.69 U 1 26 e1000g2
10.140.75.0 10.140.75.69 U 1 0 e1000g0
10.140.75.252 10.140.75.252 UGH 1 0
10.140.75.253 10.140.75.253 UGH 1 0
172.30.0.0 172.30.74.18 U 1 180 e1000g1
127.0.0.1 127.0.0.1 UH 2 22789 lo0
 
/etc # dladm show-dev
e1000g0 link: up speed: 1000 Mbps duplex: full
e1000g1 link: up speed: 100 Mbps duplex: full
e1000g2 link: up speed: 1000 Mbps duplex: full
e1000g3 link: up speed: 1000 Mbps duplex: full
 
/etc # ndd /dev/e1000g0 link_speed
1000
/etc # ndd /dev/e1000g0 link_duplex 2
/etc # ndd /dev/e1000g0 link_autoneg 1
 
/etc # grep e1000g0 /etc/system
/etc #

Moderator's Comments:
Use code tags, thanks.

Last edited by zaxxon; 09-03-2010 at 01:38 AM..
Sponsored Links
    #2  
Old 09-03-2010
zaxxon's Avatar
zaxxon zaxxon is offline Forum Staff  
code tag tagger
 

Join Date: Sep 2007
Location: Germany
Posts: 5,193
Thanks: 47
Thanked 278 Times in 265 Posts
If I saw right it is only the adapter e1000g0 showing errors? Checked the switch port for errors? Maybe try setting the switch port to speed auto or a fixed speed. Can also try to exchange the cable. If you have a spare adapter, maybe exchange it if nothing else helps.
Sponsored Links
    #3  
Old 09-03-2010
Registered User
 

Join Date: Sep 2009
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Post

Yes, it is only e1000g0. We did test the cable and it came out fine. We also tested the switch port and it was also good. I also just realised from the messages file that the NIC was detected failed at a random interval and that might be the cause? No sure why it is failing though





Code:
Sep  2 12:46:35 abcin.mpathd[29743]: [ID 594170 daemon.error] NIC failure detected on e1000g0 of group abc_net
Sep  2 12:46:35 abcin.mpathd[29743]: [ID 832587 daemon.error] Successfully failed over from NIC e1000g0 to NIC e1000g2
Sep  2 12:47:10 abcin.mpathd[29743]: [ID 299542 daemon.error] NIC repair detected on e1000g0 of group abc_net
Sep  2 12:47:10 abcin.mpathd[29743]: [ID 620804 daemon.error] Successfully failed back to NIC e1000g0
Sep  3 01:12:15 abcin.mpathd[29743]: [ID 594170 daemon.error] NIC failure detected on e1000g0 of group abc_net
Sep  3 01:12:15 abcin.mpathd[29743]: [ID 832587 daemon.error] Successfully failed over from NIC e1000g0 to NIC e1000g2
Sep  3 01:12:31 abcin.mpathd[29743]: [ID 299542 daemon.error] NIC repair detected on e1000g0 of group abc_net
Sep  3 01:12:31 abcin.mpathd[29743]: [ID 620804 daemon.error] Successfully failed back to NIC e1000g0
Sep  3 01:25:54 abcin.mpathd[29743]: [ID 594170 daemon.error] NIC failure detected on e1000g0 of group abc_net
Sep  3 01:25:54 abcin.mpathd[29743]: [ID 832587 daemon.error] Successfully failed over from NIC e1000g0 to NIC e1000g2
Sep  3 01:26:11 abcin.mpathd[29743]: [ID 299542 daemon.error] NIC repair detected on e1000g0 of group abc_net
Sep  3 01:26:11 abcin.mpathd[29743]: [ID 620804 daemon.error] Successfully failed back to NIC e1000g0
$ gzcat messages.*.gz|grep -i "nic"
Sep  2 12:46:35 abcin.mpathd[29743]: [ID 594170 daemon.error] NIC failure detected on e1000g0 of group abc_net
Sep  2 12:46:35 abcin.mpathd[29743]: [ID 832587 daemon.error] Successfully failed over from NIC e1000g0 to NIC e1000g2
Sep  2 12:47:10 abcin.mpathd[29743]: [ID 299542 daemon.error] NIC repair detected on e1000g0 of group abc_net
Sep  2 12:47:10 abcin.mpathd[29743]: [ID 620804 daemon.error] Successfully failed back to NIC e1000g0
Sep  3 01:12:15 abcin.mpathd[29743]: [ID 594170 daemon.error] NIC failure detected on e1000g0 of group abc_net
Sep  3 01:12:15 abcin.mpathd[29743]: [ID 832587 daemon.error] Successfully failed over from NIC e1000g0 to NIC e1000g2
Sep  3 01:12:31 abcin.mpathd[29743]: [ID 299542 daemon.error] NIC repair detected on e1000g0 of group abc_net

    #4  
Old 09-06-2010
zaxxon's Avatar
zaxxon zaxxon is offline Forum Staff  
code tag tagger
 

Join Date: Sep 2007
Location: Germany
Posts: 5,193
Thanks: 47
Thanked 278 Times in 265 Posts
Maybe it is "simply" just not in order anymore - I'd try to exchange it vs. a new adapter and see if fails will still occure.
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
problem with lots of open sockets alien999999999 Programming 4 05-11-2009 04:02 PM
Showing errors when connecting to sqlplus in shell script silas.john Shell Programming and Scripting 5 07-03-2008 05:20 PM
Lots of questions about linux. Methal Red Hat 1 04-25-2008 11:06 AM
Deleting lots of files..... B14speedfreak UNIX for Dummies Questions & Answers 8 06-09-2006 07:47 PM
Lots of file copyingand renaming? AeroEngy UNIX for Dummies Questions & Answers 12 08-03-2005 09:59 PM



All times are GMT -4. The time now is 11:33 PM.