- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- which command can I use to query kernel 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
09-23-2003 07:37 PM
09-23-2003 07:37 PM
which command can I use to query kernel parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 07:42 PM
09-23-2003 07:42 PM
Re: which command can I use to query kernel parameters
# /usr/sbin/sysdef
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 07:42 PM
09-23-2003 07:42 PM
Re: which command can I use to query kernel parameters
# kmtune -l
Hope it helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 07:45 PM
09-23-2003 07:45 PM
Re: which command can I use to query kernel parameters
not aware of any commands to query the kernel for its tunable parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 07:51 PM
09-23-2003 07:51 PM
Re: which command can I use to query kernel parameters
Have a look at man pages of kmtune for more details.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 07:54 PM
09-23-2003 07:54 PM
Re: which command can I use to query kernel parameters
- SAM --> Kernel Configuration --> Configurable parameters -->
- to show
# /usr/lbin/sysadm/system_prep -s /tmp/system
- # kmtune -l
or
# kmtune -S /stand/system
or
# sysdef
Note:
kmtune and sysdef work well on hpux 11, but 'kmtune' doesn't exist on on 10.20
/usr/lbin/sysadm/system_prep -s does not show all the kernel settings at all. What it does show are the drivers that are currently loaded in the kernel and system parameters that have been changed from the default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 07:54 PM
09-23-2003 07:54 PM
Re: which command can I use to query kernel parameters
/usr/sbin/kmtune -l
/usr/sbin/kmtune -q name - to query a kernel parameter
/usr/sbin/sysdef - shows the currently running kernel's tunable parameters.
HTH
aparna