- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to configure/view maxuprc & nproc 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-20-2008 12:38 AM
06-20-2008 12:38 AM
My HPUX os version is B.11.11. I would like to view & configure maxuprc & nproc parameters. Kindly help me to configure & view the above parameters.
Thanks,
Ramesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2008 12:48 AM
06-20-2008 12:48 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2008 01:03 AM
06-20-2008 01:03 AM
Re: How to configure/view maxuprc & nproc parameters ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2008 01:27 AM
06-20-2008 01:27 AM
Re: How to configure/view maxuprc & nproc parameters ?
Thanks for the help. I tried to change the value as 1000 for nproc using the following command,
kmtune -s nproc=1000
After that, I have seen the following output for the "kmtune -q nproc", (ie) current value as 276 and planned value 1000.
# kmtune -l -q nproc
Parameter: nproc
Current: 276
Planned: 1000
Default: (20+8*MAXUSERS)
Minimum: -
Module: -
Version: -
Dynamic: No
#
I expected that the current value will be changed to 1000 once I reboot the m/c. But it is not happening. I got the same output even I reboot the HPUX system. (ie) current value as 276 and planned value as 1000. Am I missing anything ?
Thanks,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2008 01:49 AM
06-20-2008 01:49 AM
Re: How to configure/view maxuprc & nproc parameters ?
you need to rebuild kernel to set up the planned values so the easiest way to do so is to use sam to process all for you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2008 04:22 AM
06-20-2008 04:22 AM
Re: How to configure/view maxuprc & nproc parameters ?
It is working fine if I use sam tool. Thanks for your help in resolving this issue.
Thx,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2008 11:41 AM
06-20-2008 11:41 AM
Re: How to configure/view maxuprc & nproc parameters ?
-s sets the new parm amount
-u updates the kernel
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2008 11:31 PM
06-21-2008 11:31 PM
Re: How to configure/view maxuprc & nproc parameters ?
If you are using kmtune,you have to use mk_kernel to create new kernel under /stand/build directory and then kmupdate to move the kernel to /stand.
George