- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel Parameter SHMMIN
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
09-14-2001 09:03 AM
09-14-2001 09:03 AM
How to set the kernel parameter SHMMIN?
Thanks a lot.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 09:09 AM
09-14-2001 09:09 AM
Re: Kernel Parameter SHMMIN
Or
use kmtune -s
GK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 09:11 AM
09-14-2001 09:11 AM
SolutionI'm going to assume your spelling is correct. If this is true, this query surfaced once before. See here, please:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa76a37f45ef7d4118fef0090279cd0f9,00.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 09:11 AM
09-14-2001 09:11 AM
Re: Kernel Parameter SHMMIN
THe thing is, I do not see a parameter called SHMMIN. There is a SHMMNI.
Here are the configurable parameters for 11.0:
http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 09:33 AM
09-14-2001 09:33 AM
Re: Kernel Parameter SHMMIN
You can use different ways
-SAM
-kmtune -s
mk_kernel -o /stand/vmunix
shutdown -r y 0
-/usr/lbin/sysadm/system_prep -s /stand/system
vi /stand/system, modify shmmni
mk_kernel -o /stand/vmunix
shutdown -r y 0
You can use SAM to do the above for you.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 09:38 AM
09-14-2001 09:38 AM
Re: Kernel Parameter SHMMIN
If you are talking about the kernel parameter SHMMNI (then you can increase it in any of the ways mentioned by other people)
But if you are talking about the parameter mentioned in the Oracle docs then this parameter only exists on Sun Machines, there is no equivalent parameter in HP
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 10:35 AM
09-14-2001 10:35 AM
Re: Kernel Parameter SHMMIN
The conclusion seems the SHMMIN parameter is not available in kernel parameter listing and it is implied without actually setting it, though Oracle support told me it is SHMMIN, not SHMMNI. Please correct me if anybody thinks different.
Again, thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 10:43 AM
09-14-2001 10:43 AM
Re: Kernel Parameter SHMMIN
Oracle seems to be very Sun Solaris-centric on a lot of their stuff. HP-UX seems to be an afterthought sometimes.
They need to get with the program.