<?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 does not showup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-does-not-showup/m-p/3868040#M612574</link>
    <description>I was trying to add swap by 8GB and here is what i found&lt;BR /&gt;&lt;BR /&gt;# swapinfo -atm&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        4096       0    4096    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev        8192       0    8192    0%       0       -    1  /dev/vg00/lvswap1&lt;BR /&gt;reserve       -   12288  -12288&lt;BR /&gt;memory    19523   13975    5548   72%&lt;BR /&gt;total     31811   26263    5548   83%       -       0    -&lt;BR /&gt;# lvcreate -C y -r n -L 8192 -n lvswap2 /dev/vg00&lt;BR /&gt;lvcreate: Logical volume "/dev/vg00/lvswap2" already exists.&lt;BR /&gt;&lt;BR /&gt;Two things strange here i do not find the entry for lvswap2 in /etc/fstab and also inspite of high memory usage the processes are not swapping (0 usage). i am not seeing this lvswap2 at all&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Sep 2006 09:09:25 GMT</pubDate>
    <dc:creator>brian_31</dc:creator>
    <dc:date>2006-09-22T09:09:25Z</dc:date>
    <item>
      <title>Swap does not showup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-does-not-showup/m-p/3868040#M612574</link>
      <description>I was trying to add swap by 8GB and here is what i found&lt;BR /&gt;&lt;BR /&gt;# swapinfo -atm&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        4096       0    4096    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev        8192       0    8192    0%       0       -    1  /dev/vg00/lvswap1&lt;BR /&gt;reserve       -   12288  -12288&lt;BR /&gt;memory    19523   13975    5548   72%&lt;BR /&gt;total     31811   26263    5548   83%       -       0    -&lt;BR /&gt;# lvcreate -C y -r n -L 8192 -n lvswap2 /dev/vg00&lt;BR /&gt;lvcreate: Logical volume "/dev/vg00/lvswap2" already exists.&lt;BR /&gt;&lt;BR /&gt;Two things strange here i do not find the entry for lvswap2 in /etc/fstab and also inspite of high memory usage the processes are not swapping (0 usage). i am not seeing this lvswap2 at all&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2006 09:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-does-not-showup/m-p/3868040#M612574</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2006-09-22T09:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Swap does not showup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-does-not-showup/m-p/3868041#M612575</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the output off &lt;BR /&gt;vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;Perhaps a lv with the name lvswap2 exists yet.&lt;BR /&gt;&lt;BR /&gt;But is might not be activated</description>
      <pubDate>Fri, 22 Sep 2006 09:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-does-not-showup/m-p/3868041#M612575</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2006-09-22T09:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Swap does not showup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-does-not-showup/m-p/3868042#M612576</link>
      <description>It look like lvswap2 already exist but not activated. Add it in /etc/fstab and activate it using swapon -a&lt;BR /&gt;&lt;BR /&gt;you can check results using swapinfo -ntm</description>
      <pubDate>Fri, 22 Sep 2006 09:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-does-not-showup/m-p/3868042#M612576</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-22T09:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Swap does not showup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-does-not-showup/m-p/3868043#M612577</link>
      <description>Hi Brian...&lt;BR /&gt;As mentionned, next step after creation is:&lt;BR /&gt;swapon /dev/vg00/lvswap2 (priority defaults to 1) &lt;BR /&gt;&lt;BR /&gt;update /etc/fstab isnt automatic you will have to add yourself this line in fstab:  &lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;BR /&gt;/dev/vg00/lvswap2 ... swap pri=0 0 0&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2006 10:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-does-not-showup/m-p/3868043#M612577</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2006-09-22T10:23:35Z</dc:date>
    </item>
  </channel>
</rss>

