<?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: Extending Swap Space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745658#M387705</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just need to extend swap to 32 GB.&lt;BR /&gt;&lt;BR /&gt;I can create a new swap or I can extend the existing secondary swap.&lt;BR /&gt;&lt;BR /&gt;I got confused.&lt;BR /&gt;&lt;BR /&gt;Conclusion - We can extend the existing secondary swap online right???&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Vipin</description>
    <pubDate>Tue, 01 Feb 2011 03:22:44 GMT</pubDate>
    <dc:creator>Vipin K Gupta</dc:creator>
    <dc:date>2011-02-01T03:22:44Z</dc:date>
    <item>
      <title>Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745644#M387691</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to analyse the impacts for extending swap space.&lt;BR /&gt;&lt;BR /&gt;I am having 8GB swap space. There 3 secondary space.&lt;BR /&gt;For extending swap should I extend the secondary space or create a new secondary swap?&lt;BR /&gt;&lt;BR /&gt;Do I need contigous space for creating new secondary space?&lt;BR /&gt;&lt;BR /&gt;What are other prerequisites apart from free PE's available for extending swap?&lt;BR /&gt;&lt;BR /&gt;Thanks!!!</description>
      <pubDate>Sat, 29 Jan 2011 08:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745644#M387691</guid>
      <dc:creator>Vipin K Gupta</dc:creator>
      <dc:date>2011-01-29T08:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745645#M387692</link>
      <description>Hello Vipin !!&lt;BR /&gt;&lt;BR /&gt;You can not extend swap lv on a fly , yes lvol can be extended but "swapon -a " wont see it , you do need contagious extents to extend that lvol &amp;amp; reboot is needed as well.&lt;BR /&gt;&lt;BR /&gt;Best idea is to use equal sizes disk chucks a&lt;BR /&gt;on a similar device preferably to create newswap devices and run "swapon -a" after making entries in /etc/fstab.&lt;BR /&gt; &lt;BR /&gt;"lvcreate -c y -b n -n XXXM lvolname " is used&lt;BR /&gt;to create a new swap device.&lt;BR /&gt;&lt;BR /&gt;Do post further queries.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jan 2011 09:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745645#M387692</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-29T09:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745646#M387693</link>
      <description>Hey !! just correcting the "switches" to be used&lt;BR /&gt;&lt;BR /&gt;# lvcreate -C y -r n -L 8192 -n lvolN /dev/vgXX&lt;BR /&gt;# swapon -p /dev/vgXX/lvolN &lt;BR /&gt;&lt;BR /&gt;And do check is maxswapchunks large enough for the increased swap; if not, you will need to build a new kernel and reboot.&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jan 2011 09:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745646#M387693</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-29T09:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745647#M387694</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;Here I would like to ask a question&lt;BR /&gt;&lt;BR /&gt;DO I need a separate disk for creating new swap.&lt;BR /&gt;&lt;BR /&gt;I am having 4 disk out of which 2 are mirror disks.&lt;BR /&gt;&lt;BR /&gt;I need to create 16 GB swap lv, and I am having 15 GB available in 1disk and 13 GB available on another disk.&lt;BR /&gt;&lt;BR /&gt;What to do in this case.</description>
      <pubDate>Sat, 29 Jan 2011 10:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745647#M387694</guid>
      <dc:creator>Vipin K Gupta</dc:creator>
      <dc:date>2011-01-29T10:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745648#M387695</link>
      <description>No you don`t need separate disks to create secondary swap .You have 2 disks which are mirrored to each other it means they must be boot disks ( i guess so ) others must have some&lt;BR /&gt;data.&lt;BR /&gt;&lt;BR /&gt;send output for vgdisplay -v vg00 &amp;amp; swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you enabled 'swapmem_on' for "pseudo swap" 75% of your physical memory will be counted by the kernel as available swap space.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix</description>
      <pubDate>Sat, 29 Jan 2011 11:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745648#M387695</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-29T11:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745649#M387696</link>
      <description>&amp;gt;&amp;gt;this is good one too - ))&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;I have assigned points to   0  of   15  responses to my questions.</description>
      <pubDate>Sat, 29 Jan 2011 11:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745649#M387696</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-29T11:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745650#M387697</link>
      <description>/root# vgdisplay -v vg01&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      12&lt;BR /&gt;Open LV                     12&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      4&lt;BR /&gt;Act PV                      4&lt;BR /&gt;Max PE per PV               4341&lt;BR /&gt;VGDA                        8&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    17360&lt;BR /&gt;Alloc PE                    6512&lt;BR /&gt;Free PE                     10848&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg01/swap1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1000&lt;BR /&gt;   Current LE                  250&lt;BR /&gt;   Allocated PE                500&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/swap2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1000&lt;BR /&gt;   Current LE                  250&lt;BR /&gt;   Allocated PE                500&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/tmp&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1000&lt;BR /&gt;   Current LE                  250&lt;BR /&gt;   Allocated PE                500&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/home&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            500&lt;BR /&gt;   Current LE                  125&lt;BR /&gt;   Allocated PE                250&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/localcw&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            900&lt;BR /&gt;   Current LE                  225&lt;BR /&gt;   Allocated PE                450&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/orahome&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            500&lt;BR /&gt;   Current LE                  125&lt;BR /&gt;   Allocated PE                250&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/oravar&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            200&lt;BR /&gt;   Current LE                  50&lt;BR /&gt;   Allocated PE                100&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/patrol&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                512&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/openv&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            2000&lt;BR /&gt;   Current LE                  500&lt;BR /&gt;   Allocated PE                1000&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/EMC&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            800&lt;BR /&gt;   Current LE                  200&lt;BR /&gt;   Allocated PE                200&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/swap3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            3000&lt;BR /&gt;   Current LE                  750&lt;BR /&gt;   Allocated PE                750&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg01/lvol10&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            3000&lt;BR /&gt;   Current LE                  750&lt;BR /&gt;   Allocated PE                1500&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c3t2d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     3234&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c3t3d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     3915&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c8t2d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     1034&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c8t3d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4340&lt;BR /&gt;   Free PE                     2665&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jan 2011 11:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745650#M387697</guid>
      <dc:creator>Vipin K Gupta</dc:creator>
      <dc:date>2011-01-29T11:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745651#M387698</link>
      <description>Kindly check the output of vgdisplay.</description>
      <pubDate>Sat, 29 Jan 2011 12:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745651#M387698</guid>
      <dc:creator>Vipin K Gupta</dc:creator>
      <dc:date>2011-01-29T12:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745652#M387699</link>
      <description>got late due to network disconnect .. yes i may see that there are  three swap devices swap 1 ,2 &amp;amp; 3 of ( 1 + 1 + 3 = 5 gigs ), rest would be primary swap.&lt;BR /&gt;&lt;BR /&gt;It would be better if you have created couple of equally sized swap devices rather then spreading them around.&lt;BR /&gt;&lt;BR /&gt;Please post output for swapinfo -tam as I requested earlier to help you further.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jan 2011 13:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745652#M387699</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-29T13:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745653#M387700</link>
      <description>(root):/root# 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        3000       0    3000    0%       0       -    1  /dev/vg00/swap&lt;BR /&gt;dev        1000       0    1000    0%       0       -    0  /dev/vg01/swap1&lt;BR /&gt;dev        1000       0    1000    0%       0       -    0  /dev/vg01/swap2&lt;BR /&gt;dev        3000       0    3000    0%       0       -    0  /dev/vg01/swap3&lt;BR /&gt;reserve       -    8000   -8000&lt;BR /&gt;memory    32768   12373   20395   38%&lt;BR /&gt;total     40768   20373   20395   50%       -       0    -&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jan 2011 14:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745653#M387700</guid>
      <dc:creator>Vipin K Gupta</dc:creator>
      <dc:date>2011-01-29T14:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745654#M387701</link>
      <description>You have configured secondary swap at low priority for non vg00 secondary swap which is not a very good idea.&lt;BR /&gt;&lt;BR /&gt;Edit /etc/fstab and add the entry for each of them like this.&lt;BR /&gt;&lt;BR /&gt;/dev/vg??/lv?? ... swap pri=1 0 0&lt;BR /&gt;&lt;BR /&gt;This will enable swap interleaving as primary swap is already set to the default priority of 1.&lt;BR /&gt;&lt;BR /&gt;(lowest number such as 0 gets used first, equal priorities are assigned in round-robin manner).&lt;BR /&gt;&lt;BR /&gt;Further you have 32 Gigs of "pseudo swap" so it means your RAM size should be 50 Gigs which is good , you need to configure swap space at least equal to physical memory.&lt;BR /&gt;&lt;BR /&gt;Check " dmesg | grep -i physical" to check RAM size and make sure you have equal amount of swap.&lt;BR /&gt;&lt;BR /&gt;Look right now 8 Gigs of swap is reserved by some database application i guess.&lt;BR /&gt;&lt;BR /&gt;You have 43 Gigs of free space in vg01 , please go ahead and good amount of swap to make it equal to RAM size ( or as much as you can, i think you need 42 Gigs..- )&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jan 2011 17:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745654#M387701</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-29T17:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745655#M387702</link>
      <description>&amp;gt;&amp;gt; You can not extend swap lv on a fly , yes lvol can be extended but "swapon -a " wont see it , you do need contagious extents to extend that lvol &amp;amp; reboot is needed as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Secondary device swap in your case can be extended on same disk or new disk online with lvextend &amp;amp; swapon -a command. No reboot is required for swapon -a. Then its not necessary for secondary device swap to be contiguous but primary swap has to be.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Kavita</description>
      <pubDate>Mon, 31 Jan 2011 09:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745655#M387702</guid>
      <dc:creator>Kavita Poonia</dc:creator>
      <dc:date>2011-01-31T09:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745656#M387703</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You can not extend swap lv on a fly , yes lvol can be extended but "swapon -a " wont see it , you do need contagious extents to extend that lvol &amp;amp; reboot is needed as well.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;you do need contagious extents to extend  ..&amp;gt;&amp;gt;that&amp;lt;&amp;lt; lvol &lt;BR /&gt;&lt;BR /&gt;Hello Kavita&lt;BR /&gt;&lt;BR /&gt;Thanks for checking in but these comments were only for "primary swap" that can`t be extended on fly and needs contagious extents ( if possible ..with certain work around )+ reboot.&lt;BR /&gt;&lt;BR /&gt;Not for secondary do check the same -- ))&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix</description>
      <pubDate>Mon, 31 Jan 2011 09:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745656#M387703</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-31T09:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745657#M387704</link>
      <description>Sorry my mistake....Manix is correct....I thought you need to create new sec. device swap which is online but for extending existing device swap you need to do swap off &amp;amp; extend it which is offline activity.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Kavita</description>
      <pubDate>Mon, 31 Jan 2011 10:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745657#M387704</guid>
      <dc:creator>Kavita Poonia</dc:creator>
      <dc:date>2011-01-31T10:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745658#M387705</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just need to extend swap to 32 GB.&lt;BR /&gt;&lt;BR /&gt;I can create a new swap or I can extend the existing secondary swap.&lt;BR /&gt;&lt;BR /&gt;I got confused.&lt;BR /&gt;&lt;BR /&gt;Conclusion - We can extend the existing secondary swap online right???&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Vipin</description>
      <pubDate>Tue, 01 Feb 2011 03:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745658#M387705</guid>
      <dc:creator>Vipin K Gupta</dc:creator>
      <dc:date>2011-02-01T03:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745659#M387706</link>
      <description>Better create new swap devices as per requirement &amp;amp; don`t get confused !!&lt;BR /&gt;&lt;BR /&gt;Secondary can be extended ( needs reboot after that ) and we need to check what option you used while creating it ( -c y ) &amp;amp; do the things accordingly.&lt;BR /&gt;&lt;BR /&gt;As we already discussed ,create new swap devices .&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2011 07:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745659#M387706</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-02-01T07:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745660#M387707</link>
      <description>Hi Manix,&lt;BR /&gt;        I have one doubt,&lt;BR /&gt;If i created a secondary swap without -C y option, can i extend the swap with lvextend.&lt;BR /&gt;&lt;BR /&gt;What i understood is.&lt;BR /&gt; If i created the secondary swap without -C y option, then i have to do swapoff on that LV.&lt;BR /&gt;Then i have to extend the LV&lt;BR /&gt;&lt;BR /&gt;Then i have to do swapon on that LV.&lt;BR /&gt;&lt;BR /&gt;Is my undestanding is ryt?</description>
      <pubDate>Tue, 01 Feb 2011 07:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745660#M387707</guid>
      <dc:creator>223848</dc:creator>
      <dc:date>2011-02-01T07:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745661#M387708</link>
      <description>Hello Laiju !&lt;BR /&gt;&lt;BR /&gt;I am not able to find any HP doc ,supporting that secondary swap can be non - contagious.&lt;BR /&gt;&lt;BR /&gt;But 'swapoff' is not a native in built command &amp;amp; there is patch for 11.31 only (AFAIK).read the link below.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SwapoffEn" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SwapoffEn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I would still prefer to keep add a new device for -C y option .&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2011 08:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745661#M387708</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-02-01T08:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Swap Space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745662#M387709</link>
      <description>Thank you Manix</description>
      <pubDate>Tue, 01 Feb 2011 12:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-swap-space/m-p/4745662#M387709</guid>
      <dc:creator>223848</dc:creator>
      <dc:date>2011-02-01T12:35:08Z</dc:date>
    </item>
  </channel>
</rss>

