- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel parametters utilization
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
12-12-2006 03:29 PM
12-12-2006 03:29 PM
kernel parametters utilization
We have a HP-UX server with 11.11 (RP 5430).i want to chech the current kernel parametres (kernel tunables such ad nfile,nflock,nkthred etc...)utalization of the sever .please help me to do this
regards
BKB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 03:36 PM
12-12-2006 03:36 PM
Re: kernel parametters utilization
You can use # glance -t to monitor the system table parameters.
System Table Available Used Utilization High(%)
--------------------------------------------------------------------------------
Proc Table (nproc) 4096 105 3 3
File Table (nfile) 8202 467 6 6
Shared Mem Table (shmmni) 512 8 2 2
Message Table (msgmni) 512 2 0 0
Semaphore Table (semmni) 4096 24 1 1
File Locks (nflocks) 2048 17 1 1
Pseudo Terminals (npty) 200 0 0 0
Buffer Headers (nbuf) na 52428 na na
--------------------------------------------
Also try sar -v , to monitor the system table utilisation from command prompt.
You can check the other parameters from glance advisor_only mode, check the glance metrix.txt file for details.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 03:41 PM
12-12-2006 03:41 PM
Re: kernel parametters utilization
To view oir set kernel parameter you can use kmtune (command line).
Or you can use SAM > kernel configuration > configurable parameter.
You also need check user limit, using ulimit -a
Thx,
EKO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 04:16 PM
12-12-2006 04:16 PM
Re: kernel parametters utilization
To check value of kernel parameters you can use "kmtune" , "glance -t" or can use "sam".
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 05:25 PM
12-12-2006 05:25 PM
Re: kernel parametters utilization
HP use to give a utility called "pst" also to monitor such parameters. You can run that and this utiltiy shall get the utlization of kernel parameters every minute into a log file.
Thanks
PVR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 09:32 PM
12-12-2006 09:32 PM
Re: kernel parametters utilization
I want to list the current utilization of the parameters ,suppose i set nfile value to 3000 current utlization of nfile is 500,then how i can list this information without any other os-seperated utility
regards
Baiju Kumar.B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 09:47 PM
12-12-2006 09:47 PM
Re: kernel parametters utilization
please see:
(for nfile)
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=991275
especially Don Morris's answer !
(for nkthread)
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=940966
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.