<?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: memory performance question... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362038#M194295</link>
    <description>We are running Oracle&lt;BR /&gt;DBs are 64 bit&lt;BR /&gt;System is HP-UX 11.0&lt;BR /&gt;&lt;BR /&gt;I am still looking into this...&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Fri, 20 Aug 2004 10:37:47 GMT</pubDate>
    <dc:creator>James Ellis_1</dc:creator>
    <dc:date>2004-08-20T10:37:47Z</dc:date>
    <item>
      <title>memory performance question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362033#M194290</link>
      <description>We have a server that has three databases. One of the database cannot startup while the other database is up and running. DBA seems to think its a memory problem.&lt;BR /&gt;&lt;BR /&gt;swapinfo shows a 1G memory, but systems properties under SAM show a 8G memory. swapinfo also shows PCT USED as 0%. Even with one DB up, the PCT shows 0%. This does not appear right. Would ipcs be able to show the total memory used by all of the processes? &lt;BR /&gt;&lt;BR /&gt;Right now, we are able to start one DB, but not the other two. Something is preventing these DB from coming up, and I'd like to verify this is not a mamory problem. Any help?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 20 Aug 2004 10:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362033#M194290</guid>
      <dc:creator>James Ellis_1</dc:creator>
      <dc:date>2004-08-20T10:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: memory performance question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362034#M194291</link>
      <description>What are the symptoms that you get when trying to start the databases? Does /var/adm/syslog/syslog.log or 'dmesg' show anything that looks like it ties in with the dates / times you start the database?&lt;BR /&gt;&lt;BR /&gt;Also, look at 'vmstat' for File tables (specifically nproc and maxuprc).&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Fri, 20 Aug 2004 10:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362034#M194291</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2004-08-20T10:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: memory performance question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362035#M194292</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Sounds to me like the DBs are 32-bit &amp;amp; are all trying to run in the default memory window.&lt;BR /&gt;Remember that 32-bit apps are limited to 4 1GB quadrants with all the data extents sharing the same 1GB quad.&lt;BR /&gt;If this is the case what you need to do is implement memory windows.&lt;BR /&gt;Search the forum or docs.hp.com for "memory windows" for further info on how to implement &amp;amp; use memory windows.&lt;BR /&gt;Also it's possible that you are painfully short on swap space - run&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;and check just how much swap space is available for reservation. ALL processes must be able to reserve swap space - not use it - just put a placeholder there in case it needs to use it. You *must* have swap space equal in memory space to all processes currently running or wanting to run.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Aug 2004 10:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362035#M194292</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-08-20T10:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: memory performance question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362036#M194293</link>
      <description>hi,&lt;BR /&gt;first you must specify which kind of DB: oracle, informix, postgres, mysql; then the compiled version: 32 or 64 bits.&lt;BR /&gt;&lt;BR /&gt;Finally your hpux version: 11.00, 11.23, and 32 or 64 bits.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise, there might be far too problem in guessing , than in the real problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Aug 2004 10:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362036#M194293</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2004-08-20T10:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: memory performance question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362037#M194294</link>
      <description>HI,&lt;BR /&gt;among the other informarion: the /stand/system config file.&lt;BR /&gt;&lt;BR /&gt;Maybe it's a simple issue of semaphores or shared memory segment number...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo</description>
      <pubDate>Fri, 20 Aug 2004 10:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362037#M194294</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2004-08-20T10:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: memory performance question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362038#M194295</link>
      <description>We are running Oracle&lt;BR /&gt;DBs are 64 bit&lt;BR /&gt;System is HP-UX 11.0&lt;BR /&gt;&lt;BR /&gt;I am still looking into this...&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 20 Aug 2004 10:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362038#M194295</guid>
      <dc:creator>James Ellis_1</dc:creator>
      <dc:date>2004-08-20T10:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: memory performance question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362039#M194296</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;You stated this:&lt;BR /&gt;Also it's possible that you are painfully short on swap space - run&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;and check just how much swap space is available for reservation. ALL processes must be able to reserve swap space - not use it - just put a placeholder there in case it needs to use it. You *must* have swap space equal in memory space to all processes currently running or wanting to run.&lt;BR /&gt;&lt;BR /&gt;When you say "equal in memory space", are you referring to physical memory? As I stated in mt original post, swapingo shows !G, but in the system properties in SAM, this shows 8G. Which memory space are you referring to?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 20 Aug 2004 10:40:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362039#M194296</guid>
      <dc:creator>James Ellis_1</dc:creator>
      <dc:date>2004-08-20T10:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: memory performance question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362040#M194297</link>
      <description>Hi (again) James,&lt;BR /&gt;&lt;BR /&gt;I mean just exactly how much swap space do you have? This would include primary - usually /dev/vg00/lvol2 - and any/all secondary swap space.&lt;BR /&gt;Run the command &amp;amp; it will tell you how much.&lt;BR /&gt;Now, if it's low &amp;amp; you cannot add any more, then you could set swapmem_on = 1 to get 75% of RAM as pseudo-swap to help you get more reservation space.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 20 Aug 2004 11:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362040#M194297</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-08-20T11:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: memory performance question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362041#M194298</link>
      <description>The Oracle alert log should give some indication about why your instance won't start. Please post any error messages that it contains.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Fri, 20 Aug 2004 11:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362041#M194298</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2004-08-20T11:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: memory performance question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362042#M194299</link>
      <description>I'm sorry, I didn't directly answer your question.&lt;BR /&gt;You must have reservation swap space &amp;gt;= the sum of the memory requirements of *all* the processes that are running or want to run.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 20 Aug 2004 11:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-performance-question/m-p/3362042#M194299</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-08-20T11:21:04Z</dc:date>
    </item>
  </channel>
</rss>

