- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel conguration from command line under 11.23
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-26-2008 10:51 AM
09-26-2008 10:51 AM
Kernel conguration from command line under 11.23
this would be for tuning the kernel via kctune for non-dynamic stttings.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 11:04 AM
09-26-2008 11:04 AM
Re: Kernel conguration from command line under 11.23
like this you can change the kernel parameter values.
# kctune -h msgseg=16384
# kctune -h msgtql=2048
# kctune -h msgmap=2050
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 11:09 AM
09-26-2008 11:09 AM
Re: Kernel conguration from command line under 11.23
See the manpages for 'kconfig':
http://docs.hp.com/en/B3921-60631/kconfig.1M.html
http://docs.hp.com/en/B3921-60631/kconfig.5.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 11:26 AM
09-26-2008 11:26 AM
Re: Kernel conguration from command line under 11.23
I know how to use kctune to change the vaules and I know I use kconfig preform some of the steps, but what I wanted was a confirmation of the steps.
For example on 11.11 - I could do the following
system_prep -v -s system
mk_kernel -s system
mv /stand/system /stand/system.prev
mv /stand/build/system /stand/system
/usr/sbin/kmupdate
what are the steps under 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 11:31 AM
09-26-2008 11:31 AM
Re: Kernel conguration from command line under 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 11:34 AM
09-26-2008 11:34 AM
Re: Kernel conguration from command line under 11.23
See this (and its encapsulating chapter):
http://docs.hp.com/en/B2355-90950/ch03s11.html#i490487
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 11:46 AM
09-26-2008 11:46 AM
Re: Kernel conguration from command line under 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 12:04 PM
09-26-2008 12:04 PM
Re: Kernel conguration from command line under 11.23
I'm glad to have helped. Please don't forget to rate the answers given; i.e. assign points.
...JRF...