<?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: Startup Oracle Instance error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525094#M841065</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;you need to increase the kernel parameter SEMMNS.&lt;BR /&gt;&lt;BR /&gt;Normally, the Kernel parameter is formula based (SEMMNI * 2). On our system it is currently set to 8192.&lt;BR /&gt;&lt;BR /&gt;Metalink note 115235.1 says:&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;Set the kernel parameter SEMMNS to double the sum of all of the initSID.ora PROCESSES parameters on the system.&lt;BR /&gt;&lt;BR /&gt;For example, if you have 5 instances with the initSID.ora PROCESSES parameter set to 25, 50, 100, 200, and 250, then set the kernel parameter SEMMNS equal to 1250.&lt;BR /&gt;&lt;BR /&gt;((25 + 50 + 100 + 200 + 250) * 2) = 1250&lt;BR /&gt;&lt;BR /&gt;&lt;/QUOTE&gt; &lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Thu, 14 Apr 2005 23:44:38 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2005-04-14T23:44:38Z</dc:date>
    <item>
      <title>Startup Oracle Instance error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525088#M841059</link>
      <description>Hi,&lt;BR /&gt;I have a HP_UX 11.11 system whith 4 GB RAM memory&lt;BR /&gt;&lt;BR /&gt;***********************************************&lt;BR /&gt;Kernel :&lt;BR /&gt;max_thread_proc            64&lt;BR /&gt;nproc                    2068&lt;BR /&gt;sema                        1&lt;BR /&gt;semaem                  16384&lt;BR /&gt;semmap                    402&lt;BR /&gt;semmni                    400&lt;BR /&gt;semmns                    600&lt;BR /&gt;semmnu                     30&lt;BR /&gt;semmsl                   2048&lt;BR /&gt;semume                     10&lt;BR /&gt;semvmx                  32767&lt;BR /&gt;max_thread_proc            64&lt;BR /&gt;maxdsiz            1073741824&lt;BR /&gt;maxdsiz_64bit      2147483648&lt;BR /&gt;maxssiz             134217728&lt;BR /&gt;maxssiz_64bit      1073741824&lt;BR /&gt;maxtsiz             0x4000000&lt;BR /&gt;maxtsiz_64bit      0x40000000&lt;BR /&gt;maxuprc                  1280&lt;BR /&gt;*****************************************&lt;BR /&gt;&lt;BR /&gt;And I try to create the 8ª instance:&lt;BR /&gt;oracle&amp;gt; startup&lt;BR /&gt;&lt;BR /&gt;Report that errors:&lt;BR /&gt;ORA-27146: post/wait initialization failed&lt;BR /&gt;ORA-27300: OS system dependent operation:semget failed with status: 28&lt;BR /&gt;ORA-27301: OS failure message: No space left on device&lt;BR /&gt;ORA-27302: failure occurred at: sskgpsemsper&lt;BR /&gt;*** 2005-04-14 16:25:48.528&lt;BR /&gt;&lt;BR /&gt;Can you help me? What kernel parameters i need to increase</description>
      <pubDate>Thu, 14 Apr 2005 11:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525088#M841059</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2005-04-14T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Startup Oracle Instance error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525089#M841060</link>
      <description>Looks like you have a FS that is 100 % full. Check them, particularly /tmp&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 14 Apr 2005 11:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525089#M841060</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-04-14T11:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Startup Oracle Instance error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525090#M841061</link>
      <description>This is probably because semmni needs to be increased. Do a man 2 semget and see the reasons that segmet() can fail and set errno = ENOSPC (28).&lt;BR /&gt;&lt;BR /&gt;This could also be the result of improper termination of Oracle process so that you have many, many IPCS resources in use. Do an ipcs -a and compare that to your running Oracle instances.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2005 11:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525090#M841061</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-14T11:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Startup Oracle Instance error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525091#M841062</link>
      <description>Before installing oracle, you should consult oracle manuals to see the requirements. They have nice tables with each paramter and it's value.&lt;BR /&gt;&lt;BR /&gt;Can be found on &lt;A href="http://www.oracle.com" target="_blank"&gt;http://www.oracle.com&lt;/A&gt;</description>
      <pubDate>Thu, 14 Apr 2005 14:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525091#M841062</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-04-14T14:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Startup Oracle Instance error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525092#M841063</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This error is related to insufficient semaphores. &lt;BR /&gt;Please set the value of "semmsl" to a high value say 3000 and rebuilt the kernel. &lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2005 19:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525092#M841063</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2005-04-14T19:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Startup Oracle Instance error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525093#M841064</link>
      <description>Hi Joel,&lt;BR /&gt;&lt;BR /&gt;The ORA-27146 means that the system is running out of semaphores. The problem is that there are not enough semaphores to start the instance. The cause for the error is that OS is short of semaphores. You can either decrease the "processes" parameter in the init.ora file, or increase number of semaphores on operating system.  The semamphore parameter is called "semmns and semmni. &lt;BR /&gt;&lt;BR /&gt;The first and most simple fix is to modify the init&lt;SID&gt;.ora to reduce the number of semaphores or the amount of shared memory Oracle will try to grab at instance startup. If your situation requires that you cannot reduce the appropriate init&lt;SID&gt;.ora parameters, you will have to modify the operating system kernel to allow the OS to provide more semaphores or allow larger shared memory segments&lt;BR /&gt;&lt;BR /&gt;With Oracle7:- The number of semaphores required by an instance is equal to the setting the      'processes' parameter in the init&lt;SID&gt;.ora for the instance. &lt;BR /&gt; &lt;BR /&gt;With Oracle8, 8i and 9i:- The number of semaphores required by an instance is equal to 2 times the setting of the 'processes' parameter in the init&lt;SID&gt;.ora for the instance.  Remember that Oracle only momentarily grabs 2 X 'processes' then releases half at instance startup. &lt;BR /&gt;&lt;BR /&gt;Indira A&lt;/SID&gt;&lt;/SID&gt;&lt;/SID&gt;&lt;/SID&gt;</description>
      <pubDate>Thu, 14 Apr 2005 19:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525093#M841064</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-04-14T19:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Startup Oracle Instance error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525094#M841065</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you need to increase the kernel parameter SEMMNS.&lt;BR /&gt;&lt;BR /&gt;Normally, the Kernel parameter is formula based (SEMMNI * 2). On our system it is currently set to 8192.&lt;BR /&gt;&lt;BR /&gt;Metalink note 115235.1 says:&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;Set the kernel parameter SEMMNS to double the sum of all of the initSID.ora PROCESSES parameters on the system.&lt;BR /&gt;&lt;BR /&gt;For example, if you have 5 instances with the initSID.ora PROCESSES parameter set to 25, 50, 100, 200, and 250, then set the kernel parameter SEMMNS equal to 1250.&lt;BR /&gt;&lt;BR /&gt;((25 + 50 + 100 + 200 + 250) * 2) = 1250&lt;BR /&gt;&lt;BR /&gt;&lt;/QUOTE&gt; &lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 14 Apr 2005 23:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525094#M841065</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-04-14T23:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Startup Oracle Instance error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525095#M841066</link>
      <description>The problem is that the semaphores have been completely utilized.&lt;BR /&gt;&lt;BR /&gt;you can check the semaphore usage using&lt;BR /&gt;&lt;BR /&gt;$ipcs -sb |grep &lt;ORACLE-USERNAME&gt; &lt;BR /&gt;&lt;BR /&gt;Increase the semaphore kernel parameters and rebuild the kernel to use things up.&lt;BR /&gt;&lt;BR /&gt;&lt;/ORACLE-USERNAME&gt;</description>
      <pubDate>Fri, 15 Apr 2005 00:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/startup-oracle-instance-error/m-p/3525095#M841066</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-15T00:15:49Z</dc:date>
    </item>
  </channel>
</rss>

