Operating System - HP-UX
1828249 Members
2767 Online
109975 Solutions
New Discussion

Source Quench Received Problem

 
SHIRISH_1
New Member

Source Quench Received Problem

We are running up on HP-UX 11.x with Oracle Applications (ERP). There is a breakage in conactivity during the working hours and users are disconnected while doing any processing at client end. When we ping the server, it flashes the message 'source quench received'. This causes useless processes on the server and hence unnecessary load on server. Please suggest the way-out as early as possible.
Thanks in anticipation.
I like to play
4 REPLIES 4
Alex Glennie
Honored Contributor

Re: Source Quench Received Problem

Receiving "Source Quench Received" messages on primary network interface.

These errors are totally harmless but can be a nuisance if a ping monitor is
being run on the network. There is currently no patch to remove the message but
the change has been implemented in HP-UX release 11.01. It is not known at this
time when 11.01 will be released. In the interim, there are two ways that these
error messages can be suppressed. A single command will take care of them
temporarily or the /etc/rc.config.d/nddconf file can be modified to make the
change permanent.

The following command will suppress the messages until the next time the system
is reset.

# ndd -set /dev/ip ip_send_source_quench 0

A permanent solution is to add the following lines to the file
/etc/rc.config.d/nddconf:

TRANSPORT_NAME[INDEX]=ip
NDD_NAME[INDEX]=ip_send_source_quench
NDD_VALUE[INDEX]=0

Note: Substitute INDEX with a proper value depending on what other entries are
in the file. See the comment in the nddconf file for advice on how to set the
value of INDEX.

Matt Runyan
New Member

Re: Source Quench Received Problem

you say that the source quench messages can be safely ignored?

I'm confused. I've noticed that on my server, when I again re-enable source quench...my users connecting to oracle/sqlnet port 1521:

a) cannot ping my server, they receive a source quench error

b) suffer intermittent (at best) connectivity to the server, with disappearing connections.

I am trying to determine if this is purely coincidental (I don't believe so)... when I disable source quench everything once again returns to "normal"...enable it and I have connectivity issues.

any ideas?
Dan Keister
New Member

Re: Source Quench Received Problem

Matt Runyan,
I am experiencing the same problem, oracle users are being disconnected and when pinging the server source quench messages are being returned. you stated in your post that when you turn off sourch quench you have better client communication results. Is this still true and if so do you contribute it to the sourch quench being off? If you found that sourch quench was not the problem what did you find the reason for clients being disconnected? any info on the subject would be greatly appreciated.

Thank you in advance,
Dan
Networking
Rita C Workman
Honored Contributor

Re: Source Quench Received Problem

Take a look at this thread...maybe it will help answer it for you:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xea6837f45ef7d4118fef0090279cd0f9,00.html

/rcw