<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2635118#M850331</link>
    <description>As it looks like you have 256Meg of memory, the 512Meg of current swap is plenty.&lt;BR /&gt;&lt;BR /&gt;Check to see if you have swapmem_on set to 1 in your kernel parms.  This will enable pseudo swap.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you will need more memory to perform the tasks that you want to do.</description>
    <pubDate>Mon, 24 Dec 2001 14:11:07 GMT</pubDate>
    <dc:creator>John Bolene</dc:creator>
    <dc:date>2001-12-24T14:11:07Z</dc:date>
    <item>
      <title>swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2635114#M850327</link>
      <description>This is the output of my swapinfo.  &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         512     191     321   37%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     245    -245&lt;BR /&gt;memory      172      42     130   24%&lt;BR /&gt;total       684     478     206   70%       -       0    -&lt;BR /&gt;&lt;BR /&gt;Sometimes the device swap is heavily used especially when the backup started.  I am thinking of adding an secondary swap.&lt;BR /&gt;&lt;BR /&gt;Here is my kernel parameter.&lt;BR /&gt;&lt;BR /&gt;maxswapchunks 256&lt;BR /&gt;swchunk 2048&lt;BR /&gt;&lt;BR /&gt;Is this okay for me to one additional 512MB of secondary swap without any reboot</description>
      <pubDate>Mon, 24 Dec 2001 02:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2635114#M850327</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2001-12-24T02:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2635115#M850328</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes you can.&lt;BR /&gt;&lt;BR /&gt;Use either SAM or the swapon command eg.&lt;BR /&gt;&lt;BR /&gt;# swapon /dev/dsk/c0t1d0&lt;BR /&gt;&lt;BR /&gt;For more options, man swapon.&lt;BR /&gt;&lt;BR /&gt;If your maxswapchucks kernel parameter has a value that is too small, SAM will complain.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Mon, 24 Dec 2001 02:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2635115#M850328</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-24T02:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2635116#M850329</link>
      <description>Adding more swap will allow you to run more processes at the same time, but at a terrible performance penalty.  Swap is good for the occasional overflow ort for lots of programs that are interactive and have long wait times between activities.&lt;BR /&gt;&lt;BR /&gt;But if swapping is going for continuous jobs (such as backup) then throughput will be reduced as much as 100:1, and pauses in the data stream will waste space on tape as well as time.&lt;BR /&gt;&lt;BR /&gt;The only fix is to increase RAM substantially.</description>
      <pubDate>Mon, 24 Dec 2001 03:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2635116#M850329</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-12-24T03:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2635117#M850330</link>
      <description>Hello Kholikt,&lt;BR /&gt;&lt;BR /&gt;you could first try to reduce the amount of RAM "wasted".&lt;BR /&gt;Look for processes you do not need (NFS perhaps), the amount of UN*X buffer cache (the default of up to 50% of your RAM is too high for your system, I guess).&lt;BR /&gt;That way you could free up precious RAM and then (perhaps, read: if you free up enough) your system won't swap any longer...&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
      <pubDate>Mon, 24 Dec 2001 10:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2635117#M850330</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-12-24T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2635118#M850331</link>
      <description>As it looks like you have 256Meg of memory, the 512Meg of current swap is plenty.&lt;BR /&gt;&lt;BR /&gt;Check to see if you have swapmem_on set to 1 in your kernel parms.  This will enable pseudo swap.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you will need more memory to perform the tasks that you want to do.</description>
      <pubDate>Mon, 24 Dec 2001 14:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap/m-p/2635118#M850331</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-12-24T14:11:07Z</dc:date>
    </item>
  </channel>
</rss>

