<?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 swap memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233149#M328913</link>
    <description>How can i check and increase the swap of my system?&lt;BR /&gt;HP-UX&lt;BR /&gt;# uname -r&lt;BR /&gt;B.11.31&lt;BR /&gt;# model&lt;BR /&gt;ia64 hp server rx7640&lt;BR /&gt;#&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Jul 2008 11:46:36 GMT</pubDate>
    <dc:creator>kacou</dc:creator>
    <dc:date>2008-07-14T11:46:36Z</dc:date>
    <item>
      <title>swap memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233149#M328913</link>
      <description>How can i check and increase the swap of my system?&lt;BR /&gt;HP-UX&lt;BR /&gt;# uname -r&lt;BR /&gt;B.11.31&lt;BR /&gt;# model&lt;BR /&gt;ia64 hp server rx7640&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2008 11:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233149#M328913</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-07-14T11:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: swap memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233150#M328914</link>
      <description>"swapinfo -a" should list your swap devices.</description>
      <pubDate>Mon, 14 Jul 2008 11:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233150#M328914</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-14T11:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: swap memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233151#M328915</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use:&lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam &lt;BR /&gt;&lt;BR /&gt;...to see your swap configuration.&lt;BR /&gt;&lt;BR /&gt;Use 'vmstat' (or 'glance') to monitor swap activity.  Look for page-outs ("po").  Single digit values are OK; double-digit values signify memory pressure.&lt;BR /&gt;&lt;BR /&gt;To add additional swap space, choose a non-vg00 volume group. Make the swap priority different from that of your primary swap.  I like secondary swap to be used preferentially to primary swap; i.e. with a lower number where the primary swap device priority=1. Do something like:&lt;BR /&gt;&lt;BR /&gt;# lvcreate -C y -r n -L 4096 -n lvol1 /dev/vg01&lt;BR /&gt;&lt;BR /&gt;# swapon -p 0 /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;# echo "/dev/vg01/lvol1 ... swap pri=0 0 0" &amp;gt;&amp;gt; /etc/fstab&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 14 Jul 2008 11:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233151#M328915</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-14T11:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: swap memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233152#M328916</link>
      <description># /usr/contrib/bin/machinfo&lt;BR /&gt;CPU info:&lt;BR /&gt;  4 Intel(R) Itanium 2 9000 series processors (1.6 GHz, 18 MB)&lt;BR /&gt;          533 MT/s bus, CPU version C2&lt;BR /&gt;          8 logical processors (2 per socket)&lt;BR /&gt;&lt;BR /&gt;Memory: 65468 MB (63.93 GB)&lt;BR /&gt;&lt;BR /&gt;Firmware info:&lt;BR /&gt;   Firmware revision:  9.022&lt;BR /&gt;   FP SWA driver revision: 1.18&lt;BR /&gt;   IPMI is supported on this system.&lt;BR /&gt;   BMC firmware revision: 3.01&lt;BR /&gt;&lt;BR /&gt;Platform info:&lt;BR /&gt;   Model:                  "ia64 hp server rx7640"&lt;BR /&gt;   Machine ID number:      eb87f752-e16b-11dc-8f9b-4f29fda6bf11&lt;BR /&gt;   Machine serial number:  DEH4803F2C&lt;BR /&gt;&lt;BR /&gt;OS info:&lt;BR /&gt;   Nodename:  SVR-EDW&lt;BR /&gt;   Release:   HP-UX B.11.31&lt;BR /&gt;   Version:   U (unlimited-user license)&lt;BR /&gt;   Machine:   ia64&lt;BR /&gt;   ID Number: 3951556434&lt;BR /&gt;   vmunix _release_version:&lt;BR /&gt;@(#) $Revision: vmunix:    B.11.31_LR FLAVOR=perf&lt;BR /&gt;# swapinfo -a&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     81920000       0 81920000    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -  425312 -425312&lt;BR /&gt;memory  63766620 9786196 53980424   15%&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2008 12:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233152#M328916</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-07-14T12:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: swap memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233153#M328917</link>
      <description>Why do you want to increase the swap?&lt;BR /&gt;&lt;BR /&gt;Your current config is large and not used currently.</description>
      <pubDate>Mon, 14 Jul 2008 12:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233153#M328917</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-14T12:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: swap memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233154#M328918</link>
      <description>&amp;gt;Torsten: Your current config is large and not used currently.&lt;BR /&gt;&lt;BR /&gt;How can you tell?  Without the -t, there is no simple total line.  Without the -m, there are too many digits to grok.  ;-)&lt;BR /&gt;Yes, it seems that 80 Gb is way too much device swap.</description>
      <pubDate>Mon, 14 Jul 2008 12:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233154#M328918</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-14T12:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: swap memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233155#M328919</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;I agree with Torsten.  Why do you want to increase your swap space?  You have the kernel 'pseudoswap' enabled as evidenced by the "memory" line in the 'swapinfo' output, so you can use ~75% of memory for swap reservation (a good thing).&lt;BR /&gt;&lt;BR /&gt;Are you experiencing ENOMEM errors on fork() for instance?  Have you monitored swap utilization?&lt;BR /&gt;&lt;BR /&gt;If on the other hand someone (a vendor perhaps) gave you some "rule" that your swap space needed to be some factor of your memory, disregard the advice until you have emperical evidence that you really need more.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 14 Jul 2008 13:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-memory/m-p/4233155#M328919</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-14T13:00:50Z</dc:date>
    </item>
  </channel>
</rss>

