<?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: Extend a logical volume size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877920#M279607</link>
    <description>what's the o/p of &lt;BR /&gt;lvdisplay /dev/vg00/appl&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Oct 2006 13:15:40 GMT</pubDate>
    <dc:creator>Pupil_1</dc:creator>
    <dc:date>2006-10-10T13:15:40Z</dc:date>
    <item>
      <title>Error: Extend a logical volume size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877918#M279605</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I tried to extend a logical volume (via sam) and the output was:&lt;BR /&gt;&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;│pt   │&lt;BR /&gt;││ aud│ Logical volume "/dev/vg00/appl3" could not be extended.          │     │&lt;BR /&gt;││ bac│ Failure possibly caused by strict allocation policy&lt;BR /&gt;&lt;BR /&gt;Somebody can help me with this error?&lt;BR /&gt;why its generate?&lt;BR /&gt;how I can fix this?&lt;BR /&gt;&lt;BR /&gt;Thanks...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Oct 2006 13:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877918#M279605</guid>
      <dc:creator>hboo</dc:creator>
      <dc:date>2006-10-10T13:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Extend a logical volume size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877919#M279606</link>
      <description>Friend   this error this happening because space in the VG does not exist to extender the Lvol &lt;BR /&gt;</description>
      <pubDate>Tue, 10 Oct 2006 13:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877919#M279606</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-10-10T13:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Extend a logical volume size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877920#M279607</link>
      <description>what's the o/p of &lt;BR /&gt;lvdisplay /dev/vg00/appl&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Oct 2006 13:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877920#M279607</guid>
      <dc:creator>Pupil_1</dc:creator>
      <dc:date>2006-10-10T13:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Extend a logical volume size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877921#M279608</link>
      <description>But I have 314 free PE (1256 Mb Approximately) and I was adding only 500 Mb to the Logical volume</description>
      <pubDate>Tue, 10 Oct 2006 13:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877921#M279608</guid>
      <dc:creator>hboo</dc:creator>
      <dc:date>2006-10-10T13:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Extend a logical volume size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877922#M279609</link>
      <description>the error is because of the allocation policy that has been used in the lv. the o/p of lvdisplay is needed.</description>
      <pubDate>Tue, 10 Oct 2006 13:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877922#M279609</guid>
      <dc:creator>Pupil_1</dc:creator>
      <dc:date>2006-10-10T13:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Extend a logical volume size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877923#M279610</link>
      <description>because your logical volume was created with "strict" allocation policy which is default to make consistency about not to write on same disk.&lt;BR /&gt;&lt;BR /&gt;You won't be able to extend it under this circumstance.&lt;BR /&gt;&lt;BR /&gt;Still if you want to then you need to turn off policy on all logical volumes in that volume group to extend it.</description>
      <pubDate>Tue, 10 Oct 2006 13:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877923#M279610</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-10-10T13:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Extend a logical volume size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877924#M279611</link>
      <description>How I can to turn off policy on all logical volumes in that volume group??&lt;BR /&gt;For this I need to deactivate the vg?&lt;BR /&gt;This may can cause error with the application ?</description>
      <pubDate>Tue, 10 Oct 2006 13:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877924#M279611</guid>
      <dc:creator>hboo</dc:creator>
      <dc:date>2006-10-10T13:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Extend a logical volume size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877925#M279612</link>
      <description>lvchange -s n /dev/vgXX/lvolYY&lt;BR /&gt;&lt;BR /&gt;Instead of this doing on all logical volumes, you can split mirror and use pvmove all logical volumes and when you move the required one to be extended, move it and extend it. Once all done, you can mirror it back.&lt;BR /&gt;&lt;BR /&gt;ex: disk1 - primary and disk2 - alternate.&lt;BR /&gt;&lt;BR /&gt;1. break mirror for all logical volumes.&lt;BR /&gt;2. pvmove lvol1 , lvol2 .. one at a time.&lt;BR /&gt;3. pvmove appl3 and use lvextend command to increase size after pvmove&lt;BR /&gt;4. pvmove remaining ones.&lt;BR /&gt;5. mirror all logical volumes now.&lt;BR /&gt;&lt;BR /&gt;No harm doing this one. But it takes lot of time to do pvmove depending on the size of logical volumes.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Oct 2006 13:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877925#M279612</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-10-10T13:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Extend a logical volume size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877926#M279613</link>
      <description>Reiterating what some have said could you post the output of...&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vg00/appl3&lt;BR /&gt;&lt;BR /&gt;Are your disks striped? striped + mirrored?&lt;BR /&gt;lvdisplay could shed more light on your lvextend situation.&lt;BR /&gt;&lt;BR /&gt;thanks!</description>
      <pubDate>Tue, 10 Oct 2006 16:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-extend-a-logical-volume-size/m-p/3877926#M279613</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-10-10T16:00:33Z</dc:date>
    </item>
  </channel>
</rss>

