netstat showing lots of errors


 
Thread Tools Search this Thread
Special Forums IP Networking netstat showing lots of errors
# 1  
Old 09-03-2010
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:
Mod Comment Use code tags, thanks.

Last edited by zaxxon; 09-03-2010 at 02:38 AM..
# 2  
Old 09-03-2010
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.
# 3  
Old 09-03-2010
Java

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
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.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to rename lots of files with find?

Can someone help me with this script. I have a bunch of files like this: "2209OS_02_Code" "2209OS_03_Code" "2209OS_04_Code" "2209OS_05_Code" "2209OS_06_Code" "2209OS_07_Code" "2209OS_08_Code" "2209OS_09_Code" "2209OS_10_Code" "2209OS_10_video" and I want to rename them to be like this: ... (2 Replies)
Discussion started by: siegfried
2 Replies

2. Solaris

X11 errors on Solaris 10 - SL Console not showing up

Hi all, I have been administrating large backup environments for quite some time now, but I have never seen the types of errors I'm getting for a client I have in Asia, so I humbly appeal to your expertise in order to fix things. Set up: StreamLine 8500 library connected to a Solaris... (7 Replies)
Discussion started by: dilibau
7 Replies

3. Shell Programming and Scripting

shell_script showing errors in the below mentioned script while executing in linux

code: IMAGE=$imgvalue; if then echo DO=ABC; elif then echo DO=ETC; elif then echo DO=XYZ; else echo "$imgvalue is unsupported"; exit 1; fi in above script IMAGE=1 , IMAGE=2, IMAGE=3 whatever may be the value i have assigned it's showing only DO=ABC other conditions... (7 Replies)
Discussion started by: saku
7 Replies

4. Shell Programming and Scripting

Lots of sed

Hi, I have 200 lines of sed commands in a shellscript sed s/TSTARTO2GPRSEVENTAPNACCSUM_1/TSTARTO2GPRSEVENTAPNACCSUM_24/g sed s/O2GPRSEVENTAPNACCSUM_1/O2GPRSEVENTAPNACCSUM_24/g sed s/TENDO2GPRSEVENTAPNACCSUM_1/TENDO2GPRSEVENTAPNACCSUM_24/g sed s/BSTARTO2EVENTITEM_1/BSTARTO2EVENTITEM_24/g... (6 Replies)
Discussion started by: legolad
6 Replies

5. Programming

problem with lots of open sockets

I'm programming in C with lots of sockets, (asynchronous handling), and for a while it goes ok, but after a while it starts to hang, or not get complete connections anymore. checking my router, i see that i get nat tables overflow and even my DNS cacher seems to be having serious issues... ... (4 Replies)
Discussion started by: alien999999999
4 Replies

6. Shell Programming and Scripting

Showing errors when connecting to sqlplus in shell script

hi, I am trying to automate the compilation of procedures stored in .sql files in Unix. Is there any way in which we can sho err if there errors are raised in the compilation? I am using the following code to connect to the sqlplus sqlplus ${SQL_USER}/${SQL_PASSWORD} (5 Replies)
Discussion started by: silas.john
5 Replies

7. Red Hat

Lots of questions about linux.

I am about 2 months new to Linux, and have only limited experience with PCLinuxOS, (kde) and Redhat. I am installing the latest version of PClinuxOS on my wife's PC right now but running into a problem I dont understand. I have never seen it before so i thought i'd ask how I can get around it.... (1 Reply)
Discussion started by: Methal
1 Replies

8. UNIX for Dummies Questions & Answers

Deleting lots of files.....

Hi All, Thanks in advance for reading and any posts... I have to delete a lot of files (about 6 pages of a4 (ls -ltr)) but I have to keep some as well. I would normally do an rm * to get rid of them all, but thats not what I want to do. Is there anyway I could rm * but add in a list of... (8 Replies)
Discussion started by: B14speedfreak
8 Replies

9. UNIX for Dummies Questions & Answers

Lots of file copyingand renaming?

I have Approx 1000 files that all need to be copied from one directory to another. However, each file has to be renamed while it is copied. I have a Tab delimited text file containing all of the old and new file names (they are not all the same character length). Is there a way to read in the... (12 Replies)
Discussion started by: AeroEngy
12 Replies
Login or Register to Ask a Question