<?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: Shared memory Problem with 10.20 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem-with-10-20/m-p/2439897#M6969</link>
    <description>1. What is the maximum limit of shared memroy which gets&lt;BR /&gt;    allocated using the shmget() call in hpux 10.20? &lt;BR /&gt;&lt;BR /&gt;A. Maximum that be got from 1 shmget call = 1 Gb (if configured in kernel)&lt;BR /&gt;&lt;BR /&gt;2. Is there any kernel parameter I should alter to use at leaset  600 - 700 MB of RAM as shared memory? &lt;BR /&gt;&lt;BR /&gt;A. set shmmax to 600000 - 700000</description>
    <pubDate>Fri, 25 Aug 2000 11:47:54 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2000-08-25T11:47:54Z</dc:date>
    <item>
      <title>Shared memory Problem with 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem-with-10-20/m-p/2439894#M6966</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;We have a D370 Server which runs HPUX 10.20&lt;BR /&gt;mainly used for development and testing.&lt;BR /&gt;&lt;BR /&gt;The configuration is as follows.&lt;BR /&gt;&lt;BR /&gt;RAM 1GB&lt;BR /&gt;HDD space 80GB&lt;BR /&gt;Swap 1GB&lt;BR /&gt;&lt;BR /&gt;It has Oracle 7.3.4 ,Oracle 8, topend  and CCC/Harvest loaded. The Shared memory parameters are set to the following values.&lt;BR /&gt;&lt;BR /&gt;shmmax          40000000&lt;BR /&gt;shmmni          300&lt;BR /&gt;shmseg          150&lt;BR /&gt;&lt;BR /&gt;All the applications run properly but when&lt;BR /&gt;some users try to load some part of Oracle tables into shared memory using our software &lt;BR /&gt;the shmget() call fails at times and gives me a lot of trouble.&lt;BR /&gt;&lt;BR /&gt;This occurs when the total shared memory exeeds around 300MB.&lt;BR /&gt;&lt;BR /&gt;I am giving the error message from the user below.&lt;BR /&gt;&lt;BR /&gt; We are encountering the shared memory problem on UNIX when mutilple topend posting &lt;BR /&gt; components are accessing the shared memory.This problem is encountered when &lt;BR /&gt; two or more topend users are accessing the shared memory area alongwith the rest of &lt;BR /&gt; BMRS users.This problem is encountered inspite of the memory being increased on&lt;BR /&gt; RSDEVUX.The topend system users for which the above problem is noticed is &lt;BR /&gt; as below :&lt;BR /&gt;&lt;BR /&gt; 1. testfir1&lt;BR /&gt; 2. rndtrial&lt;BR /&gt; 3. rndtest&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; Please find Attached Error Message : &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; shmget() failedbng_recv_data() failed&lt;BR /&gt; shmget() failedbng_recv_data() failed&lt;BR /&gt; bng_recv_data() failed&lt;BR /&gt; bng_recv_data() failed&lt;BR /&gt;&lt;BR /&gt;Could some one please answer these questions for me.&lt;BR /&gt;&lt;BR /&gt;1. What is the maximum limit of shared memroy which gets allocated using the &lt;BR /&gt;shmget() call in hpux 10.20?&lt;BR /&gt;&lt;BR /&gt;2. Is there any kernel parameter I should alter to use at leaset 600 - 700 MB of RAM as shared memory?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2000 11:19:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem-with-10-20/m-p/2439894#M6966</guid>
      <dc:creator>Binu Raj_1</dc:creator>
      <dc:date>2000-08-25T11:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory Problem with 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem-with-10-20/m-p/2439895#M6967</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Check out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/content/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/content/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 25 Aug 2000 11:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem-with-10-20/m-p/2439895#M6967</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-25T11:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory Problem with 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem-with-10-20/m-p/2439896#M6968</link>
      <description>Hi Binu,&lt;BR /&gt;&lt;BR /&gt;Set these values as follows: &lt;BR /&gt;MAXDSIZ=IGB &lt;BR /&gt;MAXTSIZ=1GB &lt;BR /&gt;NBUF=0 &lt;BR /&gt;BUPAGES=0 &lt;BR /&gt;DBC_MAX_PCT=25 &lt;BR /&gt;DBC_MIN_PCT=5 &lt;BR /&gt;SWAPMEM_ON=1 &lt;BR /&gt;ALLOCATE_FS_SWAPMAP=0 &lt;BR /&gt;SHMMAX=1GB &lt;BR /&gt;SEMAEM=16384 &lt;BR /&gt;SEMMAP=1366 &lt;BR /&gt;SEMMNI=1364 &lt;BR /&gt;SEMMNU=2048 &lt;BR /&gt;SEMVMX=32767 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Use the information contributed in this attachment:&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2000 11:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem-with-10-20/m-p/2439896#M6968</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-25T11:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory Problem with 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem-with-10-20/m-p/2439897#M6969</link>
      <description>1. What is the maximum limit of shared memroy which gets&lt;BR /&gt;    allocated using the shmget() call in hpux 10.20? &lt;BR /&gt;&lt;BR /&gt;A. Maximum that be got from 1 shmget call = 1 Gb (if configured in kernel)&lt;BR /&gt;&lt;BR /&gt;2. Is there any kernel parameter I should alter to use at leaset  600 - 700 MB of RAM as shared memory? &lt;BR /&gt;&lt;BR /&gt;A. set shmmax to 600000 - 700000</description>
      <pubDate>Fri, 25 Aug 2000 11:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem-with-10-20/m-p/2439897#M6969</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-25T11:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory Problem with 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem-with-10-20/m-p/2439898#M6970</link>
      <description>The previous replies are valid.  However bear in mind that the maximum amount of shared memory that can be allocated system wide under 10.20 is 1.87 GB, this is an hp-ux limit.  As well, the maxtsiz and maxdsiz parameters may come into play (text and data).  It may be worth uping these parameters as well.</description>
      <pubDate>Fri, 25 Aug 2000 12:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-problem-with-10-20/m-p/2439898#M6970</guid>
      <dc:creator>Vince Inman</dc:creator>
      <dc:date>2000-08-25T12:18:59Z</dc:date>
    </item>
  </channel>
</rss>

