<?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: ipcs usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049815#M136283</link>
    <description>&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90007/B9106-90007_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90007/00/01/144-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90007/00/01/144-toc.html&amp;amp;searchterms=ipcs&amp;amp;queryid=20030815-091639" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90007/B9106-90007_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90007/00/01/144-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90007/00/01/144-toc.html&amp;amp;searchterms=ipcs&amp;amp;queryid=20030815-091639&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Aug 2003 14:17:48 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2003-08-15T14:17:48Z</dc:date>
    <item>
      <title>ipcs usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049813#M136281</link>
      <description>Hi&lt;BR /&gt;Can someone tell the usage of ipcs command. &lt;BR /&gt;&lt;BR /&gt;I want to know specifically how to see the shared memory usage and how much maximum shared memory a process can use...&lt;BR /&gt;&lt;BR /&gt;Please explain if any more features are there of this command..&lt;BR /&gt;I will summerize...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant</description>
      <pubDate>Fri, 15 Aug 2003 13:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049813#M136281</guid>
      <dc:creator>Prashant Zanwar</dc:creator>
      <dc:date>2003-08-15T13:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: ipcs usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049814#M136282</link>
      <description>Hi Prashant,&lt;BR /&gt;&lt;BR /&gt;# ipcs -moab &lt;BR /&gt;display shared memoty usage.&lt;BR /&gt;&lt;BR /&gt;and for you second question, take a look at this doc,&lt;BR /&gt;&lt;BR /&gt;Ipcs and related kernel parameters&lt;BR /&gt;DocId: KBRC00010660   Updated: 9/25/02 11:58:00 AM&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064209317" target="_blank"&gt;http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064209317&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Fri, 15 Aug 2003 14:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049814#M136282</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-08-15T14:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: ipcs usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049815#M136283</link>
      <description>&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90007/B9106-90007_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90007/00/01/144-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90007/00/01/144-toc.html&amp;amp;searchterms=ipcs&amp;amp;queryid=20030815-091639" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90007/B9106-90007_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90007/00/01/144-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90007/00/01/144-toc.html&amp;amp;searchterms=ipcs&amp;amp;queryid=20030815-091639&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2003 14:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049815#M136283</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-08-15T14:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: ipcs usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049816#M136284</link>
      <description>display allocated memory segments:&lt;BR /&gt;# ipcs -pmb&lt;BR /&gt;&lt;BR /&gt;manually deallocated a memory segment&lt;BR /&gt;# ipcrm -m 404144  &lt;BR /&gt;(404144: segment ID)&lt;BR /&gt;&lt;BR /&gt;count used semaphores&lt;BR /&gt;# ipcs -sa |grep oracle&lt;BR /&gt;&lt;BR /&gt;remove a held semaphore after a crash&lt;BR /&gt;# ipcs -sa |grep oracle&lt;BR /&gt;s    4518 0xc9d9cb2c --ra-r-----     oradb       dba     oradb       dba    79 23:34:34 10:32:39&lt;BR /&gt;&lt;BR /&gt;# ipcrm -s 4518</description>
      <pubDate>Fri, 15 Aug 2003 14:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049816#M136284</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-15T14:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: ipcs usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049817#M136285</link>
      <description>to in link of itrc:&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064209317" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064209317&lt;/A&gt;</description>
      <pubDate>Fri, 15 Aug 2003 14:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049817#M136285</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-08-15T14:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: ipcs usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049818#M136286</link>
      <description>Thanks to all who replied..Seems interesting..Thanks again</description>
      <pubDate>Fri, 15 Aug 2003 15:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipcs-usage/m-p/3049818#M136286</guid>
      <dc:creator>Prashant Zanwar</dc:creator>
      <dc:date>2003-08-15T15:06:10Z</dc:date>
    </item>
  </channel>
</rss>

