<?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: Swap Memory 99% in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209427#M685444</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As said above, reduce dbc_max_pct to 10 as first step. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;reserve - 6241 -6241&lt;BR /&gt;&amp;gt;memory 3004 2467 537 82%&lt;BR /&gt;&lt;BR /&gt;If you have glance, just post the output of glance -m footer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds.</description>
    <pubDate>Tue, 03 Jun 2008 11:20:59 GMT</pubDate>
    <dc:creator>Rasheed Tamton</dc:creator>
    <dc:date>2008-06-03T11:20:59Z</dc:date>
    <item>
      <title>Swap Memory 99%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209423#M685440</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;My client Devlopment server,HP-UX 11.11, oracle &amp;amp; Hp-DP cell manager loaded. &lt;BR /&gt;swapinfo reached 99%,i faced this problem 1 months back due to velocies daemon error in HP-DP,i had taken HP-Support &amp;amp; after adding some parameter in omnirc dir. problem has been solved.&lt;BR /&gt;But&lt;BR /&gt;Now the swapinfo between 94% to 95%&lt;BR /&gt;&amp;amp; at 12:25am to 12:35am (US TZ) it's reaching 99%&lt;BR /&gt;Swapinfo status.&lt;BR /&gt;&lt;BR /&gt;Mb Mb Mb PCT START/ Mb&lt;BR /&gt;TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME&lt;BR /&gt;dev 6652 411 6241 6% 0 - 1 /dev/vg00/lvol2&lt;BR /&gt;reserve - 6241 -6241&lt;BR /&gt;memory 3004 2467 537 82%&lt;BR /&gt;total 9656 9119 537 94% - 0 -&lt;BR /&gt;# kmtune | grep -i dbc&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct 50 - 50&lt;BR /&gt;dbc_min_pct 5 - 5&lt;BR /&gt;&lt;BR /&gt;Please help me, waiting for your valueable advice. &lt;BR /&gt;&lt;BR /&gt;Prashant.</description>
      <pubDate>Tue, 03 Jun 2008 06:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209423#M685440</guid>
      <dc:creator>Prashantj</dc:creator>
      <dc:date>2008-06-03T06:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Memory 99%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209424#M685441</link>
      <description>How much physical memory do you have on your server?&lt;BR /&gt;&lt;BR /&gt;You can all ways add some more swap, if you have disk space:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To create swap, you need a contiguous space on a disk/LUN.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Create vg01:&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/c25t0d0&lt;BR /&gt;pvcreate /dev/rdsk/c25t2d0&lt;BR /&gt;vgcreate -s 8 -p 128 /dev/vg01 /dev/dsk/c25t0d0 /dev/dsk/c25t2d0&lt;BR /&gt;vgchange -a y /dev/vg01&lt;BR /&gt;&lt;BR /&gt;lvcreate -C y -L 16384 -n lvswap /dev/vg01&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/swapon -f -p 3 /dev/vg01/lvswap&lt;BR /&gt;&lt;BR /&gt;add to /etc/fstab:&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvswap â ¦ swap pri=3 0 0&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2008 06:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209424#M685441</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-06-03T06:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Memory 99%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209425#M685442</link>
      <description>&amp;gt;dbc_max_pct 50 - 50&lt;BR /&gt;&lt;BR /&gt;You probably want to reduce this to 5 or 10.</description>
      <pubDate>Tue, 03 Jun 2008 06:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209425#M685442</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-03T06:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Memory 99%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209426#M685443</link>
      <description>For swap space creation , read the documents&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90672/ch06.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90672/ch06.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you can set the dbc_max_pct from 50 to 10 to increase your available physical memory space.</description>
      <pubDate>Tue, 03 Jun 2008 07:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209426#M685443</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-06-03T07:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Memory 99%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209427#M685444</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As said above, reduce dbc_max_pct to 10 as first step. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;reserve - 6241 -6241&lt;BR /&gt;&amp;gt;memory 3004 2467 537 82%&lt;BR /&gt;&lt;BR /&gt;If you have glance, just post the output of glance -m footer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds.</description>
      <pubDate>Tue, 03 Jun 2008 11:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209427#M685444</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-06-03T11:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Memory 99%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209428#M685445</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Thanks for your valuable replay. &lt;BR /&gt;please tell me how to set the dbc_max_pct 50 to 10. &lt;BR /&gt;&lt;BR /&gt;Please tell the concept of mention changes. &lt;BR /&gt;&lt;BR /&gt;Prashant.</description>
      <pubDate>Tue, 03 Jun 2008 11:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209428#M685445</guid>
      <dc:creator>Prashantj</dc:creator>
      <dc:date>2008-06-03T11:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Memory 99%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209429#M685446</link>
      <description>kctune dbc_max_pct=10&lt;BR /&gt;&lt;BR /&gt;I do not have 11.11 systems now to check. I think on 11.11 it needs a reboot?. On the newer versions it is dynamic and no reboot is required.&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct value conrols the buffer cache. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2008 11:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209429#M685446</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-06-03T11:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Memory 99%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209430#M685447</link>
      <description>If your Phys mem is 4GB, then I suggest you add another 2GB swap device as your OS is 11.11</description>
      <pubDate>Tue, 03 Jun 2008 12:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209430#M685447</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-06-03T12:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Memory 99%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209431#M685448</link>
      <description>enlarging your swap space won t get you rid of your problem&lt;BR /&gt;your system memory shows still few but enough memory to be allocated in it much more then getting to swap&lt;BR /&gt;my opinion is that you may allocate a too much large sga from your oracle database (have a look at ipcs -ma to see values)&lt;BR /&gt;that directly get in your swap as it do not find a memory segment large enough to fill in your memory</description>
      <pubDate>Tue, 03 Jun 2008 12:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209431#M685448</guid>
      <dc:creator>Fabien GUTIERREZ</dc:creator>
      <dc:date>2008-06-03T12:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Swap Memory 99%</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209432#M685449</link>
      <description>modify dbc_max_pct with kmtune -s dbc_max_pct=10&lt;BR /&gt;rebuild kernel with mk_kernel&lt;BR /&gt;prep new kernel with kmupate&lt;BR /&gt;reboot server&lt;BR /&gt;&lt;BR /&gt;Then we can review your memory allocations.&lt;BR /&gt;&lt;BR /&gt;-post your output of ipcs -ma&lt;BR /&gt;-post some output of vmstat 10 10&lt;BR /&gt;&lt;BR /&gt;just because the used entry exists on your swap device with swapinfo does not mean you are swapping/deactivating.  You will need to post some information as yes you are close but maybe not yet.&lt;BR /&gt;&lt;BR /&gt;Either way you have a choice, either reduce your memory usage by tuning the kernel or adjusting application allocations or buy more memory.&lt;BR /&gt;&lt;BR /&gt;4GB for an Oracle environment is not much but I guess it depends on the size of your application.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2008 14:38:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory-99/m-p/4209432#M685449</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-06-03T14:38:33Z</dc:date>
    </item>
  </channel>
</rss>

