- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX TCP Stack Limits to Obey?
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
08-07-2006 09:36 PM
08-07-2006 09:36 PM
I need to find out about any possible "limitations" or performance degradataions of the hpux tcp stack, and if they exist how to overcome them maybe by kernel or ndd tuning, or patching.
I was told that the application developers of one of our customers threat to release a new version of their application software which as rumour has it seems to be heavily tomcat/mod_jk based.
This shift to Java lets me fear the worst for the performance.
I was also told that it is roughly estimated that the peaks of concurrently established sockets of client connections may raise to well beyond 2000.
(I wonder how, if their client base hasn't risen at the same time?)
Currently on an average working day we are below 2000 sockets.
(if you are interested, please have a deko at the rrdgraphs I attached to this posting)
As far as I can remember from former threads of this kind I dared to plague you with,
some network gurus like Rick Jones et al. mentioned that there were no such inherent restrictions in the network stack, but only the system's resources such as cpu and memory.
But anyway, I wanted to make sure if there couldn't be done anything from my sysadmin part to make it a smooth transit.
Maybe someone of you has also experience with resource hunger and stability of tomcat applications on hpux?
Regards
Ralph
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 01:22 AM
08-08-2006 01:22 AM
Re: HP-UX TCP Stack Limits to Obey?
You can put limit of tcp socket connections adding entry in nddconf file.
transport_name[0]=tcp
ndd_name[0]=tcp_time_wait_interval
ndd_value[0] =3000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 02:14 AM
08-08-2006 02:14 AM
Re: HP-UX TCP Stack Limits to Obey?
PLease check the link below for NDD info,
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
But I recon, that you should look this ptoblem from application side - TOMCAT or your coding also. Check for the parameters that are recomended for tomcat.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 02:44 AM
08-08-2006 02:44 AM
Re: HP-UX TCP Stack Limits to Obey?
actually, I think this is the link to Rick Jones'es annotations which I have bookmarked some time ago.
I wonder I he has written an update by now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 12:43 PM
08-08-2006 12:43 PM
SolutionI've not updated my ndd writeups. Officially I'm not in the UX organization any longer, so my "day job" incentive to update that has waned a bit :) Still, I do play with UX boxen from time to time, and I like telling other people what to do :) so I may go ahead and try for an update.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 07:22 PM
08-08-2006 07:22 PM
Re: HP-UX TCP Stack Limits to Obey?
I'd like to tell you how much I appreciate your nnd parms annotations.
They always are a valuable source of explanation of the obscure hpux network voodoo.
Therefore, I'd like to encourage you to keep on with occassional revisions should changes in the stack's ndd interface necessitate and justify this effort.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 04:37 AM
08-09-2006 04:37 AM