<?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 Shared memory. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/2862298#M96473</link>
    <description>I have an L2000 (HPUX 11.00) with 4G of memory and about 3.5G of swap configured.&lt;BR /&gt;There are 3 Oracle instances running (1 being Financials).&lt;BR /&gt;&lt;BR /&gt;Any time Oracle is running, the midaemon will not start.&lt;BR /&gt;midaemon: Wed Dec 11 10:25:29 2002&lt;BR /&gt;mi_create - Shared Memory Database initialization failed; vss = 16993552 bytes&lt;BR /&gt;Not enough space.&lt;BR /&gt;I get the same type error when I try to run xomni or any other large program on the machine.&lt;BR /&gt;&lt;BR /&gt;I ran swapinfo -tam and it doesn't appear that any of that is even being touched (But I don't know if I'm reading it right.)&lt;BR /&gt;&lt;BR /&gt;I'm going offsite today to do a DR test and during the test I'm going to increase my swapspace to it's 1.5X memory and see if that helps.  &lt;BR /&gt;&lt;BR /&gt;I have a 2nd L2000 that has the same setup, but is running 11.11 and has 4G swap (on 1 device) and it runs fine.&lt;BR /&gt;&lt;BR /&gt;I've attached a text file w/ the swapinfo, ipcs, and kmtune info.  Just wondering if anybody might be able to see anything screaming "FIX ME"!</description>
    <pubDate>Wed, 11 Dec 2002 15:41:00 GMT</pubDate>
    <dc:creator>Jim Mallett</dc:creator>
    <dc:date>2002-12-11T15:41:00Z</dc:date>
    <item>
      <title>Shared memory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/2862298#M96473</link>
      <description>I have an L2000 (HPUX 11.00) with 4G of memory and about 3.5G of swap configured.&lt;BR /&gt;There are 3 Oracle instances running (1 being Financials).&lt;BR /&gt;&lt;BR /&gt;Any time Oracle is running, the midaemon will not start.&lt;BR /&gt;midaemon: Wed Dec 11 10:25:29 2002&lt;BR /&gt;mi_create - Shared Memory Database initialization failed; vss = 16993552 bytes&lt;BR /&gt;Not enough space.&lt;BR /&gt;I get the same type error when I try to run xomni or any other large program on the machine.&lt;BR /&gt;&lt;BR /&gt;I ran swapinfo -tam and it doesn't appear that any of that is even being touched (But I don't know if I'm reading it right.)&lt;BR /&gt;&lt;BR /&gt;I'm going offsite today to do a DR test and during the test I'm going to increase my swapspace to it's 1.5X memory and see if that helps.  &lt;BR /&gt;&lt;BR /&gt;I have a 2nd L2000 that has the same setup, but is running 11.11 and has 4G swap (on 1 device) and it runs fine.&lt;BR /&gt;&lt;BR /&gt;I've attached a text file w/ the swapinfo, ipcs, and kmtune info.  Just wondering if anybody might be able to see anything screaming "FIX ME"!</description>
      <pubDate>Wed, 11 Dec 2002 15:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/2862298#M96473</guid>
      <dc:creator>Jim Mallett</dc:creator>
      <dc:date>2002-12-11T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/2862299#M96474</link>
      <description>It sounds like you dont have enough shared memory configured. What does; kmtune | grep shm&lt;BR /&gt;show for sharedmemory size (or use glance/gpm for an overall total) and how much is being used on your server?  (ipcs -ma and total the size column).&lt;BR /&gt;&lt;BR /&gt;Looks like you will need to bump up shared memory size on your server, rebuild kernel, and reboot to stop these problems.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2002 15:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/2862299#M96474</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-12-11T15:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/2862300#M96475</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I see your shmmax is small. You might want to increase it.&lt;BR /&gt;Are you specifying memory window when starting oracle. You have max_mem_window configured to 3. I think this might impact your total available mem window size while starting 3 oracle instances. If you do not plan to use memory windows, my suggestion would be to switch it to 0.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;0leg&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2002 16:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/2862300#M96475</guid>
      <dc:creator>Oleg Zieaev_1</dc:creator>
      <dc:date>2002-12-11T16:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/2862301#M96476</link>
      <description>Yeah, swap space will not likely help you.  You 'shouldn't' need to increase your swap to 6GB, especially if you are not using all your 4GB of memory.  (Or anywhere close.)&lt;BR /&gt;&lt;BR /&gt;The previous 2 posts will get you there, I think.&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Wed, 11 Dec 2002 17:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/2862301#M96476</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2002-12-11T17:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/2862302#M96477</link>
      <description>I agree that the issue in this case is shared memory or message queues.&lt;BR /&gt;&lt;BR /&gt;Make them bigger than you think you need.&lt;BR /&gt;&lt;BR /&gt;If you have a simlar system that works, its parameters are a good starting point.&lt;BR /&gt;&lt;BR /&gt;You need nprocs to be large to run oracle. If you are messing with the kernel anyway, go through the latest metalink document and make sure all parameters mentioned in the doc are in excess of the minimum.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://metalink.oracle.com" target="_blank"&gt;http://metalink.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.11 installs apache and a couple of other nice tools be default.  They all use shared memory as well.&lt;BR /&gt;&lt;BR /&gt;Swap however should be increased.&lt;BR /&gt;&lt;BR /&gt;Oracle pushes systems hard and even if its no the cause of this problem, performance issues crop up on systems with less than 16G of RAM that do not follow the good HP rule, swap=twice physical memory.&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;Don't forget the points, I collect them.</description>
      <pubDate>Wed, 11 Dec 2002 18:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/2862302#M96477</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-12-11T18:07:14Z</dc:date>
    </item>
  </channel>
</rss>

