Operating System - HP-UX
1753922 Members
7636 Online
108810 Solutions
New Discussion юеВ

How do you check corrupt UDP packets in the private SG network ?

 
SOLVED
Go to solution
Sammy_2
Super Advisor

How do you check corrupt UDP packets in the private SG network ?

In a 2 node SGeRac cluster, individual ruuning the oracle dbase just shutdown at the same time. (HPUX 11.11). Messages in syslog show problems with communication detected. oracle suggested to check for udp packets.


With all these incomplete headers and checksums (below), is that a problem ? Or how do you check for udp packets ?

The other node in the cluster show 0 values for all.

# netstat -p udp
udp:
38862 incomplete headers
38862 bad checksums
0 socket overflows
good judgement comes from experience and experience comes from bad judgement.
3 REPLIES 3
Mel Burslan
Honored Contributor
Solution

Re: How do you check corrupt UDP packets in the private SG network ?

Sounds like the server where this output came from either has a bad network adapter or the switch port it is connected to is bad. Or a third possibility, the speed/duplex configuration is not matched between the server and the switch port.

Get your network people to assist you in troubleshooting this one. They might need to put a sniffer to see what exactly is happening.
________________________________
UNIX because I majored in cryptology...
Tingli
Esteemed Contributor

Re: How do you check corrupt UDP packets in the private SG network ?

Very often the half duplex and full duplex are not match on both sides.
Sammy_2
Super Advisor

Re: How do you check corrupt UDP packets in the private SG network ?

Thanks to both. I have setup as auto-neg for switches and it is communicating at 1000meg. I will check with network folks to see if they see anyting on the switch side. The numbers from netstat command are not increasing so HP is saying nettrace wont show anyting.
good judgement comes from experience and experience comes from bad judgement.