<?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 max size (SHMMAX) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931035#M762425</link>
    <description>Hi,&lt;BR /&gt;Use SAM to define a greater value, this kernel parameter is dynamic so there is no need to reboot...&lt;BR /&gt;e.g.&lt;BR /&gt;shmmax          0X40000000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
    <pubDate>Tue, 23 Jan 2007 05:14:08 GMT</pubDate>
    <dc:creator>Victor BERRIDGE</dc:creator>
    <dc:date>2007-01-23T05:14:08Z</dc:date>
    <item>
      <title>shared memory max size (SHMMAX)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931033#M762423</link>
      <description>Hello.&lt;BR /&gt;I received below error while starting my Progress DB. Is there something to be changed on my HP-UX machine?&lt;BR /&gt;&lt;BR /&gt;Invalid size of shared memory segment (1135)                               │&lt;BR /&gt;│ │                                                                           │&lt;BR /&gt;│ │When running shared-memory multi-user PROGRESS, the database server        │&lt;BR /&gt;│ │(proserve) was unable to get a shared-memory segment of 8K bytes or        │&lt;BR /&gt;│ │larger. You might have a UNIX kernel with a shared memory max size         │&lt;BR /&gt;│ │(SHMMAX) that is too small. If so, regenerate the kernel with a larger     │&lt;BR /&gt;│ │value.                                      &lt;BR /&gt;&lt;BR /&gt;THANKS!!!</description>
      <pubDate>Tue, 23 Jan 2007 05:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931033#M762423</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-01-23T05:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory max size (SHMMAX)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931034#M762424</link>
      <description>What DB are you using?.&lt;BR /&gt;&lt;BR /&gt;also, have you done some kernel reconfiguration lately?&lt;BR /&gt;&lt;BR /&gt;If you are going to increase SHMMAX, Beware not to put SHMMAX parameter to high becasue you could get an end of channel communication message. (In oracle DB's).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 05:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931034#M762424</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2007-01-23T05:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory max size (SHMMAX)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931035#M762425</link>
      <description>Hi,&lt;BR /&gt;Use SAM to define a greater value, this kernel parameter is dynamic so there is no need to reboot...&lt;BR /&gt;e.g.&lt;BR /&gt;shmmax          0X40000000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 23 Jan 2007 05:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931035#M762425</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2007-01-23T05:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory max size (SHMMAX)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931036#M762426</link>
      <description>Hi,&lt;BR /&gt;how much RAM and swap do you have on your machine ? How much memory is free ?&lt;BR /&gt;Has the database grown lately ?&lt;BR /&gt;Please also remember not to set shmmax higher than your RAM + SWAP !</description>
      <pubDate>Tue, 23 Jan 2007 05:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931036#M762426</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-23T05:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory max size (SHMMAX)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931037#M762427</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You need to discuss with your DBA to decide on the SHMMAX size. There is DB parameter file modified with the higher SGA size where as the OS kernel parameter is not modified to cater the SGA ( I am using Oracles language, I am not familiar with Progress DB, hopefully be the saemin Progress DB too). Either you need to reduce the SGA size back to the original value or increase your SHMMAX kernel parameter in OS to cater the demaned SGA from yor DB. &lt;BR /&gt;Pls note that whatever the SGA you keep your DB is going to take the whole chunk of real memory, you need to figure it ouot how many users/session it is going to hadle and the RAM for those + the OS itself requires some physical memory based on the kernel and background process it starts. Say for example if you have 4 GB RAM you shouldn't paln to have more than 50% for your DB SGA.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TQ&lt;BR /&gt;Perumal&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 05:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931037#M762427</guid>
      <dc:creator>perumal_2</dc:creator>
      <dc:date>2007-01-23T05:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory max size (SHMMAX)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931038#M762428</link>
      <description>Hello.&lt;BR /&gt;How do i check the available RAM in my HP-UX machine?&lt;BR /&gt;How do i check the value of SHMMAX and how much should it be?&lt;BR /&gt;&lt;BR /&gt;THANKS</description>
      <pubDate>Tue, 23 Jan 2007 06:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931038#M762428</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-01-23T06:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory max size (SHMMAX)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931039#M762429</link>
      <description>Hi,&lt;BR /&gt;RAM Size:&lt;BR /&gt;Use SAM or use &lt;BR /&gt;perl -e 'local($PSTAT,$PSTAT_STATIC,$mem_info,$PSTAT_STRUCT)=(239,2,"\0"x120,"LI4L");&lt;BR /&gt;syscall($PSTAT,$PSTAT_STATIC,$mem_info,length($mem_info),1,0);&lt;BR /&gt;print "RAM=".int((unpack($PSTAT_STRUCT,$mem_info))[4]*((unpack($PSTAT_STRUCT,$mem_info))[5])/(1024*1024))."\n";'&lt;BR /&gt;&lt;BR /&gt;Use SAM or kmtune to check parameters.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 06:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931039#M762429</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-23T06:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory max size (SHMMAX)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931040#M762430</link>
      <description>How to check DB SGA on HP-UX machine?</description>
      <pubDate>Tue, 23 Jan 2007 06:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931040#M762430</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-01-23T06:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory max size (SHMMAX)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931041#M762431</link>
      <description>Hi,&lt;BR /&gt;please see:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=228067" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=228067&lt;/A&gt;</description>
      <pubDate>Tue, 23 Jan 2007 06:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931041#M762431</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-23T06:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory max size (SHMMAX)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931042#M762432</link>
      <description>Did this work before, and has it just stopped?&lt;BR /&gt;&lt;BR /&gt;If so, and you're running 11.11, did you recently install the A.53.00 version of the  OnlineDiags (Dec 2006 release)?  There is a problem with the installation that will set shmmax to 128Mb for certain values (typically if shmmax is &amp;gt;2Gb).&lt;BR /&gt;&lt;BR /&gt;The fix is to reset the value.  You can do this from SAM, and it is a dynamic value so you do not need to rebuild the kernel or reboot, it takes effect immediately.&lt;BR /&gt;&lt;BR /&gt;There will be a new release of the OnlineDiags available online next month to fix this.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 24 Jan 2007 11:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max-size-shmmax/m-p/3931042#M762432</guid>
      <dc:creator>Andrew Merritt_2</dc:creator>
      <dc:date>2007-01-24T11:16:11Z</dc:date>
    </item>
  </channel>
</rss>

