- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel tuning with kcweb questions...
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
06-03-2006 08:56 AM
06-03-2006 08:56 AM
kernel tuning with kcweb questions...
i have lot of question in kernel tuning.
1.) i like the kernel tuning with sam(sam TUI) in HP-UX 11i. but with 11iv2, i feel difficult to tune the kernel with IE. then i think why they changed sam method of tunning the kernel? what is good in web interface kernel tuning?
2.) i read that "ncallout" is the kernel parameter which admins need to change often and also it requires reboot. is ncallout available with 11iv2? i am not seeing it with "kctune" command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2006 06:31 PM
06-03-2006 06:31 PM
Re: kernel tuning with kcweb questions...
They've been talking about a web based kernel tuning system for years. There have been several surveys from the sam team on these very forums on the topic.
Most experienced sysadmins reject this out of several reasons. We like to know how to do things on the command line because sometimes thats all we have to work with.
I took a look at sam on an 11i v2 system a few weeks ago. It doesn't look all that different from the 11i v1 tuning.
11i v2 has replaced kmtume with kctune. A lot of kernel parameters can be tuned on the commmand line without booting your system.
I recommend looking at the man page for kctune and trying it out. You will find shortly you need no gui for this kind of work.
As to the ncallout kernel parameter, it appears to be gone on my Itanium 11i v2 system. Looks like it was taken away for some reason. Perhaps a peak at the OS release notes will help explain it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2006 10:54 PM
06-03-2006 10:54 PM
Re: kernel tuning with kcweb questions...
It will show you either it is dynamic or not. If its dynamic then it doesn't require a reboot else it requires a reboot.
I have one 11.11 system and I checked there and found that it's value is (16+NKTHREAD).
So we need to chenge that parameter value and check for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2006 01:22 AM
06-04-2006 01:22 AM
Re: kernel tuning with kcweb questions...
Think of a wireless keyboard or wireless mouse. You can't use it to interface with the BIOS or WINDOWS SAFE mode. The same is true for UNIX Enterprise servers. GUI's don't enable in single user or run level 2.
1) See above. A bad kernel renders a non-bootable system. In this case you'd have to locate a TUI at the console.
2) NCALLOUT (NKTHREAD+16) in 11.23.
kmtune -q NCALLOUT -S /stand/system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2006 01:54 AM
06-05-2006 01:54 AM
Re: kernel tuning with kcweb questions...
man callouts_extra for gory details. (man 5 if you need to supply the chapter for some reason).