- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot change SEMMNI kernel param...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-07-2006 04:07 AM
тАО02-07-2006 04:07 AM
I need to up the value of SEMMNI from 1024 to 4096. Every time I do, the kernel rebuilds, then reboot and CRASH. I have to recover and move the old kernel into place. I have tried building manually and through SAM, same result with both. Any ideas?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 04:11 AM
тАО02-07-2006 04:11 AM
SolutionPete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 04:14 AM
тАО02-07-2006 04:14 AM
Re: Cannot change SEMMNI kernel param...
You may have a formula elsewhere in your kernel causing trouble. Pete's suggestion is a good one.
Bill Hassell suggests removing all formulas from hpux kernels.
Hi Pete.
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
тАО02-07-2006 04:17 AM
тАО02-07-2006 04:17 AM
Re: Cannot change SEMMNI kernel param...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 04:20 AM
тАО02-07-2006 04:20 AM
Re: Cannot change SEMMNI kernel param...
semmni =
semmap =<(semmni + 2)
There may be others, but, if you're using SAM to build your kernel, it shouldn't let you violate any of these.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 04:20 AM
тАО02-07-2006 04:20 AM
Re: Cannot change SEMMNI kernel param...
e.g. semmni < semuns
If you will will display the values of all the semxxx tunables the problem should be obvious.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 04:20 AM
тАО02-07-2006 04:20 AM
Re: Cannot change SEMMNI kernel param...
Hi, Steve!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 04:39 AM
тАО02-07-2006 04:39 AM
Re: Cannot change SEMMNI kernel param...
semaem 16384 - 16384
semmap 1026 - (SEMMNI+2)
semmni 1024 - 1024
semmns 32767 - 32767
semmnu 4092 - (NPROC-4)
semmsl 2048 Y 2048
semume 512 - 512
semvmx 32767 - 32767
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 04:56 AM
тАО02-07-2006 04:56 AM
Re: Cannot change SEMMNI kernel param...
The kernel allocates memory according to the sem___ values in the system file. I have run with 4096 semmni before, but not with such large undo structures as you. I suspect the undo structures may have something to do with your problem, given the number of semaphore ids you want.
In your case you have specified ((24+(8*512))*4092) (=about 16Mb) for the undo table alone.
Look at docs.hp.com for document
Commonly misconfigured HP-UX resources.pdf which will tell you good guidelines for configuring your semaphores.
If you are on 11.23, or 11.00 with PHKL_26136, or on 11.11 with PHKL_26183 your semaphore table will be dynamic, so you will be better off. If you are still on <=10.20, then you've got no chance with those values.
Read the above document for more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 04:59 AM
тАО02-07-2006 04:59 AM
Re: Cannot change SEMMNI kernel param...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 05:54 AM
тАО02-07-2006 05:54 AM
Re: Cannot change SEMMNI kernel param...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 06:34 AM
тАО02-07-2006 06:34 AM
Re: Cannot change SEMMNI kernel param...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 06:42 AM
тАО02-07-2006 06:42 AM
Re: Cannot change SEMMNI kernel param...
(Cut and paste it from the console log, or if there was a dump - go to /var/adm/crash/crash.
Better yet would be contacting your HP support rep and getting them to look at the dump if there is one or see if this is a known panic case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 06:45 AM
тАО02-07-2006 06:45 AM
Re: Cannot change SEMMNI kernel param...
If it were me, I'd reset any tunables you were trying to modify (using SAM or whatever you used before) back to "safe" values and see if that kernel works. Then patch that kernel... and then go to the increased values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2006 06:51 AM
тАО02-07-2006 06:51 AM
Re: Cannot change SEMMNI kernel param...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 12:03 AM
тАО02-08-2006 12:03 AM
Re: Cannot change SEMMNI kernel param...
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2006 12:14 AM
тАО02-08-2006 12:14 AM
Re: Cannot change SEMMNI kernel param...
attached my list of kern params.
HP11.11 , L1000 , running 1 small Oracle10 DB, 512Mb RAM