- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Tunig TCP/IP parameters
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 08:55 AM
06-23-2005 08:55 AM
I want to tune tcp/ip parameters on hpux 11/11i for iplanet and apache web servers. I believe some parameters needs to be entered in /stand/system also.
Please suggest how to do this without using SAM ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 10:10 AM
06-23-2005 10:10 AM
SolutionDo you have any idea what are the names of these parameters that you want to modify or you have just heard from the iplanet consultant that you need to modify some kernel parameters to make TCP/IP faster/better/more robust/etc ? If you can tell what you want to do in more detail, people may offer better guided help.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 10:37 AM
06-23-2005 10:37 AM
Re: Tunig TCP/IP parameters
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 04:20 AM
06-24-2005 04:20 AM
Re: Tunig TCP/IP parameters
Regards,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 05:01 AM
06-24-2005 05:01 AM
Re: Tunig TCP/IP parameters
One thing to make sure of is to increase tcp_conn_request_max - the maximum size of a listen queue - there will need to be a corresponding tune in iPlanet or Apache. However, if netstat -p tcp shows no connections dropped due to full queue, that ndd setting will not matter.
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt and annotated_ndd.txt may be of use.
You might also look at the HP-UX SPECweb99 results posted at www.spec.org. They though all use Zeus web server - because it is very much faster.
The only "/stand/system" parameter you might want to tune for networking is tcphashsz, which controls the relative sizes of various transport hash tables. However, there are constraints as to the values, and it probably would be best to use SAM to do it. Unless though you are talking about thousands of simulataneous connections, you do not have to tweak that parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 03:36 PM
06-24-2005 03:36 PM
Re: Tunig TCP/IP parameters
thanks
Devesh