- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel 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
06-05-2002 06:12 AM
06-05-2002 06:12 AM
I am trying to find out the values for certain kernel parameters for our DBAs and
I cannot find some of them .
kmtune or sam does not show the following:
SHMMHI
SEMMSL
Could you point me to the right place where I can find these values.
Thanks in advance.
Dimitry.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 06:18 AM
06-05-2002 06:18 AM
Re: Kernel Parameters
I always use
http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf
as a starting point ...
Hope it helps,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 06:23 AM
06-05-2002 06:23 AM
Re: Kernel Parameters
There are no such kernel (SHMMHI SEMMSL) parameters in 11.0 . Which version of hp-ux are you talking about. Are you sure about these kernel parameters.
http://docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 06:23 AM
06-05-2002 06:23 AM
Re: Kernel Parameters
kmtune like this should work
kmtune -l -q semmsl
Parameter: semmsl
Current: -
Planned: 2048
Default: 2048
Minimum: -
Module: -
Version: -
Dynamic: No
kmtune -l -q shmmni
Parameter: shmmni
Current: -
Planned: 200
Default: 200
Minimum: -
Module: -
Version: -
Dynamic: No
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 06:26 AM
06-05-2002 06:26 AM
Re: Kernel Parameters
Benchmark With HP PRM Memory Management white paper from 10.27.2000
kmtune -l -q semmsl
does not work
we are running 11.0
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 06:29 AM
06-05-2002 06:29 AM
SolutionThose are the kernel tunables for semaphores. However they cannot be tuned. Also kmtune will not report that nor SAM. To look into the values go to this file ..
/usr/conf/space.h.d/core-hpux.h
also
/usr/include/sys/sem.h
Thanks
Giri Sekar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 06:33 AM
06-05-2002 06:33 AM
Re: Kernel Parameters
# grep SEMMSL /usr/include/sys/sem.h
If you're on 11i, you should be able to see it in SAM and it's dynamic.
The other kernel SHMMHI I never hear of.