- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- default kernal 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
04-10-2001 09:27 AM
04-10-2001 09:27 AM
Thanks,
Erik
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2001 09:44 AM
04-10-2001 09:44 AM
SolutionSAM has default templates. You can look in /usr/sam/lib/kc/tuned/ .
You can also use 'sysdef' in 10.20 and 'kmtune' in 11.x to list kernel parameters along with their ranges and defaults (see the man pages for further details).
Take a look too, at /stand/system. This will contain those parameters tuned from the default values (either individually, or due to the application of a template).
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2001 09:49 AM
04-10-2001 09:49 AM
Re: default kernal parameters
11.0 (and 10.20, I think)
http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html
11i (11.11)
http://docs.hp.com//hpux/onlinedocs/os/11i/kcparams/KCparams.OverviewAll.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 07:39 AM
04-11-2001 07:39 AM
Re: default kernal parameters
msgmap (2+MSGTQL)
msgmax 32768
msgmnb 65535
msgseg 11728
msgssz 32
msgtql 6856
ninode 1400
semmap 2194
semmni 2192
semmns 2384
shmmni 2312
Thanks again,
Erik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 10:29 AM
04-11-2001 10:29 AM
Re: default kernal parameters
However, if you are attempting to tweek you boxes, I suggest doing research on the parm you entend on modifing. Then making mods to only one at a time.
Make a mod
boot the system
Wait a while.
see if it made a difference
repeat
If you make too many changes at once, you really don't know what affected what!!!
Have a good ignite backup prior to any mod to the kernal.
Hope this helps.
...jcd...