Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Message Queue Question 1

Status
Not open for further replies.

sojourner65

Technical User
Aug 13, 2004
22
GB
I am running Avaya call management system on a Sun V880. In the error log I am getting

IPC error on messages: message queue 36 is 99% full

Is there a way I can find out what message queue 36 is? I need to find out if I am losing critical data whilst I await a call back from our engineer.

Your help is appreciated!
 
Try ipcs -qa. The ??PID columns might tell you something about the processes using the queue. The queue length seems to be configurable via set msgsys:msginfo_msgmnb=<bytes> in /etc/system (reboot required).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top