- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel Parm
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
10-28-2005 05:25 AM
10-28-2005 05:25 AM
I need two things.
1. Parm #'s
2. Parm forumal's
Any help would be greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 05:28 AM
10-28-2005 05:28 AM
Re: Kernel Parm
Man kmtune for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 05:36 AM
10-28-2005 05:36 AM
Re: Kernel Parm
Even sysdef can help you.
regds,Granite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 05:39 AM
10-28-2005 05:39 AM
Re: Kernel Parm
It is kctune in HPUx 11.23. Allthough a wrapper script is provided with name kmtune as well.
GUI interface kcweb is there in 11.23. Whereas in 11i SAM can also be used for this.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 06:55 AM
10-28-2005 06:55 AM
Re: Kernel Parm
to change the kernel parameter you can do through command prompt.
Ex: to set the maxfiles to 2048
# kmtune -s maxfiles=2048
# ./mk_kernel
# kmupdate
# shutdown -r -y 0
Also check this doc from hp site, Tunable_Kernel_Parameters.pdf for further details of Kernel parameters and their usuage.
Hope this will help,
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 08:20 AM
10-28-2005 08:20 AM
Re: Kernel Parm
# sam
Kernel configuration
Configurable parameter
This is menu driven and should ease you parameter value changing.
You can also use "kmtune" and have look at man kmadmin, man mk_kernel, man kmupdate etc.
Hope that helps.
Regards,