<?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: Loading Oracle, getting HP-UX error:28 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/loading-oracle-getting-hp-ux-error-28/m-p/2418684#M766229</link>
    <description>Hi Leo,&lt;BR /&gt;&lt;BR /&gt;The way to go about resolving this issue is configuring your kernel share &lt;BR /&gt;memory items to larger values. You can also read these topic from the IT &lt;BR /&gt;resource Center: "Oracle: configuring Oracle 8.0.5 on an HP-UX 10.20 system" &lt;BR /&gt;and "Understanding Shared Memory on PA-RISC Systems".&lt;BR /&gt;You can also look at my attached kernel configuration from my K580 server.</description>
    <pubDate>Thu, 09 Mar 2000 04:58:42 GMT</pubDate>
    <dc:creator>Chris Anoruo_1</dc:creator>
    <dc:date>2000-03-09T04:58:42Z</dc:date>
    <item>
      <title>Loading Oracle, getting HP-UX error:28</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loading-oracle-getting-hp-ux-error-28/m-p/2418682#M766227</link>
      <description>I have place the default parameters for the semaphore, there is one exception, &lt;BR /&gt;could not find "shmmin". Here is the error;&lt;BR /&gt;&lt;BR /&gt;[oracle] cd dbs&lt;BR /&gt;[oracle] svrmgrl&lt;BR /&gt;Oracle Server Manager Release 3.0.5.0.0 - Production&lt;BR /&gt;(c) Copyright 1997, Oracle Corporation.  All Rights Reserved.&lt;BR /&gt;Oracle8 Enterprise Edition Release 8.0.5.0.0 - Production&lt;BR /&gt;With the Partitioning and Objects options&lt;BR /&gt;PL/SQL Release 8.0.5.0.0 - Production&lt;BR /&gt;SVRMGR&amp;gt; connect internal&lt;BR /&gt;Connected.&lt;BR /&gt;SVRMGR&amp;gt; startup nomount pfile=initorcl.ora&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: 200&lt;BR /&gt;Additional information: 2&lt;BR /&gt;SVRMGR&amp;gt; exit&lt;BR /&gt;Server Manager complete.&lt;BR /&gt;[oracle]&lt;BR /&gt;[oracle]&lt;BR /&gt;[oracle] oerr ora 7279&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.&lt;BR /&gt;//          Verify that enough semaphores are available.  Additional &lt;BR /&gt;information&lt;BR /&gt;//          indicates how many semaphores were requested.&lt;BR /&gt;[oracle]&lt;BR /&gt;&lt;BR /&gt;Here is what I did with the semaphores;&lt;BR /&gt;&lt;BR /&gt;Modified Kernel Configuration Parameters   (pg 2-5)&lt;BR /&gt;            recommended&lt;BR /&gt;Name    was   oracle     Description &lt;BR /&gt;semmni   64     70     Number of Semaphore Identifiers&lt;BR /&gt;semmns   128   200     Max Number of Semaphores  &lt;BR /&gt;shmmax 67108864 1073741824   Max Shared Mem Segment&lt;BR /&gt;shmmni  200   100 Number of Shared Memory Identifiers  &lt;BR /&gt;shmseg 120    10   Shared Memory Segments per Process &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any suggestions what my problems is???</description>
      <pubDate>Tue, 22 Feb 2000 13:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loading-oracle-getting-hp-ux-error-28/m-p/2418682#M766227</guid>
      <dc:creator>Leo Cusson</dc:creator>
      <dc:date>2000-02-22T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Oracle, getting HP-UX error:28</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loading-oracle-getting-hp-ux-error-28/m-p/2418683#M766228</link>
      <description>Run the command 'ipcs -sa' and total the numbers in the NSEMS column.  Add to &lt;BR /&gt;that number the value of the processes parameter from the init.ora files for &lt;BR /&gt;each database you have on that server.  Set the semmns kernel parameter to this &lt;BR /&gt;number at a minimum.&lt;BR /&gt;&lt;BR /&gt;Better yet do what I've done, using SAM, navigate to the Configurable &lt;BR /&gt;Parameters area under Kernel Configuration and 'Apply a Tuned Parameter Set' &lt;BR /&gt;appropriate for your environment.  You can tweak your kernel settings from &lt;BR /&gt;there and be fairly confident that you won't encounter this type of error &lt;BR /&gt;again.</description>
      <pubDate>Tue, 22 Feb 2000 18:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loading-oracle-getting-hp-ux-error-28/m-p/2418683#M766228</guid>
      <dc:creator>Jim Donovan_1</dc:creator>
      <dc:date>2000-02-22T18:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Oracle, getting HP-UX error:28</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loading-oracle-getting-hp-ux-error-28/m-p/2418684#M766229</link>
      <description>Hi Leo,&lt;BR /&gt;&lt;BR /&gt;The way to go about resolving this issue is configuring your kernel share &lt;BR /&gt;memory items to larger values. You can also read these topic from the IT &lt;BR /&gt;resource Center: "Oracle: configuring Oracle 8.0.5 on an HP-UX 10.20 system" &lt;BR /&gt;and "Understanding Shared Memory on PA-RISC Systems".&lt;BR /&gt;You can also look at my attached kernel configuration from my K580 server.</description>
      <pubDate>Thu, 09 Mar 2000 04:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loading-oracle-getting-hp-ux-error-28/m-p/2418684#M766229</guid>
      <dc:creator>Chris Anoruo_1</dc:creator>
      <dc:date>2000-03-09T04:58:42Z</dc:date>
    </item>
  </channel>
</rss>

