1827741 Members
3190 Online
109969 Solutions
New Discussion

tci/ip parameters

 
SOLVED
Go to solution
Shivkumar
Super Advisor

tci/ip parameters

Hello,

What is command to find tcpip parameters used for iplanet/apache web server on hpux 11i ?

Also how to tune it without using SAM ?

Thanks,
Shiv
3 REPLIES 3
Ralph Grothe
Honored Contributor
Solution

Re: tci/ip parameters

I'm not sure if this is what you are addressing.
You can get an overview of tunables from your HP-UX TCP/IP stack by

ndd -h supported

You'd also use ndd to inspect and change settings (see man ndd)

Madness, thy name is system administration
Ralph Grothe
Honored Contributor

Re: tci/ip parameters

I don't know the iPlanet webserver
(was it Netscape?), but as for Apache you can have a look at compile time settings.

/path/to/yours/bin/httpd -V

-l will print you a list of compiled module support.
Madness, thy name is system administration
Ralph Grothe
Honored Contributor

Re: tci/ip parameters

Ah, found that link.
Although HP-UX's ndd reports good help explanations for any tunable,
I found by far the best source of information in that respect being Rick Jones' annotations:

http://www.carumba.com/talk/random/hp.annotated_ndd.txt
Madness, thy name is system administration