- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Difference in kmtune and SAM kernel parameters out...
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
10-14-2003 03:20 PM
10-14-2003 03:20 PM
Difference in kmtune and SAM kernel parameters output
Parameter: maxuprc
Current: 75
Planned: (NPROC+2)
Default: 75
Minimum: -
Module: -
Version: -
Dynamic: Yes
What causes the difference and which value should we believe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 03:26 PM
10-14-2003 03:26 PM
Re: Difference in kmtune and SAM kernel parameters output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 03:28 PM
10-14-2003 03:28 PM
Re: Difference in kmtune and SAM kernel parameters output
Parameter: nproc
Current: 4096
Planned: 4096
Default: (20+8*MAXUSERS)
Minimum: -
Module: -
Version: -
Dynamic: No
johnu17#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 03:38 PM
10-14-2003 03:38 PM
Re: Difference in kmtune and SAM kernel parameters output
The change is not yet in production.
The two reports are consistent with a pending kernel change.
Looks like you need to carry it through and move the kernel to production. Or you can use sam to finish it up.
sam should show a pending value. Does it?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 03:47 PM
10-14-2003 03:47 PM
Re: Difference in kmtune and SAM kernel parameters output
And sam shows it's planned value is 4098 (4096 + 2) after reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2003 05:54 AM
10-16-2003 05:54 AM
Re: Difference in kmtune and SAM kernel parameters output
Problem system was patched last Saturday.
Problem showed up on Tuesday. I restored a pre-patched system on a test box. REstored maxuprc was set to 2459, which was consistent with what is in the /stand/system file. The only place I could find maxuprc set to (NPROC+2) was in a system file in /stand/build. Apparently, this /stand/build/system file was used when the system was rebooted after. On the recovered test system, I tried to dynamicly increase maxuproc to (NPROC+2) but got an out of range error. According to what I found on ITRC, maxuprc maximum value is ( NPROC-5). So SAM showed an illegal value; but the kernel build realized maxuprc was out of range and used the default.
Thanks for all your responses.