- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11.23 Kernel Parameters for Legato Networker...
Operating System - HP-UX
1825050
Members
3276
Online
109678
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО09-15-2005 12:34 AM
тАО09-15-2005 12:34 AM
HP-UX 11.23 Kernel Parameters for Legato Networker 7.2.1 (large environment).
Hi Everyone,
I'm looking for a kernel parameter "recipe" (i.e. /stand/system) for Legato Networker 7.2.1 on HP-UX 11.23 in a large environment.
So far HP and Legato have been unable to provide and we've been iteratively "tweaking" until now which is a little irritating to say the least.
All the "tweaking" was historically on 11.11 and we have had satisfactory stability on 11.11 for some time now, but it was too painful getting there.
I'm not talking about performance tuning... but guaranteeing "stability" and "functionality" under load.
Now that we are migrating to 11.23, we want to avoid that old scenario of iterative configuration by implementing a kernel which is properly configured from the start.
So in short :-),what we're looking for is a /stand/system file which covers "stability and functionality". A recipe, if you like.
Here's the tunables we have modified so far on our new 11.23 systems... the modifications are based upon our experiences with *11.11*...
=======================
tunable shmmax 17179869184
tunable semmnu 260
tunable ninode 16384
tunable ncsize 21504
tunable msgseg 32767
tunable msgmnb 65535
tunable msgmap 2048
tunable msgtql 2046
tunable maxvgs 64
tunable maxdsiz 2147483648
tunable max_thread_proc 512
tunable executable_stack 1
tunable dbc_min_pct 50
tunable dbc_max_pct 90
tunable nstrpty 60
=====================
Best regards,
David Libby
I'm looking for a kernel parameter "recipe" (i.e. /stand/system) for Legato Networker 7.2.1 on HP-UX 11.23 in a large environment.
So far HP and Legato have been unable to provide and we've been iteratively "tweaking" until now which is a little irritating to say the least.
All the "tweaking" was historically on 11.11 and we have had satisfactory stability on 11.11 for some time now, but it was too painful getting there.
I'm not talking about performance tuning... but guaranteeing "stability" and "functionality" under load.
Now that we are migrating to 11.23, we want to avoid that old scenario of iterative configuration by implementing a kernel which is properly configured from the start.
So in short :-),what we're looking for is a /stand/system file which covers "stability and functionality". A recipe, if you like.
Here's the tunables we have modified so far on our new 11.23 systems... the modifications are based upon our experiences with *11.11*...
=======================
tunable shmmax 17179869184
tunable semmnu 260
tunable ninode 16384
tunable ncsize 21504
tunable msgseg 32767
tunable msgmnb 65535
tunable msgmap 2048
tunable msgtql 2046
tunable maxvgs 64
tunable maxdsiz 2147483648
tunable max_thread_proc 512
tunable executable_stack 1
tunable dbc_min_pct 50
tunable dbc_max_pct 90
tunable nstrpty 60
=====================
Best regards,
David Libby
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2005 12:40 AM
тАО09-15-2005 12:40 AM
Re: HP-UX 11.23 Kernel Parameters for Legato Networker 7.2.1 (large environment).
David,
I would suggest that, if you set your 11.23 kernel up based on your 11.11 tweakings, you will probably not have to do any further tweaking. I tend to be rather generous in setting my kernel parameters - after all, it only costs a few extra bytes of memory to hold most of the additional kernel structures you're creating and, in today's large memory systems, that little difference will never be noticed.
Pete
Pete
I would suggest that, if you set your 11.23 kernel up based on your 11.11 tweakings, you will probably not have to do any further tweaking. I tend to be rather generous in setting my kernel parameters - after all, it only costs a few extra bytes of memory to hold most of the additional kernel structures you're creating and, in today's large memory systems, that little difference will never be noticed.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2005 01:01 AM
тАО09-15-2005 01:01 AM
Re: HP-UX 11.23 Kernel Parameters for Legato Networker 7.2.1 (large environment).
Hi Pete,
Well, that sounds logical... but surely there must be kernel paramater templates out there.
It really surprises me that Legato and HP don't provide a list of paramaters considering that the out-of-the-box set are almost never sufficient.
Regards,
David
Well, that sounds logical... but surely there must be kernel paramater templates out there.
It really surprises me that Legato and HP don't provide a list of paramaters considering that the out-of-the-box set are almost never sufficient.
Regards,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2005 08:21 AM
тАО09-25-2005 08:21 AM
Re: HP-UX 11.23 Kernel Parameters for Legato Networker 7.2.1 (large environment).
There's a concurrent thread going on over at "comp.sys.hp.hpux" and we seem to be getting closer to a finalised parameter set for this combo. As and when it comes to fruition, I'll post it up here (with the reasoning for each setting).
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP