- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel Tunable.
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
11-15-2001 10:24 AM
11-15-2001 10:24 AM
Kernel Tunable.
We have a whole lot of kernel tunable for 11.0 for a third party vendor. It almost covers every Kernel tunable for 11.0. Is there an order to start as each of them is interdependent? Please help me as to how to proceed with this like which one to set first and the next so on..
Thanks &Regards
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 10:30 AM
11-15-2001 10:30 AM
Re: Kernel Tunable.
If you are tuning a new system then tune via sam as each interdependance will be shown.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 10:32 AM
11-15-2001 10:32 AM
Re: Kernel Tunable.
Have a look at the document (via the link), below). It is organized by related parameters.
http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 02:54 PM
11-15-2001 02:54 PM
Re: Kernel Tunable.
As already suggested by Paula, SAM would
be a good place to start if you don't
know. Are the suggested parameters listing
numbers only or a combination of numbers
and formulas? If it is the latter, you
could use the below suggested method.
as root
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (make your changes)
save file
# /usr/sbin/mk_kernel -s system
# /usr/sbin/kmupdate
# cd /
# /sbin/shutdown -r -y 0
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 02:58 PM
11-15-2001 02:58 PM
Re: Kernel Tunable.
I would take the 3rd party's tunable list with a grain of salt. I've seen quite of few of those. Some are simply funny; some are truly dangerous; a few are valid. Ask lots of questions and if you don't get reasonable answers without hand-waving then examine them very carefully. In short, look before you leap.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 03:20 PM
11-15-2001 03:20 PM
Re: Kernel Tunable.
related suggestions on kernel parameters.
We received a suggested list of these
from one vendor shush! (peoplesoft) and
some of them were laughable.
maxfiles 4096 (double the nominated limit)
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 03:44 PM
11-15-2001 03:44 PM
Re: Kernel Tunable.
Start off with a pinch of cynicism on the given list. Ultimately it is you who call the shots on what the parm values should be. I have seen params from vendors which are way off mark.
Next, before you do any change, take a printout of your existing kernel parm values. use SAM since for every value you attemptto change it calculates dependencies and warns you about it. Do this for the whole list provided by the vendor. A good starting point would be to tweak MAXUSERS values, since that in turn controls nfiles , nflock and few other values.
HTH
raj