Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is the same TCP parameters in AIX?

Status
Not open for further replies.

nnnnnnine

Technical User
Feb 6, 2012
1
0
0
TW
Dear All

I am try to tuning a parameter in AIX 5L and 6 (for performance issue.)

I find a link(
The thread mention two parameter below, I can use "ndd" command to tuning.
tcp_deferred_ack_interval = 2
tcp_deferred_ack_max = 2

but I can't find ndd command on AIX system.

Can any one guide me to tuning the parameter on AIX system?

Thanks.
 
I would look at
The no command is for network tuning, but you should use oracle recommended settings. ndd is a HPUX or Linux option, Aix tuning is a little different. I don't know what problem you are seeing so I can offer nothing more.

Tony ... aka chgwhat

When in doubt,,, Power out...
 
ndd is a Solaris command for tuning network devices.

If you want to tune network options on AIX look at the command
Code:
no

There are other options too
Code:
schedo
vmo
ioo
nfso
 
I saw you asked this question in an IBM forum and was told of an 'no' option you said wasn't available.

Do an
Code:
no -a
and look at every option available.

You can do a help too for 'no'
Code:
no -h <whatever>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top