Intermittent Network Issue


 
Thread Tools Search this Thread
Operating Systems HP-UX Intermittent Network Issue
# 1  
Old 08-20-2009
Intermittent Network Issue

I have some issues to look at to do with reported network problems. We have had reports of intermittent connection issue between 2 servers when trying to access an Oracle Dbase. And I have been asked to check the hardware to see if it's a server issue or not.

I have done some basic checks using lanadmin to check stats on lan interfaces and linkloop to test the connectivity to the lan on the other server and see no issues. The output from lanadmin -g <lan id> on both servers, on all lans have no errors indicated.

I have asked for specific time when this has happened incase can get anything from historical logs, but in the meantime if anyone has any ideas for checking these intermittent errors or are there other things we can use to monitor network traffic from the servers perspective to try and see if there are issues as the network boys (as normal) say its not there problem......

Any suggestions greatly welcomed on how to prove them wrong.
# 2  
Old 08-20-2009
What kind of issue do you have? packet lost or only no db conectivity?

If the problem is connecting Oracle database, listener is always aswering? What about load average, disk usage etc... just this time?

could you take a look if interface is overloaded?

Tell your networking boys get some use stadistics of ports or even check the physical wire.

When this issue appears, all boxes of this subnet is working fine?

If I have more ideas I will let you know but this is very rare Smilie
# 3  
Old 08-21-2009
To be honest at this stage I am not sure. I am waiting for more specific details of these connection failures. I have check with the DBA boys to make sure the listeners were up and working, and I have check with the network people but typically all you get from them is "It not our problem".....

It's a difficult one because I have ploughed through the system logs to see if I can see anything that stands out as a "failure" of any type and cannot see anything.

Getting things like disk usage at the time is difficult if there is no specific pattern. Maybe will have to do some testing with SAR to log data over a period of days and see what happens.

Other than that I feel like its going to be an argument with the networking boys.. oh what fun.

If you do think of any thing else, all ideas are greatly welcomed in how to find the issue of an intermittent network fault...

Thanks
# 4  
Old 08-21-2009
You may see error counts with netstat . See "man netstat". Unless the counters are zeroised first, the difference over time has more meaning than the actual figures.

Code:
netstat -s -p tcp

There is much network statistical information in Oracle table v$systat (notably the SQL*Net statistics). and individual session statistical information from Oracle table v$session against v$sess_io .


Without knowing what physical network joins the two computers we can only guess.

It is imperative that all your network cards and network ports are set consistently and definitely NOT set to auto-negotiate. A server should be cold started if anybody displaces a LAN cable.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Network issue in same vlan

We have two hosts in same vlan with same route rules. One of them is not able to connect to an outside IP while in another I get "failed: Connection timed out" while testing the connectivity through netcat. I have tried mtr /traceroute and it gives me the same results. Is there a netcat... (1 Reply)
Discussion started by: jacki
1 Replies

2. Red Hat

Network Bonding Issue

I have one production system where my customized application runs.The applications require seamless network connectivity with different machines connected in LAN and WAN. As these applications are very critical, it is very much required to have a seamless network activity.The applications are... (4 Replies)
Discussion started by: Anjan Ganguly
4 Replies

3. Solaris

Network Printing issue

I have network printer registerd in solaris environment. When I issue print, it prints banner page. The issue printer is registerd in Print server which is running on Linux environment. So when I issue print in Print server, it doesn't print banner page as banner settings are made to turn off It... (6 Replies)
Discussion started by: Sunil Koya
6 Replies

4. SuSE

Network issue in SLES11.2

I had installed suse linux 11.2 . I had some strange problem with my network , after configuring it showing some error like tulip_stop_rxtx() failed . The server is not reachable from outside. Could some one help me with it. (1 Reply)
Discussion started by: nanduri
1 Replies

5. HP-UX

[Solved] Help with intermittent ping issue

We recently stood up a new server running HP-UX 11.31. Every time we do a restart we lose connectivity to the server. Can't ping in or out. I did some troubleshooting and the problem gets resolved temporarily(can ping in and out and putty to it) when we disconnect the network cable and reconnect... (4 Replies)
Discussion started by: DtbCollumb
4 Replies

6. Red Hat

VM network issue

Hi, I'm trying to create a lab environment in my personal laptop. I have created a virtualbox RHEL6.1 and I want to make another copy out of it to make it 4 instances by simply copying the whole folder and changing their name and then changing their IP addresses. is this OK? please advice. for... (2 Replies)
Discussion started by: messi777
2 Replies

7. Solaris

Zone network issue

Hi guys, I got a global zone with with two zones runnig. After a patch upgrade (July 2010) one of them stop to working fine: basically I can't ping it ( I mean I can ping from the other zone, but actually the ping pass across the global zone..) and I can't access it in ssh or telnet...(actually... (0 Replies)
Discussion started by: cecco16
0 Replies

8. Solaris

pcn0 intermittent network connectivity issue

I have a solaris 10 x86 installed on a VMware server. It has been runing well for a couple weeks, but started to have network connectivity issue since last week. The network card seems to be up and down every one minute. So I got connection closed after I sshed to it for about one minute. #... (2 Replies)
Discussion started by: fredao
2 Replies

9. Solaris

Network Interface Issue

Hi all, Here im facing problem with NIC Interface with my X86 Version of Solaris Express, even after loading module for that Interface. So please check this below mentioned log for your use and get back to me ASAP. - - - -- --... (0 Replies)
Discussion started by: baraghun
0 Replies

10. Ubuntu

Network issue

I have a Ubuntu linux (Ubuntu 6.06) at home. I have a ADSL modem (eth0) connected to it for my Broadband connection. It all works fine when the system gets started. But, when I receive a call, the link goes off. And then I lose my internet connection. I tried ifup/ifdown to bring the connection... (2 Replies)
Discussion started by: ranj@chn
2 Replies
Login or Register to Ask a Question