<?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: Oracle versus Apache in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895344#M845045</link>
    <description>I also think that I am out of memory segments&lt;BR /&gt;. This is my bdf:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aramis:/root&amp;gt; bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     819200  262240  552728   32% /&lt;BR /&gt;/dev/vg00/lvol1     497584   44216  403608   10% /stand&lt;BR /&gt;/dev/vg00/lvol8    8708096  922168 7725936   11% /var&lt;BR /&gt;/dev/vg00/lvol7    2564096 1359848 1194904   53% /usr&lt;BR /&gt;/dev/vg00/lvol6    2048000 1439408  603864   70% /tmp&lt;BR /&gt;/dev/vg00/lvol5    5120000 2259520 2838200   44% /opt&lt;BR /&gt;/dev/vg00/lvol4     516096  443320   72352   86% /home&lt;BR /&gt;/dev/vgtemp/lvol3  12288000 2058298 9590402   18% /tmp-mad&lt;BR /&gt;/dev/vgpkgdb/503   5120000 1326857 3557859   27% /mad503&lt;BR /&gt;/dev/vgora/data    10240000 5705871 4250787   57% /mad503/madora&lt;BR /&gt;/dev/vgredo/redo   2560000  631498 1807977   26% /mad503/redo&lt;BR /&gt;/dev/vgora/ora     5120000 3137500 1858642   63% /ora&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me how to order the shared memory areas in my servers..&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Apr 2005 02:10:23 GMT</pubDate>
    <dc:creator>jpcast_real</dc:creator>
    <dc:date>2005-04-11T02:10:23Z</dc:date>
    <item>
      <title>Oracle versus Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895339#M845040</link>
      <description>Hello Gurus,&lt;BR /&gt;&lt;BR /&gt;I have found a problem between my Oracle 9i and the default apache web server I have installed in the system . If oracle is running the apache can not be started and if apache is running oracle can not be started .&lt;BR /&gt;&lt;BR /&gt;This is the error log of apache startup when oracle is running.&lt;BR /&gt;[Sat Apr 09 14:29:30 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK&lt;BR /&gt;[Sat Apr 09 14:29:30 2005] [notice] LDAP: SSL support unavailable&lt;BR /&gt;[Sat Apr 09 14:29:30 2005] [crit] (28)No space left on device: mod_rewrite: could not&lt;BR /&gt; create rewrite_log_lock&lt;BR /&gt;Configuration Failed&lt;BR /&gt;&lt;BR /&gt;This is the error log from oracle when apache is running:&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; Connected to an idle instance.&lt;BR /&gt;SQL&amp;gt; ORA-00600: internal error code, arguments: [OSDEP_INTERNAL], [], [], [], [], [], [], []&lt;BR /&gt;ORA-27302: failure occurred at: skgpwreset1&lt;BR /&gt;ORA-27303: additional information: invalid shared ctx&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;&lt;BR /&gt;&lt;BR /&gt;Whith the ipcs commnad I see the areas of memory used by the application ... This problem is happening in the two new rp4440 systems , however in the old rp5470 everything works fine.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Sat, 09 Apr 2005 07:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895339#M845040</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-04-09T07:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle versus Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895340#M845041</link>
      <description>&lt;BR /&gt;It appears you have a lack of disk space somewhere:&lt;BR /&gt;&lt;BR /&gt;No space left on device&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Sat, 09 Apr 2005 12:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895340#M845041</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-04-09T12:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle versus Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895341#M845042</link>
      <description>Take a look at bdf output. You're going to need several dozen megs of free space on /var as an example. In the Oracle error messages (cyrptically hidden) is the OS error code 28. Whenever you see OS error codes (or similarly worded messages), these are errno values, a classic error number in Unix. From /usr/include/sys/errno.h:&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;   define       ENOSPC          28      /* No space left on device      */&lt;BR /&gt; &lt;BR /&gt;from man 2 errno:&lt;BR /&gt;      [ENOSPC]       No space left on device.  During a write() to an ordinary file, there is no free space left on the device; or no space in system table during msgget(), semget(), or semop() while SEM_UNDO flag is set.</description>
      <pubDate>Sat, 09 Apr 2005 18:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895341#M845042</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-04-09T18:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle versus Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895342#M845043</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This can happen if your init.ora - processes parameter is set &lt;BR /&gt;too high, but the kernel is not configured to handle this. &lt;BR /&gt;In our case, the message, ' operation:semget failed' indicates &lt;BR /&gt;the call to get the required number of semaphores has failed. &lt;BR /&gt;&lt;BR /&gt;Suggestion: &lt;BR /&gt;Increase your kernel parameters , specifically the semaphore &lt;BR /&gt;related parameters such as SEMMNI and SEMMNS. &lt;BR /&gt;&lt;BR /&gt;OR &lt;BR /&gt;&lt;BR /&gt;Decrease the processes value in the init.ora and try restarting &lt;BR /&gt;the instance. &lt;BR /&gt;</description>
      <pubDate>Sat, 09 Apr 2005 20:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895342#M845043</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2005-04-09T20:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle versus Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895343#M845044</link>
      <description>You're definitely running out of shared memory or shared memory segments (I'd point to that)</description>
      <pubDate>Sun, 10 Apr 2005 07:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895343#M845044</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-04-10T07:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle versus Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895344#M845045</link>
      <description>I also think that I am out of memory segments&lt;BR /&gt;. This is my bdf:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aramis:/root&amp;gt; bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     819200  262240  552728   32% /&lt;BR /&gt;/dev/vg00/lvol1     497584   44216  403608   10% /stand&lt;BR /&gt;/dev/vg00/lvol8    8708096  922168 7725936   11% /var&lt;BR /&gt;/dev/vg00/lvol7    2564096 1359848 1194904   53% /usr&lt;BR /&gt;/dev/vg00/lvol6    2048000 1439408  603864   70% /tmp&lt;BR /&gt;/dev/vg00/lvol5    5120000 2259520 2838200   44% /opt&lt;BR /&gt;/dev/vg00/lvol4     516096  443320   72352   86% /home&lt;BR /&gt;/dev/vgtemp/lvol3  12288000 2058298 9590402   18% /tmp-mad&lt;BR /&gt;/dev/vgpkgdb/503   5120000 1326857 3557859   27% /mad503&lt;BR /&gt;/dev/vgora/data    10240000 5705871 4250787   57% /mad503/madora&lt;BR /&gt;/dev/vgredo/redo   2560000  631498 1807977   26% /mad503/redo&lt;BR /&gt;/dev/vgora/ora     5120000 3137500 1858642   63% /ora&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me how to order the shared memory areas in my servers..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 02:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895344#M845045</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-04-11T02:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle versus Apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895345#M845046</link>
      <description>Problem solved.&lt;BR /&gt;&lt;BR /&gt;Increasing the shared memory size and semaphores kernel parameters the problem was solved.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Mon, 11 Apr 2005 03:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-versus-apache/m-p/4895345#M845046</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-04-11T03:34:16Z</dc:date>
    </item>
  </channel>
</rss>

