Sponsored Content
Special Forums IP Networking netstat showing lots of errors Post 302450594 by mohzub on Friday 3rd of September 2010 06:27:02 AM
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

 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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

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

7. 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

8. 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

9. 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
inet_type(4)							   File Formats 						      inet_type(4)

NAME
inet_type - default Internet protocol type SYNOPSIS
/etc/default/inet_type DESCRIPTION
The inet_type file defines the default IP protocol to use. Currently this file is only used by the ifconfig(1M) and netstat(1M) commands. The inet_type file can contain a number of <variable>=<value> lines. Currently, the only variable defined is DEFAULT_IP, which can be assigned a value of IP_VERSION4, IP_VERSION6, or BOTH. The output displayed by the ifconfig and netstat commands can be controlled by the value of DEFAULT_IP set in inet_type file. By default, both commands display the IPv4 and IPv6 information available on the system. The user can choose to suppress display of IPv6 information by setting the value of DEFAULT_IP. The following shows the possible values for DEFAULT_IP and the resulting ifconfig and netstat output that will be displayed: IP_VERSION4 Displays only IPv4 related information. The output displayed is backward compatible with older versions of the ifconfig(1M) and netstat(1M) commands. IP_VERSION6 Displays both IPv4 and IPv6 related information for ifconfig and netstat. BOTH Displays both IPv4 and IPv6 related information for ifconfig and netstat. The command-line options to the ifconfig and netstat commands override the effect of DEFAULT_IP as set in the inet_type file. For example, even if the value of DEFAULT_IP is IP_VERSION4, the command example% ifconfig -a6 will display all IPv6 interfaces. EXAMPLES
Example 1: Suppressing IPv6 Related Output This is what the inet_type file must contain if you want to suppress IPv6 related output: DEFAULT_IP=IP_VERSION4 SEE ALSO
ifconfig(1M), netstat(1M) SunOS 5.10 16 Jun 1999 inet_type(4)
All times are GMT -4. The time now is 02:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy