- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Message Queue exceeded.
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
08-24-2008 06:45 PM
08-24-2008 06:45 PM
Want to know what commands are there in HPUX to find out "message queue exceeded" issue.
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 07:07 PM
08-24-2008 07:07 PM
Re: Message Queue exceeded.
msgmax(5) - maximum System V IPC message size in bytes (OBSOLETE)
msgmbs(5) - maximum number of megabytes for all System V IPC message queues
msgmnb(5) - maximum number of bytes on a single System V IPC message queue
msgmni(5) - maximum number of system-wide System V IPC message queues (IDs) allowed
msgseg(5) - number of System V IPC message segments in the system (OBSOLETE)
msgssz(5) - number of bytes in a System V IPC message segment (OBSOLETE)
msgtql(5) - maximum number of System V IPC messages in the system at any time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 07:20 PM
08-24-2008 07:20 PM
Re: Message Queue exceeded.
I get alert as MSGMNI - Metric = > 3072.
From which command to verify.
Thanks & Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 07:55 PM
08-24-2008 07:55 PM
Re: Message Queue exceeded.
For 11.23 and on: kctune msgmni
For 11.11, you'll need to use kmtune.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 09:55 PM
08-24-2008 09:55 PM
Re: Message Queue exceeded.
I dont want to verify the kernel parameter value...but what is the message queue in the system.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 10:00 PM
08-24-2008 10:00 PM
Re: Message Queue exceeded.
For example i get the output using ipcs -m -b. But what that output indicates.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 11:02 PM
08-24-2008 11:02 PM
Re: Message Queue exceeded.
That gives shared memory segments. You want "ipcs -qa" for message queues. ipcs(1) will describe the columns.
If you are happy with your answers, please read the following:
http://forums.itrc.hp.com/service/forums/helptips.do?#33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 11:41 PM
08-24-2008 11:41 PM
Re: Message Queue exceeded.
Message queues exceeded means we have to take a count of ipcs -qa|wc -l ....Am i right?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 11:44 PM
08-24-2008 11:44 PM
Re: Message Queue exceeded.
If you want more info about the Message Queue Operations, please see the below link:
http://docs.hp.com/en/TKP-90202/ch06s02.html
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2008 12:43 AM
08-25-2008 12:43 AM
Re: Message Queue exceeded.
Except for titles, it seems like it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2008 09:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2008 10:47 PM
08-25-2008 10:47 PM