- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sem* 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
11-15-2001 04:27 PM
11-15-2001 04:27 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 04:30 PM
11-15-2001 04:30 PM
Re: sem* parameters.
You can use, ipcs -sa command to look at current semaphores.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 04:35 PM
11-15-2001 04:35 PM
Re: sem* parameters.
*sem* stands for semaphores. You can see the meaning of these in /var/sam/boot.config.
To view the active ones, have a look at 'ipcs -s'
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 05:39 PM
11-15-2001 05:39 PM
Re: sem* parameters.
You may find some more information here (including the internal links to the individual kernel parameters):
http://docs.hp.com/hpux/onlinedocs/os/KCparam.SemaParmsOverview.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 06:05 PM
11-15-2001 06:05 PM
Re: sem* parameters.
These are semaphores. Some of the useful ipcs and ipcrm
ipcs -moba gives more details about shared memory
man ipcs for more information
The link James mentioned give you more details on semaphore settings
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 06:20 PM
11-15-2001 06:20 PM
Re: sem* parameters.
Take a look at the thread below for info on the kernel parameters,
http://docs.hp.com//hpux/onlinedocs/os/11i/kcparams/KCparams.OverviewAll.html
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 06:53 PM
11-15-2001 06:53 PM
SolutionThe following eight kernel parameters control System V IPC semaphore operating limits:
sema
(Series 700 only). Enable or disable IPC semaphores at system boot time.
semaem
Maximum value by which a semaphore can be changed in a semaphore "undo" operation.
semmap
Size of free-semaphores resource map for allocating requested sets of semaphores.
semmni
Maximum number of sets of IPC semaphores allowed on the system at any given time.
semmns
Total system-wide number of individual IPC semaphores available to system users.
semmnu
Maximum number processes that can have undo operations pending on any given IPC semaphore on the system.
semume
Maximum number of IPC semaphores that a given process can have undo operations pending on.
semvmx
Maximum value any given IPC semaphore is allowed to reach (prevents undetected overflow conditions).
For reference you can check it out at:
http://docs.hp.com/hpux/onlinedocs/os/KCparam.SemaphoreParamsList.html