- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what is nproc , how to check ?
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
Discussions
Discussions
Discussions
Forums
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
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-22-2010 10:25 AM
тАО10-22-2010 10:25 AM
what is nproc , how to check ?
now i want to install oracle 10g into hpux11.31 platform
as oracle preinstall requirement that is need to tune the kernel .
the fomule for tune kernal as below:
ksi_alloc_max (nproc*8) (example)
my question is what is nproc ? how to check the nproc ? what is msgtql, what is ninode, what is semmni .... how to check ?
- Tags:
- nproc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2010 10:37 AM
тАО10-22-2010 10:37 AM
Re: what is nproc , how to check ?
- Tags:
- kctune
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2010 11:19 AM
тАО10-22-2010 11:19 AM
Re: what is nproc , how to check ?
nproc is the maximum number of process on the system.
As are the others, and to change these settings you need to know how to 'tune' a system.
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2010 11:38 AM
тАО10-22-2010 11:38 AM
Re: what is nproc , how to check ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2010 08:27 PM
тАО10-23-2010 08:27 PM
Re: what is nproc , how to check ?
All these are kernel parameters.
These parameters can be tuned, with particular formula, they are having interdependence.
To check and tune these parameters u can use command line and SAM
#kctune | grep -i kernel_parameters
Refer below links which will explain in brief
http://docs.hp.com/en/1219/tuningwp.html#kern10
http://docs.sun.com/source/816-5523-10/appa.htm
Hope this solves ur query
Don't forget to assign points
Regards
Vishnu Khandare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2010 08:36 PM
тАО10-23-2010 08:36 PM
Re: what is nproc , how to check ?
#man nproc
will tell you everything, what to do, how to do , who can do , when to do ...
#kctune nproc=value is the command to change that.
regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2010 11:48 PM
тАО10-23-2010 11:48 PM
Re: what is nproc , how to check ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2010 04:04 PM
тАО10-24-2010 04:04 PM
Re: what is nproc , how to check ?
If you are happy with the answers you have received, please read the following about how to assign points:
http://forums.itrc.hp.com/service/forums/helptips.do?#33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-17-2011 05:52 AM
тАО10-17-2011 05:52 AM
what is nproc , how to check ?
NPROC & KCTUNE:
NPROC = NPROC is the kernel parameter, which controlling maximum number of simultaneous processes for all users.
nproc - limits the number of processes allowed to exist simultaneously
To check and tune these parameters we can use below command:
# kctune | grep -i kernel_parameters
kctune - manage kernel tunable parameters
# kctune
When we get below message in syslog:
kthread: table is full
Then we are not able to telnet or SSH, and unable to access from console.
To set a value use below command:
# kctune nproc=Any value
Thanks & Regards:
Jasvir Singh.