<?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: page in in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245893#M330708</link>
    <description>Yes, look at the current values of your kernel tunables. If they require further tuning, do it. Else, adding more RAM would be the best option.</description>
    <pubDate>Tue, 05 Aug 2008 02:57:23 GMT</pubDate>
    <dc:creator>Venkatesh BL</dc:creator>
    <dc:date>2008-08-05T02:57:23Z</dc:date>
    <item>
      <title>page in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245888#M330703</link>
      <description>If the server starts page in and out , does that mean the physical memory is being over used..i have a situvation where swap can not be increased as the root disk is smaller size. But because of the page in ..and other memory issues - the memory is going to increased.If so what happens if he swap kept as it is instead of increase it accordingly&lt;BR /&gt;please advice</description>
      <pubDate>Mon, 04 Aug 2008 18:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245888#M330703</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-08-04T18:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: page in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245889#M330704</link>
      <description>If you run out of RAM and space to swap out current processes then new processes will fail with cannot fork or not enough space.&lt;BR /&gt;&lt;BR /&gt;Post some swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;Also, if you need to increase secondary swap space it does NOT have to be in vg00.  It can be in any vg and on any disk.&lt;BR /&gt;&lt;BR /&gt;page in = a process started&lt;BR /&gt;page out = could be that a process has ended&lt;BR /&gt;deactivations = a process was deactivated and sent to device swap.&lt;BR /&gt;&lt;BR /&gt;Glance is a great tool for monitoring this.</description>
      <pubDate>Mon, 04 Aug 2008 18:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245889#M330704</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-08-04T18:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: page in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245890#M330705</link>
      <description>Swap space does not have to be on the root disk.  You can always add additional swap in another VG that has space available.&lt;BR /&gt;&lt;BR /&gt;The 'pi' number really doesn't matter.  That is just indicative of processes starting.&lt;BR /&gt;&lt;BR /&gt;The 'po' number is what you want to keep an eye on.  If the 'po' column in vmstat is greater than 10, then you have reason to worry and should add more RAM.</description>
      <pubDate>Mon, 04 Aug 2008 19:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245890#M330705</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-08-04T19:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: page in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245891#M330706</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Actual paging I/O (or swapping in the old terminology) is never desirable.  Page-out activity can be seen in the 'po' column of 'vmstat'.  This column reflects of memory pressure.  Page-out values in dougle-digits indicate serious performanace degradation.&lt;BR /&gt;&lt;BR /&gt;Swap space is also used for process reservatation too, and that's both normal and acceptable.  Every process started must reserve swap space should it ever be paged-out.  Hence, you may indeed see swap utilization (with 'swapinfo' without any actual I/O.&lt;BR /&gt;&lt;BR /&gt;Whether or not your device swap space resides on vg00 as primary swap space; or on vg00 as both primary and secondary swap space in two or more logical volumes; or as multiple secondary swap spaces on multiple volume groups; is immaterial.  It is common to have a relatively small primary swap space (say half of your physical memory) which, by definition, resides on your boot disk, and then have one or more equal or larger secondary device swap pools.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 04 Aug 2008 19:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245891#M330706</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-04T19:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: page in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245892#M330707</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Actual paging needs to be fixed either be increasing the supply of memory or reducing the demand. Buffer pool can be reduced. Oracle SGA can be reduced but in general, I find adding memory is better for all concerned.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 04 Aug 2008 19:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245892#M330707</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-08-04T19:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: page in</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245893#M330708</link>
      <description>Yes, look at the current values of your kernel tunables. If they require further tuning, do it. Else, adding more RAM would be the best option.</description>
      <pubDate>Tue, 05 Aug 2008 02:57:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-in/m-p/4245893#M330708</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2008-08-05T02:57:23Z</dc:date>
    </item>
  </channel>
</rss>

