- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sysdef and kmtune
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-09-2006 10:12 PM
09-09-2006 10:12 PM
I have a 11.11 server. When I want to view the value of a kernel parameter, which is being currently used, I check with sysdef and kmtune -l. But the output differs.
I was checking value of nbuf. sysdef shows a value of some 28000 plus and kmtune -l -q nbuf shows 0.
Which is the correct value please..? And which command should I use?
Sudheer
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 12:38 AM
09-10-2006 12:38 AM
Re: sysdef and kmtune
Beginnimg with 11.0 'kmtune' should be used in preference to 'sysdef' which is deprecated.
In 11.23, 'kmtune' is deprecated and replaced by 'kctune'.
Thus, for 11.11, you should use 'kmtune' to query and/or set kernel parameters.
The manpages offer additional information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 01:24 AM
09-10-2006 01:24 AM
Re: sysdef and kmtune
You can use kmtune or SAM utility to get the accurate value.
JIJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 06:16 AM
09-10-2006 06:16 AM
SolutionBill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 06:50 PM
09-10-2006 06:50 PM
Re: sysdef and kmtune
in 11.23, u can also use kcweb- web interface for kernel configuration. Alarams, graphical representation of tunable values, new dynamic tunnables...etc... 11.23 kernel configuration is fun.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 07:19 PM
09-10-2006 07:19 PM
Re: sysdef and kmtune
You can use the following :
# glance -t
# sar -v
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 07:19 PM
09-10-2006 07:19 PM
Re: sysdef and kmtune
You can use the following :
# glance -t
# sar -v 5 5
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 09:12 PM
09-10-2006 09:12 PM
Re: sysdef and kmtune
"sysdef" command checks the currently running system (kernel) and reports its tunable configuration parameters.
It may be different from /stand/system, if someone edited /stand/system and hasn't rebuilt the kernel since then.
"kmtune" command takes the kernel parameter value from /stand/system.
That's why "sysdef" and "kmtune" don't display the same output.
In order to display the differences between "Current" & "Planned" kernel values, go into SAM -> kernel configuration, the "Current" & "Pending" values are different from "kmtune".
To see what SAM is doing is to execute /usr/sam/bin/samlog_viewer -l C /var/sam/log/samlog.
This will open a window which extracts the commands executed by SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2006 03:24 AM
09-11-2006 03:24 AM