<?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: error increasing swap in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896315#M282272</link>
    <description>Go ahead and set maxswapchunks to the maximum value allowed.  That way you don't have to worry about it in the future.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Nov 2006 14:16:32 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2006-11-10T14:16:32Z</dc:date>
    <item>
      <title>error increasing swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896306#M282263</link>
      <description># 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;dev        8192    6899    1293   84%       0       -    0  /dev/vg00/lvswap2&lt;BR /&gt;dev        5120    4974     146   97%       0       -    0  /dev/vg00/lvswap3&lt;BR /&gt;reserve       -   13339  -13339&lt;BR /&gt;memory    19222    7373   11849   38%&lt;BR /&gt;total     44822   32585   12237   73%       -       0    -&lt;BR /&gt;# &lt;BR /&gt;# lvcreate -C y -r n -L 25000 -n lvswap4 /dev/vg00&lt;BR /&gt;Warning: rounding up logical volume size to extent boundary at size "25008" MB.&lt;BR /&gt;Logical volume "/dev/vg00/lvswap4" has been successfully created with&lt;BR /&gt;character device "/dev/vg00/rlvswap4".&lt;BR /&gt;lvcreate: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvswap4" could not be extended.&lt;BR /&gt;Failure possibly caused by contiguous allocation policy.&lt;BR /&gt;Run the "lvextend" command to create space on the Logical Volume.&lt;BR /&gt;# swapon -p 0 /dev/vg00/lvswap4&lt;BR /&gt;swapon: The kernel tunable parameter "maxswapchunks" needs to be increased to add&lt;BR /&gt;        paging on device /dev/vg00/lvswap4.&lt;BR /&gt;&lt;BR /&gt;how do i find how much contiguous space is available on a VG?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Fri, 10 Nov 2006 12:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896306#M282263</guid>
      <dc:creator>M.Thomas</dc:creator>
      <dc:date>2006-11-10T12:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: error increasing swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896307#M282264</link>
      <description>Thomas&lt;BR /&gt;&lt;BR /&gt;what is the o/p of vgdisplay -v /dev/vg00.&lt;BR /&gt;&lt;BR /&gt;It seems that you dont have enough free space in vg vg00.&lt;BR /&gt;&lt;BR /&gt;If that is the case you have to add a new disk and try it by extending vg00.&lt;BR /&gt;&lt;BR /&gt;Please post the o/p of vgdisplay.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Siva</description>
      <pubDate>Fri, 10 Nov 2006 12:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896307#M282264</guid>
      <dc:creator>siva0123</dc:creator>
      <dc:date>2006-11-10T12:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: error increasing swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896308#M282265</link>
      <description>Run vgdisplay -v /dev/vg00.&lt;BR /&gt;&lt;BR /&gt;Look for the line &lt;BR /&gt;&lt;BR /&gt;Available PE : XXX some nos.&lt;BR /&gt;&lt;BR /&gt;Look for the &lt;BR /&gt;PE Size :  XX Mbytes.&lt;BR /&gt;&lt;BR /&gt;Multiply Available PE*PE Size &lt;BR /&gt;&lt;BR /&gt;That will give you the available free space in the VG.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Siva</description>
      <pubDate>Fri, 10 Nov 2006 12:41:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896308#M282265</guid>
      <dc:creator>siva0123</dc:creator>
      <dc:date>2006-11-10T12:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: error increasing swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896309#M282266</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;In addition, the system is telling you to increase a kernel parameter&lt;BR /&gt;&lt;BR /&gt;swapon: The kernel tunable parameter "maxswapchunks" needs to be increased to add&lt;BR /&gt;paging on device /dev/vg00/lvswap4.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to increase the aboce referenced parameter (maxswapchunks) I beleive you will have to reboot the stystem to make the change effective</description>
      <pubDate>Fri, 10 Nov 2006 12:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896309#M282266</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-11-10T12:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: error increasing swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896310#M282267</link>
      <description>&lt;BR /&gt;It is &lt;BR /&gt;Free PE's and not &lt;BR /&gt;Available PE's&lt;BR /&gt;&lt;BR /&gt;You can use vgdisplay /dev/vg00 without the -v option.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Siva</description>
      <pubDate>Fri, 10 Nov 2006 12:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896310#M282267</guid>
      <dc:creator>siva0123</dc:creator>
      <dc:date>2006-11-10T12:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: error increasing swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896311#M282268</link>
      <description>M.Thomas,&lt;BR /&gt;&lt;BR /&gt;If I remember good the allocation policy for primary swap in vg00 is contiguous, meaning that probably you have something written after lvswap3.&lt;BR /&gt;&lt;BR /&gt;Create dev swap on a different vg, that should fix your issue.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Fri, 10 Nov 2006 12:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896311#M282268</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-11-10T12:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: error increasing swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896312#M282269</link>
      <description>can this be on a SAN VG? i mean the disks residing on SAN&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Fri, 10 Nov 2006 12:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896312#M282269</guid>
      <dc:creator>M.Thomas</dc:creator>
      <dc:date>2006-11-10T12:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: error increasing swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896313#M282270</link>
      <description>Yes , &lt;BR /&gt;&lt;BR /&gt;I hope you can create a swap device in other disks too but the thing is while creating the LV i think you have to create is contiguous using -C option.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Siva</description>
      <pubDate>Fri, 10 Nov 2006 12:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896313#M282270</guid>
      <dc:creator>siva0123</dc:creator>
      <dc:date>2006-11-10T12:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: error increasing swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896314#M282271</link>
      <description>OK i was able to create 20G. since it is looking for contiguous space. but what should be the value for the maxswapchunks now? my current value as follows&lt;BR /&gt;&lt;BR /&gt;# kmtune |grep -e chunk&lt;BR /&gt;maxswapchunks           16384  -  16384                      &lt;BR /&gt;swchunk                  2048  -  2048                       &lt;BR /&gt;voliomem_chunk_size     65536  -  (64*1024)</description>
      <pubDate>Fri, 10 Nov 2006 13:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896314#M282271</guid>
      <dc:creator>M.Thomas</dc:creator>
      <dc:date>2006-11-10T13:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: error increasing swap</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896315#M282272</link>
      <description>Go ahead and set maxswapchunks to the maximum value allowed.  That way you don't have to worry about it in the future.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Nov 2006 14:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-increasing-swap/m-p/3896315#M282272</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-11-10T14:16:32Z</dc:date>
    </item>
  </channel>
</rss>

