<?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 Database Related in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854853#M936862</link>
    <description>Gentlemen;&lt;BR /&gt;&lt;BR /&gt;The Scenario,&lt;BR /&gt;The HP Vclass system has the following Oracle Production Systems running.&lt;BR /&gt; 3 Instances of Oracle 8 databases&lt;BR /&gt; 2 Instances of Oracle 8i databases&lt;BR /&gt; 2 instances of Oracle Financials 11.5.7 &lt;BR /&gt;Server Configuration&lt;BR /&gt;Memory : 4gb Swap Space 8gb Operating System HPUX11.0&lt;BR /&gt;4 cpus @240Mhz&lt;BR /&gt;The available memory when these systems are running  is approximately 650MB&lt;BR /&gt;Problem:&lt;BR /&gt;When we issue the command to start the 3rd Instance of the Oracle8i Production database we get the following error message&lt;BR /&gt;HPUX Error: 12 'Not Enough Space'&lt;BR /&gt;&lt;BR /&gt;Please help ....&lt;BR /&gt;</description>
    <pubDate>Sat, 30 Nov 2002 13:32:17 GMT</pubDate>
    <dc:creator>Faizer Jameel</dc:creator>
    <dc:date>2002-11-30T13:32:17Z</dc:date>
    <item>
      <title>Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854853#M936862</link>
      <description>Gentlemen;&lt;BR /&gt;&lt;BR /&gt;The Scenario,&lt;BR /&gt;The HP Vclass system has the following Oracle Production Systems running.&lt;BR /&gt; 3 Instances of Oracle 8 databases&lt;BR /&gt; 2 Instances of Oracle 8i databases&lt;BR /&gt; 2 instances of Oracle Financials 11.5.7 &lt;BR /&gt;Server Configuration&lt;BR /&gt;Memory : 4gb Swap Space 8gb Operating System HPUX11.0&lt;BR /&gt;4 cpus @240Mhz&lt;BR /&gt;The available memory when these systems are running  is approximately 650MB&lt;BR /&gt;Problem:&lt;BR /&gt;When we issue the command to start the 3rd Instance of the Oracle8i Production database we get the following error message&lt;BR /&gt;HPUX Error: 12 'Not Enough Space'&lt;BR /&gt;&lt;BR /&gt;Please help ....&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Nov 2002 13:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854853#M936862</guid>
      <dc:creator>Faizer Jameel</dc:creator>
      <dc:date>2002-11-30T13:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854854#M936863</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Take a quick look at following link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x90c153921f1ad5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x90c153921f1ad5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Sat, 30 Nov 2002 14:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854854#M936863</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-11-30T14:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854855#M936864</link>
      <description>HPUX error 12 not enough space is due to the insufficient memory on the system for the new instance.&lt;BR /&gt;&lt;BR /&gt;Do a swapinfo -ta &lt;BR /&gt;to check the amount of memory used and the amount of swap space used on the system.&lt;BR /&gt;&lt;BR /&gt;Probably the new instance does not enough memory to startup.&lt;BR /&gt;&lt;BR /&gt;What is the SGA size of the new instance?&lt;BR /&gt;What is the shmmax parameter value on the system?&lt;BR /&gt;What is the size of the buffer cache on the system?&lt;BR /&gt;dbc_max_pct and dbc_min_pct.&lt;BR /&gt;&lt;BR /&gt;My approach would be like,&lt;BR /&gt;&lt;BR /&gt;1.check the amount of buffer cache on the system.&lt;BR /&gt;&lt;BR /&gt;Your machine has 4GB.Then the value of dbc_max_pct=8 and dbc_min_pct=4 should be fine.&lt;BR /&gt;By default the value is 50 i.e.half of the memory is allocated for buffer cache.&lt;BR /&gt;Also with Oracle running it has its own buffer cache.&lt;BR /&gt;&lt;BR /&gt;2.What is the value of the shmmax parameter?&lt;BR /&gt;Try increasing it.&lt;BR /&gt;check this size.&lt;BR /&gt;&lt;BR /&gt;3.What is the value of SGA for the new instance.YOu can reduce the size of SGA for the new instance and try starting up.&lt;BR /&gt;&lt;BR /&gt;If all the above does not work.&lt;BR /&gt;Then try using Glance to check the processes memory usage.&lt;BR /&gt;You can also use&lt;BR /&gt;UNIX95= ps -e -o ruser,pid,vsz=Kbytes|more&lt;BR /&gt;to check the process memory usage and stop the unwanted processes running.&lt;BR /&gt;&lt;BR /&gt;4.YOu can also go for a multithreaded (MTS) instead of dedicated instance for the Oracle.&lt;BR /&gt;This should reduce the existing database memory usage.&lt;BR /&gt;Because the 8i version,each client connection takes around 30MB incase if you are running under dedicated server model.&lt;BR /&gt;&lt;BR /&gt;check things out and revert&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Nov 2002 15:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854855#M936864</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-30T15:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854856#M936865</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what I cannot see in your posting is wether your Oracle instances are 32bit or 64bit?&lt;BR /&gt;With 32bits they can only use a SHARED 1GB maximum memory segment all together :-(&lt;BR /&gt;Or do you use "memory windows", i.e. the command "set_memwindow(1M)"?&lt;BR /&gt;Then be careful that all your LISTENERs must be prefixed with the appropriate "set_memwindow(1M)" command, too...&lt;BR /&gt;&lt;BR /&gt;FWIW,&lt;BR /&gt;Wodisch</description>
      <pubDate>Sat, 30 Nov 2002 19:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854856#M936865</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-11-30T19:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854857#M936866</link>
      <description>4Gb of memory, even 8GB of swap, isn't a lot of memory for the resource pig "ORACLE", especially for 7 Instances! I don't even think 16GB would satisfy that BEAST. Plus, with 4 cpu's, you don't have the horse power to swat a flea. I sure hope you have one hell of a great IO sub-system.&lt;BR /&gt;&lt;BR /&gt;Did I hear someone say "superdome" ??&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sun, 01 Dec 2002 04:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854857#M936866</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-12-01T04:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854858#M936867</link>
      <description>Thankyou for the replies;&lt;BR /&gt;I am also attaching an output from swapinfo and kmtune -l .&lt;BR /&gt;In addition the Oracle installation is a 32 bit application&lt;BR /&gt;The SGA is 256000&lt;BR /&gt;Shared pool size = 300000000&lt;BR /&gt;&lt;BR /&gt;Hope by perusing these it would clear the requirements to provide me a solution.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Dec 2002 09:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854858#M936867</guid>
      <dc:creator>Faizer Jameel</dc:creator>
      <dc:date>2002-12-01T09:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854859#M936868</link>
      <description>The Kernel paarameter output</description>
      <pubDate>Sun, 01 Dec 2002 09:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854859#M936868</guid>
      <dc:creator>Faizer Jameel</dc:creator>
      <dc:date>2002-12-01T09:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854860#M936869</link>
      <description>Faizer,&lt;BR /&gt;&lt;BR /&gt;First thing: you need to change Parameter: dbc_max_pct to 8% (it's 20% now) and dbc_min_pct to 4% (which is 5% now).&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Dec 2002 12:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854860#M936869</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-12-01T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854861#M936870</link>
      <description>YOu should increase your &lt;BR /&gt;&lt;BR /&gt;shmmax&lt;BR /&gt;maxdsiz&lt;BR /&gt;maxdsiz_64&lt;BR /&gt;&lt;BR /&gt;kernel parameters.&lt;BR /&gt;&lt;BR /&gt;These parameters are definitely very small.&lt;BR /&gt;&lt;BR /&gt;Increase them to 1GB.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 02 Dec 2002 02:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854861#M936870</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-02T02:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854862#M936871</link>
      <description>Hi, Faizer&lt;BR /&gt;&lt;BR /&gt;I was facing the same problem with 3 oracle instances, after increasing the swap the database was working satisfactorily</description>
      <pubDate>Mon, 02 Dec 2002 06:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854862#M936871</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-12-02T06:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854863#M936872</link>
      <description>&lt;BR /&gt;memory was 1 GB and swap 2 GB, later i increased the swap to 3 GB.</description>
      <pubDate>Mon, 02 Dec 2002 06:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854863#M936872</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-12-02T06:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854864#M936873</link>
      <description>Hi there.&lt;BR /&gt;There are a few things, that you can do.&lt;BR /&gt;Make an analysis, how much of the SGA of each database is really used.&lt;BR /&gt;After this decide, whether you can reduce the SGA size by lowering the database buffers, the shared poolsize or something else.&lt;BR /&gt;Do this database by database.&lt;BR /&gt;If you cannot reduce the size, then you have to decide, whether you need performance or not.&lt;BR /&gt;if you need performance, try to get another 2 GB of RAM, otherwise enhance your swap space.&lt;BR /&gt;Just my 2 ct&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Dec 2002 06:29:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854864#M936873</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2002-12-02T06:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854865#M936874</link>
      <description>Gentlemen,&lt;BR /&gt;Thankyou for the time that you all ahve spent on this issue. Definitely all suggestions are very valuable and have been taken into account.&lt;BR /&gt;This has also given me an indepth knowledge on this matter.&lt;BR /&gt;&lt;BR /&gt;The resolution I tried was quite simple. I shutdown the server[ poweroff] and restarted, after that I was able to bring up all my instances without any problems. &lt;BR /&gt;&lt;BR /&gt;Once again Thankyou everyone.</description>
      <pubDate>Mon, 02 Dec 2002 09:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854865#M936874</guid>
      <dc:creator>Faizer Jameel</dc:creator>
      <dc:date>2002-12-02T09:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Database Related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854866#M936875</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Just an additionnal comment.&lt;BR /&gt;As you are using 32 bits Oracle you are obviously facing the 1.75 Gb limit, which in fact means two limits :&lt;BR /&gt;- The total size of shared memory used&lt;BR /&gt;- The fragmentation of the memory&lt;BR /&gt;&lt;BR /&gt;If the issue has been solved by rebooting the system it is possible you faced the second issue. &lt;BR /&gt;With Hp-ux 11.0 you have no best_fit policy for memory allocation, so the situation can degrade with time.&lt;BR /&gt;&lt;BR /&gt;You should check the memory allocation with tool like shminfo which display a detailed map of the available shared memory in the 1.0 and 0.75 quadrant. shminfo is a usefull but unsupported tool you can get from HP support.</description>
      <pubDate>Tue, 03 Dec 2002 08:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/database-related/m-p/2854866#M936875</guid>
      <dc:creator>Philippe Cussigh</dc:creator>
      <dc:date>2002-12-03T08:17:32Z</dc:date>
    </item>
  </channel>
</rss>

