<?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 Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719655#M947902</link>
    <description>the Kernel Parameters are&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct          6&lt;BR /&gt;dbc_min_pct          6</description>
    <pubDate>Wed, 08 May 2002 14:25:09 GMT</pubDate>
    <dc:creator>George Nikoloudis_1</dc:creator>
    <dc:date>2002-05-08T14:25:09Z</dc:date>
    <item>
      <title>SWAP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719650#M947897</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;I have a strange problem withthe swap. It is 93% full. Below is the output of swapinfo -tam:&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        1024       0    1024    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev        4096     110    3986    3%       0       -    0  /dev/vg00/lvswap&lt;BR /&gt;dev        2048     108    1940    5%       0       -    0  /dev/vg00/lv_swap2&lt;BR /&gt;reserve       -    6397   -6397&lt;BR /&gt;total      7168    6615     553   92%       -       0    -&lt;BR /&gt;The server has 6 GB of Memory, 6 CPUs and is a V Class. &lt;BR /&gt;Can you help me in order to inverstigate this case, I can provide you with any other information you required.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;George</description>
      <pubDate>Wed, 08 May 2002 13:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719650#M947897</guid>
      <dc:creator>George Nikoloudis_1</dc:creator>
      <dc:date>2002-05-08T13:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719651#M947898</link>
      <description>What are your&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct &amp;amp; dbc_min_pct set to??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 08 May 2002 13:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719651#M947898</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-08T13:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719652#M947899</link>
      <description>Hi George:&lt;BR /&gt;&lt;BR /&gt;One possible try is to check the dbc_max_pct kernel parameter value. Check it with:&lt;BR /&gt;&lt;BR /&gt;# sysdef&lt;BR /&gt;# kmtune&lt;BR /&gt;&lt;BR /&gt;If it is set to default 50%, then reduce it to a proper value ( 15% ?)&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 08 May 2002 13:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719652#M947899</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-08T13:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719653#M947900</link>
      <description>The fact that the total is showing 92% means that the majority of processes are being run in memory.....and that is where you want things to run - in memory.  That 92% does not mean that it swapped/paged out to disk 92%, since that 92% is cumulative of ALL swapping going on which includes both in memory and on physical devices.....(but your swapinfo does show that you ARE paging out to disk alittle bit at  5-8%..)&lt;BR /&gt;&lt;BR /&gt;You have 6gb of mem.  So as was mentioned, make sure that those two parms are not set too high.  &lt;BR /&gt;Since the majority of your processing appears to be occuring in memory I shall presume that you have your bufpage and nbuff set to 0 to have the system dynamically control this...and that you have enabled swapmem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2002 14:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719653#M947900</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-05-08T14:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719654#M947901</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Note that only 8% is actually swapped out. The really big stuff is 'reserve' - processes that are running but are not paging out. You should do a vmstat and look at the pageout (po) rates. If that number is high then you need to add more memory or reduce the number of processes running or reduce the size of some kernel resources - like buffer cache. If you are lucky, you have some shared memory segments that are unused and that is where your memory is. &lt;BR /&gt;&lt;BR /&gt;Ideally, you would like that pageout rate to be extremely low (zero). &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2002 14:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719654#M947901</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-05-08T14:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719655#M947902</link>
      <description>the Kernel Parameters are&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct          6&lt;BR /&gt;dbc_min_pct          6</description>
      <pubDate>Wed, 08 May 2002 14:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719655#M947902</guid>
      <dc:creator>George Nikoloudis_1</dc:creator>
      <dc:date>2002-05-08T14:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719656#M947903</link>
      <description>After Running the vmstat the result is the the pi/po is 0 for both.</description>
      <pubDate>Wed, 08 May 2002 14:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719656#M947903</guid>
      <dc:creator>George Nikoloudis_1</dc:creator>
      <dc:date>2002-05-08T14:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719657#M947904</link>
      <description>george,&lt;BR /&gt;&lt;BR /&gt;Then your machine is behaving very well. &lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 08 May 2002 14:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719657#M947904</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-08T14:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719658#M947905</link>
      <description>If your getting 0 on pi/po than that hit/swap to disk was probably a short-term peak.  If you see it a little too often, look at making adjustments as Clay mentioned.&lt;BR /&gt;Or possible it's one job (you could monitor to see), and you could maybe schedule it to run at an off-peak time to avoid impacting the system and swapping out.&lt;BR /&gt;&lt;BR /&gt;Just a couple last thoughts,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2002 18:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-problem/m-p/2719658#M947905</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-05-08T18:45:10Z</dc:date>
    </item>
  </channel>
</rss>

