- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel tunning won't work
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
09-13-2007 04:15 AM
09-13-2007 04:15 AM
Kernel tunning won't work
# # kctune nproc=4096
ERROR: The value 163840 is outside the range of valid values (min=1
max=32767) for the tunable msgseg
I don't see there is any relations between msgseg yet it won't allow me to modify nproc.
Over here, nproc is a dynamic one while msgseg is a static one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 04:31 AM
09-13-2007 04:31 AM
Re: Kernel tunning won't work
You should also check to see if your kctune patches are current. PHCO_34195 is the most recent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 05:36 AM
09-13-2007 05:36 AM
Re: Kernel tunning won't work
review current kernel with what is in /stand/system.. As noted there was a change made outside of using kctune.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 05:57 AM
09-13-2007 05:57 AM
Re: Kernel tunning won't work
Actually, the setting in kctune is:
Tunable Value Expression
.
.
.
msgseg 26560 (msgtql*4)
msgtql 6640 (nproc*10)
.
.
.
nproc 664 (((200)*3)+64)
That is why msgseg is out of its range.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 06:00 AM
09-13-2007 06:00 AM
Re: Kernel tunning won't work
This is probably a good example of why.