<?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: Active Shared Memory Segments in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/active-shared-memory-segments/m-p/3987411#M295115</link>
    <description>Shalom Shahul,&lt;BR /&gt;&lt;BR /&gt;Few things to look at:&lt;BR /&gt;&lt;BR /&gt;1) kmtuune, you may be able to create more or larger segments to accomodate oracle.&lt;BR /&gt;2) Patching, the OS could have a memory leak issue. Latest bi-annual patch set is a good starting point. relink oracle after this.&lt;BR /&gt;3) Oracle patches. There are dozens of memory leak issues with each version of Oracle. &lt;BR /&gt;&lt;BR /&gt;Normally, I avoid Oracle patches at all costs. However sometimes they can't be avoided.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 24 Apr 2007 04:15:07 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-04-24T04:15:07Z</dc:date>
    <item>
      <title>Active Shared Memory Segments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-shared-memory-segments/m-p/3987410#M295114</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am having trouble with one of the HP 11.11 server running with 5 oracle instances. The system's memory usage is growing everyday. It lookes like there are a lot of active shared memory segments not released when the oracle is restarted every night. Here is a sample of ipcs -m output. I can see many entries like this. Can someone tell me what could be the reason for this problem?&lt;BR /&gt;&lt;BR /&gt;m    4106 0x00000000 --rw-rw----    oracle       dba&lt;BR /&gt;m    4107 0x00000000 --rw-rw----    oracle       dba&lt;BR /&gt;m    4108 0x00000000 --rw-rw----    oracle       dba&lt;BR /&gt;m    4109 0x00000000 --rw-rw----    oracle       dba&lt;BR /&gt;m    4110 0x00000000 --rw-rw----    oracle       dba&lt;BR /&gt;m    4111 0x00000000 --rw-rw----    oracle       dba&lt;BR /&gt;m    4112 0x00000000 --rw-rw----    oracle       dba&lt;BR /&gt;m    4113 0x00000000 --rw-rw----    oracle       dba&lt;BR /&gt;m    4114 0x00000000 --rw-rw----    oracle       dba&lt;BR /&gt;m    4115 0x00000000 --rw-rw----    oracle       dba&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Shahul</description>
      <pubDate>Tue, 24 Apr 2007 03:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-shared-memory-segments/m-p/3987410#M295114</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2007-04-24T03:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Active Shared Memory Segments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-shared-memory-segments/m-p/3987411#M295115</link>
      <description>Shalom Shahul,&lt;BR /&gt;&lt;BR /&gt;Few things to look at:&lt;BR /&gt;&lt;BR /&gt;1) kmtuune, you may be able to create more or larger segments to accomodate oracle.&lt;BR /&gt;2) Patching, the OS could have a memory leak issue. Latest bi-annual patch set is a good starting point. relink oracle after this.&lt;BR /&gt;3) Oracle patches. There are dozens of memory leak issues with each version of Oracle. &lt;BR /&gt;&lt;BR /&gt;Normally, I avoid Oracle patches at all costs. However sometimes they can't be avoided.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 24 Apr 2007 04:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-shared-memory-segments/m-p/3987411#M295115</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-24T04:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Active Shared Memory Segments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-shared-memory-segments/m-p/3987412#M295116</link>
      <description>(a) why are you shutting it down every night?  &lt;BR /&gt;(b) how are you shutting it down?&lt;BR /&gt;(c) how are you sure that it came down cleanly and removed all the attached shared memory segments when it did?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You must check thoroughly that the shutdown has worked.&lt;BR /&gt;Also check that you are not unnecessarily starting a duplicate service that was not stopped, which takes its own shared memory segment.  Do an ipcs -ma and check the PIDs of these segments, then try to match them up with processes.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2007 04:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-shared-memory-segments/m-p/3987412#M295116</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2007-04-24T04:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Active Shared Memory Segments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-shared-memory-segments/m-p/3987413#M295117</link>
      <description>Try "ipcs -ma" to get creation time, how many still attached and size.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;oracle is restarted every night.&lt;BR /&gt;&lt;BR /&gt;If you don't do this properly, you would be responsible for cleaning up these shared memory segments with ipcrm(1).</description>
      <pubDate>Tue, 24 Apr 2007 04:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-shared-memory-segments/m-p/3987413#M295117</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-04-24T04:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Active Shared Memory Segments</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/active-shared-memory-segments/m-p/3987414#M295118</link>
      <description>Actually, the definition a "active" is impossible to define. Only your application knows whether the segment is useful. Unlike a file, the data can be changed or accessed at any time by any application that knows the segment information. Oracle will release all segments when it is properly shutdown. If anyone is using kill -9, then segments will remain -- but more important, your database is being seriously corrupted by using kill -9. NEVER use kill -9 in a production system, especially for database applications.</description>
      <pubDate>Tue, 24 Apr 2007 08:35:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/active-shared-memory-segments/m-p/3987414#M295118</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-04-24T08:35:14Z</dc:date>
    </item>
  </channel>
</rss>

