<?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: lvextend error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505909#M655229</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I think you mean no more PE in volumn group that /var reside&lt;BR /&gt;by vgdisplay &lt;VGNAME&gt;&lt;BR /&gt;look for free PE , if it is 0 then you have to extend your volumn group to new harddisk.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/VGNAME&gt;</description>
    <pubDate>Fri, 16 Mar 2001 04:18:17 GMT</pubDate>
    <dc:creator>Printaporn_1</dc:creator>
    <dc:date>2001-03-16T04:18:17Z</dc:date>
    <item>
      <title>lvextend error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505905#M655225</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;When I'm doing lvextend on /var, the system gave me the following error messages:&lt;BR /&gt;"Failure ..... not enough space ...."&lt;BR /&gt;"Cannot extend due to strict allocation policy"&lt;BR /&gt;&lt;BR /&gt;I've checked my vg where /var resides on and there is enough free PE for me to use.&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me the solution for this?&lt;BR /&gt;&lt;BR /&gt;All/any helps are highly appreciated.&lt;BR /&gt;&lt;BR /&gt;rgds,&lt;BR /&gt;RL</description>
      <pubDate>Fri, 16 Mar 2001 02:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505905#M655225</guid>
      <dc:creator>R.L</dc:creator>
      <dc:date>2001-03-16T02:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505906#M655226</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;At its creation time your /var fs was being set to use "strict allocation" which means its data blocks are REQUIRED to be contiguous.  The reason your lvextend command failed was because there aren't enough data blocks followed immediately after the last block of the /var logical volume.  In SAM try setting the strict allocation off for the /var fs.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Mar 2001 03:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505906#M655226</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-03-16T03:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505907#M655227</link>
      <description>R.L,&lt;BR /&gt;Are u using striping the logical volume used of /var filesystem.&lt;BR /&gt;This is what man lvextend man page says..&lt;BR /&gt;.."LVM striped logical volumes are always allocated using a strict&lt;BR /&gt;      allocation policy. Consequently, striped logical volumes may only be&lt;BR /&gt;      extended by a number extents that is a multiple of disks the logical&lt;BR /&gt;      volume is striped across.  For example, for a logical volume striped&lt;BR /&gt;      across 3 disks, the logical volume will be extended in increments of 3&lt;BR /&gt;      extents, with each of the 3 extents allocated on a different disk in&lt;BR /&gt;      the volume group...."&lt;BR /&gt;&lt;BR /&gt;So in this case the system may be trying to round up to the stripe increments for which there may not be enough space.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Karthik...</description>
      <pubDate>Fri, 16 Mar 2001 04:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505907#M655227</guid>
      <dc:creator>Karthik_2</dc:creator>
      <dc:date>2001-03-16T04:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505908#M655228</link>
      <description>Hi Philip,&lt;BR /&gt;&lt;BR /&gt;You're right. In fact, there is no more free PE in the physical volume which I want to extend. So, what should I do? Add 1 more disk for the system?</description>
      <pubDate>Fri, 16 Mar 2001 04:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505908#M655228</guid>
      <dc:creator>R.L</dc:creator>
      <dc:date>2001-03-16T04:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505909#M655229</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I think you mean no more PE in volumn group that /var reside&lt;BR /&gt;by vgdisplay &lt;VGNAME&gt;&lt;BR /&gt;look for free PE , if it is 0 then you have to extend your volumn group to new harddisk.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/VGNAME&gt;</description>
      <pubDate>Fri, 16 Mar 2001 04:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505909#M655229</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-03-16T04:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505910#M655230</link>
      <description>R.L,&lt;BR /&gt;&lt;BR /&gt;The /var fs need not be contiguous (strict allocation) so you can try setting that option off.  Just go into SAM -&amp;gt; Disk &amp;amp; File System, pull up the properties for the /var lvol, toggle off that strict allocation policy and see if this is allowed or not.  If SAM allow this then you can exit out, enter single user mode at the console terminal, then extend the /var volume.&lt;BR /&gt;&lt;BR /&gt;Hope this help.</description>
      <pubDate>Fri, 16 Mar 2001 07:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505910#M655230</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-03-16T07:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505911#M655231</link>
      <description>Hi R.L,&lt;BR /&gt;&lt;BR /&gt;  Philip is correct.&lt;BR /&gt;&lt;BR /&gt;  You can use following command too, to change allocation policy to nonstrict:&lt;BR /&gt;&lt;BR /&gt;  lvchange -s n &lt;LV-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;  Then u can extend ur LV.&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.&lt;/LV-NAME&gt;</description>
      <pubDate>Sun, 18 Mar 2001 19:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505911#M655231</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-03-18T19:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505912#M655232</link>
      <description>vgdisplay -v and check free PE,add a other disk&lt;BR /&gt;vgextend ....</description>
      <pubDate>Mon, 26 Mar 2001 18:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505912#M655232</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-03-26T18:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505913#M655233</link>
      <description>Are you trying command lines. Did you try thru SAM. I had the same problem wxtending a file system I use command lines and was getting the same error messages so I thouht let me try SAM and wonder is did not give me any errors.&lt;BR /&gt;&lt;BR /&gt;Goodluck.</description>
      <pubDate>Mon, 26 Mar 2001 18:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-error-message/m-p/2505913#M655233</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2001-03-26T18:52:14Z</dc:date>
    </item>
  </channel>
</rss>

