- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- add kernel parameter
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-16-2003 01:56 AM
04-16-2003 01:56 AM
add kernel parameter
can i add a kernel parameter??
"SEMMSL" parameter not found. i want to set it to 100 ;
How can I do this ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 02:02 AM
04-16-2003 02:02 AM
Re: add kernel parameter
www.docs.hp.com
search on semmsl
Which OS version do you have
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 02:06 AM
04-16-2003 02:06 AM
Re: add kernel parameter
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 05:23 AM
04-16-2003 05:23 AM
Re: add kernel parameter
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5185-4391/5185-4391_top.html&con=/hpux/onlinedocs/5185-4391/00/00/74-con.html&toc=/hpux/onlinedocs/5185-4391/00/00/74-toc.html&searchterms=SEMMSL&queryid=20030416-072011
Let us know what OS version you want to setup.
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:06 AM
04-16-2003 06:06 AM
Re: add kernel parameter
semmsl or the max semaphore per identifier is a NEW param introduced in 11i. This is a dynamic param so it can be tuned on the fly in 11i.
BUT if you have 11.0 you won't find it.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:14 AM
04-16-2003 06:14 AM
Re: add kernel parameter
It's too bad, but we can't add kernel parameters to the kernel if they don't already exist. If we could, the first one I would add would be, 'runfastandnevercrash', and I'd set it to 1. :)
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:18 AM
04-16-2003 06:18 AM
Re: add kernel parameter
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:51 AM
04-16-2003 06:51 AM
Re: add kernel parameter
my os version is : 11.00.51.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 08:34 AM
04-16-2003 08:34 AM
Re: add kernel parameter
SEMMSL, the hard-coded max number of semaphores per ID, has been superceded by a new 'semmsl_override' kernel tunable which will have a minimum (and default) value of 2048. SAM can increase the value of the new tunable up to a maximum of 10240. The value of SEMMSL read by pstat() will still correctly reflect the value set in semmsl_override.
So, you can change its value, but can't set it to 100.