<?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 kill shared memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502090#M216780</link>
    <description>Hi all&lt;BR /&gt;I have a trouble with oracle shared memory, I want kill a shared memory process in hang, how Can i do?</description>
    <pubDate>Thu, 10 Mar 2005 12:11:34 GMT</pubDate>
    <dc:creator>DIEGO_5</dc:creator>
    <dc:date>2005-03-10T12:11:34Z</dc:date>
    <item>
      <title>kill shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502090#M216780</link>
      <description>Hi all&lt;BR /&gt;I have a trouble with oracle shared memory, I want kill a shared memory process in hang, how Can i do?</description>
      <pubDate>Thu, 10 Mar 2005 12:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502090#M216780</guid>
      <dc:creator>DIEGO_5</dc:creator>
      <dc:date>2005-03-10T12:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: kill shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502091#M216781</link>
      <description>Read the Manpage from ipcrm.&lt;BR /&gt;&lt;BR /&gt;Can not give more advice because of less information.&lt;BR /&gt;&lt;BR /&gt;Roland</description>
      <pubDate>Thu, 10 Mar 2005 12:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502091#M216781</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2005-03-10T12:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: kill shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502092#M216782</link>
      <description>Do an ipcs -ma and note the NATTCH column. If that value is zero then also note the corresponding value in the ID column. &lt;BR /&gt;&lt;BR /&gt;You then issue this command ipcrm -m ID.&lt;BR /&gt;&lt;BR /&gt;NOTE: NATTCH = 0 is a necessary but not necessarily sufficient condition for the safe removal of a shared memory segment. It all depends on how the code using the shared memory was written. I assume that you have already shutdown (even if you had to use shutdown abort) the instance.</description>
      <pubDate>Thu, 10 Mar 2005 12:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502092#M216782</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-03-10T12:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: kill shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502093#M216783</link>
      <description>ipcs command shows the memory.&lt;BR /&gt;&lt;BR /&gt;ipcrm command kills it.&lt;BR /&gt;&lt;BR /&gt;lets say its listed under the m section.&lt;BR /&gt;&lt;BR /&gt;ipcrm -m &lt;ID&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ID&gt;</description>
      <pubDate>Thu, 10 Mar 2005 12:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502093#M216783</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-10T12:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: kill shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502094#M216784</link>
      <description>run "ipcs -am" and look at the memory segments there - focusing on the ones owned by oracle.  Also, review start times and number attached NATTCH.  &lt;BR /&gt;&lt;BR /&gt;To delete it from memory - use ipcrm command (do a man on it for syntax).  If the database is down and no others are running then this is pretty save process.  If you're hunting down remnants of an old run while a new one instance is up - this is bit more tricky.  Evaluating the start times and number attachments is the key for that analysis.  But, if you have Oracle running - be careful, b/c naturally pulling the shmem from a running database will douse the whole thing (and hey, at least you hope it would and not keep writing to the disk and screw up your db).</description>
      <pubDate>Thu, 10 Mar 2005 12:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502094#M216784</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-03-10T12:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: kill shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502095#M216785</link>
      <description>ok I tried ipcrm command and it's good..thanks to all</description>
      <pubDate>Thu, 10 Mar 2005 17:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-shared-memory/m-p/3502095#M216785</guid>
      <dc:creator>DIEGO_40</dc:creator>
      <dc:date>2005-03-10T17:06:51Z</dc:date>
    </item>
  </channel>
</rss>

