Operating System - HP-UX
1833793 Members
2190 Online
110063 Solutions
New Discussion

can't find nettune command with hp-ux 11

 
SOLVED
Go to solution
yassine elhammar_1
Occasional Contributor

can't find nettune command with hp-ux 11

hello all
I've already used the "/usr/contrib/bin/nettune" command to perform some tcp/ip tunnings with hp-ux 10.20
now i'm using hp-ux 11.00, and I can't find this command
Is there any equivalent way under hp-ux 11 to do the same thing
Thanx for help
3 REPLIES 3
Bill Hassell
Honored Contributor
Solution

Re: can't find nettune command with hp-ux 11

nettune is now known as ndd. Check the man page for ndd, ndd -h for a list of tunables, and /etc/rc.config.d/nddconf to set the ndd tunables on bootup.


Bill Hassell, sysadmin
federico_3
Honored Contributor

Re: can't find nettune command with hp-ux 11

For version 11.00 /usr/bin/ndd is the tool to help display and tune network parameters.
It is similar to nettune in the syntax but it allows display and modification of network interface device files.


federico