<?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: message Q in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394031#M350656</link>
    <description>&amp;gt;MK: not disabled the entire message queue system. This might be a kernel bug.&lt;BR /&gt;&lt;BR /&gt;No, if you have no message queues, semaphores or memory segments, it says that facility not in system.</description>
    <pubDate>Fri, 03 Apr 2009 08:39:49 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-04-03T08:39:49Z</dc:date>
    <item>
      <title>message Q</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394026#M350651</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;Our apps team complains that message Q is full.When i checked using ipcs -qba,it shows 3 Qs are exists.Please tell me how i can remove these Qs?&lt;BR /&gt;&lt;BR /&gt;Please help on this...</description>
      <pubDate>Thu, 02 Apr 2009 20:15:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394026#M350651</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-04-02T20:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: message Q</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394027#M350652</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Its called the message queue&lt;BR /&gt;&lt;BR /&gt;Increase kernel parms&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 02 Apr 2009 20:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394027#M350652</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-02T20:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: message Q</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394028#M350653</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Actually i want to clear the message Qs from the server.&lt;BR /&gt;With ipcs -qba i got below output.&lt;BR /&gt;&amp;gt;&amp;gt;ipcs -qba&lt;BR /&gt;IPC status from /dev/kmem as of Fri Apr  3 01:37:59 2009&lt;BR /&gt;T         ID     KEY        MODE        OWNER     GROUP   CREATOR    CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME&lt;BR /&gt;Message Queues:&lt;BR /&gt;q          0 0x3c1c1091 -Rrw--w--w-      root      root      root      root      0     0  16384     0     0 no-entry no-entry  2:52:29&lt;BR /&gt;q          1 0x3e1c1091 --rw-r--r--      root      root      root      root      0     0    264     0     0 no-entry no-entry  2:52:29&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i used ipcrm q 0 to clear message Q with id 0.&lt;BR /&gt;&lt;BR /&gt;But it destoyed message Q system and data structures from the server .&lt;BR /&gt;Now ipcs -qba shows below output.&lt;BR /&gt;IPC status from /dev/kmem as of Fri Apr  3 01:41:56 2009&lt;BR /&gt;Message Queue facility not in system.&lt;BR /&gt;&lt;BR /&gt;i wanted to remove message Qs from the system with certain ids,not whole message Q system.&lt;BR /&gt;&lt;BR /&gt;Please help me on this..Quick response is highly appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2009 21:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394028#M350653</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-04-02T21:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: message Q</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394029#M350654</link>
      <description>&amp;gt;I used ipcrm q 0 to clear message Q with id 0.&lt;BR /&gt;&lt;BR /&gt;The syntax is: ipcrm -q 0&lt;BR /&gt;(Or was that a typo?)</description>
      <pubDate>Fri, 03 Apr 2009 07:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394029#M350654</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-03T07:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: message Q</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394030#M350655</link>
      <description>Your ipcrm command should only have destroyed the message queue 0, not disabled the entire message queue system. This might be a kernel bug.&lt;BR /&gt;&lt;BR /&gt;What is your HP-UX version? Are you up to date with patches? What is the version of the latest installed Quality Pack?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 03 Apr 2009 08:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394030#M350655</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-04-03T08:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: message Q</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394031#M350656</link>
      <description>&amp;gt;MK: not disabled the entire message queue system. This might be a kernel bug.&lt;BR /&gt;&lt;BR /&gt;No, if you have no message queues, semaphores or memory segments, it says that facility not in system.</description>
      <pubDate>Fri, 03 Apr 2009 08:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394031#M350656</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-03T08:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: message Q</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394032#M350657</link>
      <description>Hi admins,&lt;BR /&gt;&lt;BR /&gt;Thanks for ur replies&lt;BR /&gt;&lt;BR /&gt;My HP-UX version is B.11.23.I have updated patches in system.&lt;BR /&gt;&lt;BR /&gt;Hi Dennis,&lt;BR /&gt;&amp;lt;&lt;SO if="" no="" message="" queue="" available="" in="" the="" system=""&gt;&lt;/SO&gt;&lt;BR /&gt;so no problem in my system?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Fri, 03 Apr 2009 18:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394032#M350657</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-04-03T18:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: message Q</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394033#M350658</link>
      <description>&amp;gt;so no problem in my system?&lt;BR /&gt;&lt;BR /&gt;Well ipcs(1) is working.  But removing those root message queues is going to break something.</description>
      <pubDate>Fri, 03 Apr 2009 22:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394033#M350658</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-03T22:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: message Q</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394034#M350659</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;Thanks to ur reply.&lt;BR /&gt;I have logged a call with HP.According to them,if no message queue exists in system it shows "Message Queue facility not in system".&lt;BR /&gt;&lt;BR /&gt;But one more help i require from ur side..&lt;BR /&gt;&lt;BR /&gt;Could you please tell me how message queue can be created?&lt;BR /&gt;Is this an automatic process or manual?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Sat, 04 Apr 2009 18:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394034#M350659</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-04-04T18:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: message Q</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394035#M350660</link>
      <description>&amp;gt;I have logged a call with HP. According to them, if no message queue exists in system it shows ...&lt;BR /&gt;&lt;BR /&gt;(Yes, I already told you that.  That's what the sources show.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Could you please tell me how message queue can be created?&lt;BR /&gt;&lt;BR /&gt;Your program has to call the proper function, msgget(2).</description>
      <pubDate>Sun, 05 Apr 2009 00:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/message-q/m-p/4394035#M350660</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-05T00:33:21Z</dc:date>
    </item>
  </channel>
</rss>

