Operating System - HP-UX
1832697 Members
3029 Online
110043 Solutions
New Discussion

Source Quench in HPUX 10.20

 
nibble
Super Advisor

Source Quench in HPUX 10.20

Hi everyone,

How do we disable source quench in HPUX 10.20? I know that we can do it thru ndd and modifying /etc/rc.config.d/nddconf with hpux 11.00, and I've read about nettune. I tried nettune with the following argument:

nettune -s ip_send_source_quench 0

and got this error:

ioctl on dev '/dev/netman' failed(object name not found): Invalid argument


Are there any other options aside from using nettune like kernel parameters, etc?, kindly advise.
Any help is much appreciated.
3 REPLIES 3
Deepak Kr
Respected Contributor

Re: Source Quench in HPUX 10.20


On hpux 11i we use following:

Disable by this command
# ndd -set /dev/ip ip_send_source_quench 0

and verify that file /etc/rc.config.d/nddconf contains follows entries

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

May be this helps!!
"There is always some scope for improvement"
nibble
Super Advisor

Re: Source Quench in HPUX 10.20

Thank you Kumar, I know about the 11i procedure. What i need is for the 10.20 version. ndd is not available and nettune cant be used either.
nibble
Super Advisor

Re: Source Quench in HPUX 10.20

not possible i believe.