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.

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:

/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 #

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.

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

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

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.