- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- missing 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
01-13-2011 03:21 PM
01-13-2011 03:21 PM
missing kernel parameters
I installed hpvm 4.20 in one of the hp blade bl860c server by following the installaion, configration manual as guideline.
However from the manual in page 31, it stated some of the kernel parameters will be modified but I found that one of them is missing (lockable_mem_pct).
Does this is correct or anyway I have to insert this?
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2011 06:36 PM
01-13-2011 06:36 PM
Re: missing kernel parameters
Assuming this is 11i v3, the tunable is there -- but it is undocumented and private [does not show by default unless set]. You most certainly should not have to insert it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 08:03 AM
01-14-2011 08:03 AM
Re: missing kernel parameters
Yes it is there, just like what you said it is private and not shown from Sam.
So when I do kctune lockable_mem_pct it show
Tunable Value Expression Changes
lockable_mem_pct 3642299 99% Imm (auto disabled)
what is the meaning of (auto disabled)?
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 08:37 AM
01-14-2011 08:37 AM
Re: missing kernel parameters
`man 1m kctune` in the "Default Output" section near the end discusses this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2011 11:16 PM
01-15-2011 11:16 PM
Re: missing kernel parameters
A private kernel parameter is defined within the kernel but is typically not used. Nfiles on 11.31 is an outstanding example for this.
Regards
Ismail Azad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2011 03:04 AM
01-16-2011 03:04 AM
Re: missing kernel parameters
Please see the difference between both
1.Output from which the server HPVM is not installed
kctune -v lockable_mem_pct
Tunable lockable_mem_pct
Description Amount of lockable memory (percentage)
Module vm
Current Value 13866526 [Default]
Value at Next Boot Default (automatic)
Value at Last Boot 13866526
Default Value 13866526 (automatic)
Can Change Automatic Tuning Enabled
Output from which the server HPVM is not installed
2.kctune -v lockable_mem_pct
Tunable lockable_mem_pct
Description Amount of lockable memory (percentage)
Module vm
Current Value 34063821 [99%]
Value at Next Boot (auto) [99%]
Value at Last Boot 34063821
Default Value 30967115 (automatic)
Can Change Immediately (Automatic Tuning Disabled)
Conclusion, If you install HPVM software for preparing a server for VMHOST, It automatically change the kernel parameters for making it as suitable for working in VM envirnment.SO at the time of installation it automatically disable the automatic tuning of some tunable to restrict the dynamicaly changes to its default value.
the default value of this tunable is 90%. Hope this will clear your doubts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2011 06:54 PM
01-16-2011 06:54 PM
Re: missing kernel parameters
Output from which the server HPVM is installed
2.kctune -v lockable_mem_pct
Tunable lockable_mem_pct
Description Amount of lockable memory (percentage)
Module vm
Current Value 34063821 [99%]
Value at Next Boot (auto) [99%]
Value at Last Boot 34063821
Default Value 30967115 (automatic)
Can Change Immediately (Automatic Tuning Disabled)