<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626265#M236677</link>
    <description>Hi James , &lt;BR /&gt;&lt;BR /&gt;You can add the system swap  , to make it 150% of Physical Memroy. &lt;BR /&gt;&lt;BR /&gt;You can check by :&lt;BR /&gt;# swapinfo -tm &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Wed, 14 Sep 2005 15:03:44 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2005-09-14T15:03:44Z</dc:date>
    <item>
      <title>Shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626264#M236676</link>
      <description>I Have a RP5470 running 11i and I just added 2 additonal gig of memory for a total of 4 gig with 2 CPU's.  Do I have to do anything with the kernel to increase the shared memory.  We added the 2 gig for the Sybase server and the DBA says I have to change a parameter like they do on the Sun box's.  I have never heard of this before for HP, but there is a lot of things that I do not know.</description>
      <pubDate>Wed, 14 Sep 2005 15:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626264#M236676</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2005-09-14T15:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626265#M236677</link>
      <description>Hi James , &lt;BR /&gt;&lt;BR /&gt;You can add the system swap  , to make it 150% of Physical Memroy. &lt;BR /&gt;&lt;BR /&gt;You can check by :&lt;BR /&gt;# swapinfo -tm &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 14 Sep 2005 15:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626265#M236677</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-14T15:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626266#M236678</link>
      <description>Hi James:&lt;BR /&gt;&lt;BR /&gt;You may want to evaluate some of your current kernel parameters.  This document discusses all of them.  There is a section devoete to shared memory.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/TKP-90202/index.html" target="_blank"&gt;http://docs.hp.com/en/TKP-90202/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can get a current summary for your server by running:&lt;BR /&gt;&lt;BR /&gt;# kmtune -l&lt;BR /&gt;&lt;BR /&gt;See the 'kmtune' manpages too, for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 14 Sep 2005 15:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626266#M236678</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-09-14T15:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626267#M236679</link>
      <description>Looks like your DBA is talking about the shared IPC resources that are set in the /etc/system file under Solaris. In HP they are all part of the kernel (some dynamic others not) and you can query their values with the following command:&lt;BR /&gt;&lt;BR /&gt;# kmtune -q semmni&lt;BR /&gt;# kmtune -q semmns&lt;BR /&gt;# kmtune -q shmmni              &lt;BR /&gt;# kmtune -q shmseg              &lt;BR /&gt;# kmtune -q shmmax                &lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Wed, 14 Sep 2005 16:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626267#M236679</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-09-14T16:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626268#M236680</link>
      <description>As the others have posted - it's the shm**** parameters that need to be reviewed in the kernel, in particular for this question - shmmax.</description>
      <pubDate>Wed, 14 Sep 2005 18:06:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626268#M236680</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-09-14T18:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626269#M236681</link>
      <description>&lt;BR /&gt;Other than making sure you up the swap space if needed ( watch out for maxswapchunks parameter, if not set high enough then no matter how much swapspace you allocate system will only use maxswapchunks)&lt;BR /&gt;&lt;BR /&gt;shmmax 2048000000, 4096000000 etc...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Sep 2005 18:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory/m-p/3626269#M236681</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2005-09-14T18:30:01Z</dc:date>
    </item>
  </channel>
</rss>

