- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel parameters 11.11
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-13-2007 05:48 AM
09-13-2007 05:48 AM
Can somebody tell me how can I determine which kernel parameters are dynamic and which not.??
If there a command that tells that?
I don't understand exactly what DLKM is.
It appears under /stand/dlkm/system but I cannot change it. why? it is not supposed to be a dynamic too ?
thank you,
Marc'o
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 05:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 05:57 AM
09-13-2007 05:57 AM
Re: Kernel parameters 11.11
# kmtune -l
...will show you all parameters and their values and attributes.
DLKM = Dynamically Loadable Kernel Module
...the kernel loads/unloads modules as needed.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 05:57 AM
09-13-2007 05:57 AM
Re: Kernel parameters 11.11
Try just kmtune -l¦more
The output will be:
...
...
Parameter: NSTRSCHED
Current: 2
Planned: 2
Default: 0
Minimum: -
Module: -
Version: -
Dynamic: No
...
...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 05:58 AM
09-13-2007 05:58 AM
Re: Kernel parameters 11.11
Here is the link to configurable kernel parameters.
http://docs.hp.com/en/939/KCParms/KCparams.OverviewAll.html
Rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 06:11 AM
09-13-2007 06:11 AM
Re: Kernel parameters 11.11
kmtune -q maxvgs -l
This give me the answers I was looking for..!!
Thank you!
Marco