<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Regarding Message Queue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412697#M353239</link>
    <description>For 11.23, you can use kcusage(1m).</description>
    <pubDate>Tue, 05 May 2009 02:03:19 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-05-05T02:03:19Z</dc:date>
    <item>
      <title>Regarding Message Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412693#M353235</link>
      <description>Hello Techies,&lt;BR /&gt;&lt;BR /&gt;I need to know the present value of Message Queue on a HP-UX server.&lt;BR /&gt;&lt;BR /&gt;Please let me know how to see that ?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Kavita</description>
      <pubDate>Mon, 04 May 2009 16:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412693#M353235</guid>
      <dc:creator>Kavita Poonia</dc:creator>
      <dc:date>2009-05-04T16:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Message Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412694#M353236</link>
      <description>Do you mean how to see what message queues are on the current system?&lt;BR /&gt;&lt;BR /&gt;ipcs -q&lt;BR /&gt;&lt;BR /&gt;will tell you that &lt;BR /&gt;&lt;BR /&gt;or are you interested in the kernel parameters associated with message queues and their current values? (like msgmap, msgmax, msgmnb, msgmni, msgseg, msgssz, msgtql)? For these you can use either kmtune (11iv1) or kctune (11iv2/11iv3) to determine their current value, depedning on what version of the OS you are on.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 04 May 2009 16:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412694#M353236</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-05-04T16:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Message Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412695#M353237</link>
      <description>Hello Duncan,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your reply.&lt;BR /&gt;&lt;BR /&gt;No I want to see what is the present value of message queue on a server. As we have received an alert that IPC Message Queue is 10% of value of kernel parameter msgtql so I want to verify the current value of Message Queue.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Kavita</description>
      <pubDate>Mon, 04 May 2009 16:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412695#M353237</guid>
      <dc:creator>Kavita Poonia</dc:creator>
      <dc:date>2009-05-04T16:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Message Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412696#M353238</link>
      <description>"verify the current value of Message Queue."&lt;BR /&gt;&lt;BR /&gt;then you'll have to define what you mean by the above, as it isn't clear.&lt;BR /&gt;&lt;BR /&gt;you can either see what's on the queues currently w/ the ipc command (noted above), or you can check the various kernel parms (also noted above).&lt;BR /&gt;&lt;BR /&gt;the message you got indicates that the queue, at that time, had reached 10% of the total limit set in set by msgtql.&lt;BR /&gt;&lt;BR /&gt;not sure what else you might be looking for.</description>
      <pubDate>Mon, 04 May 2009 16:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412696#M353238</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-05-04T16:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Message Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412697#M353239</link>
      <description>For 11.23, you can use kcusage(1m).</description>
      <pubDate>Tue, 05 May 2009 02:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412697#M353239</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-05T02:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Message Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412698#M353240</link>
      <description>Hi Kavitha&lt;BR /&gt;&lt;BR /&gt;u can use ipcs  for it and please see Message queues are implemented as linked lists of data stored in shared memory. The message queue itself contains a series of data structures, one for each message, each of which identifies the address, type, and size of the message plus a pointer to the next message in the queue.&lt;BR /&gt;IPC messages require the following memory space allocations:&lt;BR /&gt;Space in the kernel area for message identifiers.&lt;BR /&gt;Shared memory space for message queues.&lt;BR /&gt;Shared memory space for message headers&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Tue, 05 May 2009 05:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-message-queue/m-p/4412698#M353240</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-05T05:18:09Z</dc:date>
    </item>
  </channel>
</rss>

