<?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: While starting another instance fails with... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443006#M769178</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use one of the kernel templates (OLTP) from SAM and increase the semmns to 6640 and semmni to 3320.&lt;BR /&gt;&lt;BR /&gt;See: &lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=cf18e8610a7f474c23/screen=ckiDisplayDocument?docId=200000045467737" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=cf18e8610a7f474c23/screen=ckiDisplayDocument?docId=200000045467737&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(Document #A5913199)&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Sep 2000 13:34:38 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2000-09-06T13:34:38Z</dc:date>
    <item>
      <title>While starting another instance fails with...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443002#M769174</link>
      <description>HPUX 10.20, Oracle 8.0.6.1&lt;BR /&gt;following errors are received,&lt;BR /&gt;SVRMGR&amp;gt; startup&lt;BR /&gt;ORA-07279: spcre: semget error, unable to get first semaphore set.&lt;BR /&gt;HP-UX Error: 28: No space left on device&lt;BR /&gt;Additional information: 1&lt;BR /&gt;Additional information: 774975024&lt;BR /&gt;SVRMGR&amp;gt; exit&lt;BR /&gt;What kernel prarmeter is needs to increase, why ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;SA</description>
      <pubDate>Wed, 06 Sep 2000 13:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443002#M769174</guid>
      <dc:creator>Kishor Bagul</dc:creator>
      <dc:date>2000-09-06T13:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: While starting another instance fails with...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443003#M769175</link>
      <description>You might need to increase the following:&lt;BR /&gt;semmni          &lt;BR /&gt;semmns          &lt;BR /&gt;semmnu          &lt;BR /&gt;&lt;BR /&gt;depending on what values you have set - I tend to double the default values... depending on the situation of course...  do a search on kernel parameters, there is pointer to all the parameters and what theydo.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Wed, 06 Sep 2000 13:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443003#M769175</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-06T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: While starting another instance fails with...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443004#M769176</link>
      <description>&lt;BR /&gt;Its difficult to see which error message is causing the other.&lt;BR /&gt;&lt;BR /&gt;To increase the number of semaphores modify the kernel params; semmns and semmni. For our Oracle systems we run semmns at 1024 and semmni at 512.&lt;BR /&gt;check current semaphore usage with ipcs -ca command.&lt;BR /&gt;&lt;BR /&gt;Or, the err 28 you received is no space left on device. A filesystem full ? swap full ? check with swapinfo -mt or bdf.</description>
      <pubDate>Wed, 06 Sep 2000 13:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443004#M769176</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-09-06T13:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: While starting another instance fails with...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443005#M769177</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Increase the following kernel parameters to:&lt;BR /&gt;&lt;BR /&gt;SEMAEM=16384&lt;BR /&gt;SHMMAP=1366&lt;BR /&gt;SEMMNI=1364&lt;BR /&gt;SEMMNS=2048&lt;BR /&gt;SEMMNU=683&lt;BR /&gt;SEMVNX=256&lt;BR /&gt;SEMVMX=32767&lt;BR /&gt;SHMMAX=1GB&lt;BR /&gt;SHMMNI=1024&lt;BR /&gt;SHMSEG=200&lt;BR /&gt;Also, set SWAPMEM_ON=1&lt;BR /&gt;NBUF=0&lt;BR /&gt;BUFPAGES=0&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2000 13:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443005#M769177</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-06T13:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: While starting another instance fails with...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443006#M769178</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use one of the kernel templates (OLTP) from SAM and increase the semmns to 6640 and semmni to 3320.&lt;BR /&gt;&lt;BR /&gt;See: &lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=cf18e8610a7f474c23/screen=ckiDisplayDocument?docId=200000045467737" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=cf18e8610a7f474c23/screen=ckiDisplayDocument?docId=200000045467737&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(Document #A5913199)&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2000 13:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443006#M769178</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-06T13:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: While starting another instance fails with...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443007#M769179</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;...and one more document (#1653288506) for further explanation/diagnostics:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=cf18e8610a7f474c23/screen=ckiDisplayDocument?docId=200000049198687" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=cf18e8610a7f474c23/screen=ckiDisplayDocument?docId=200000049198687&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2000 13:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443007#M769179</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-06T13:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: While starting another instance fails with...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443008#M769180</link>
      <description>HAVE A LOOK AT THIS &lt;A href="http://www.docs.hp.com/hpux/content/KCparam.SharedMemParmsList.html" target="_blank"&gt;http://www.docs.hp.com/hpux/content/KCparam.SharedMemParmsList.html&lt;/A&gt;</description>
      <pubDate>Wed, 06 Sep 2000 13:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443008#M769180</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-06T13:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: While starting another instance fails with...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443009#M769181</link>
      <description>The Oracle message book says this:&lt;BR /&gt;&lt;BR /&gt;07279, 00000, "spcre: semget error, unable to get first semaphore set."&lt;BR /&gt;// *Cause:  An error occurred when trying to get first semaphore set.&lt;BR /&gt;// *Action: Check errno. Verify that system is configured to have semaphores.Verify that enough semaphores are available.  Additional information indicates how many semaphores were requested.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Wed, 06 Sep 2000 13:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/while-starting-another-instance-fails-with/m-p/2443009#M769181</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-09-06T13:41:51Z</dc:date>
    </item>
  </channel>
</rss>

