<?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: LVM extend a lvol created whith -D y -s g in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056090#M630968</link>
    <description>What I did on mine system was remove distributed option with  lvchange -D n -s g /dev/vgxx/lvolxx ... then you can use all space you want &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Aug 2003 08:40:07 GMT</pubDate>
    <dc:creator>Claudio_17</dc:creator>
    <dc:date>2003-08-26T08:40:07Z</dc:date>
    <item>
      <title>LVM extend a lvol created whith -D y -s g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056085#M630963</link>
      <description>Hello,&lt;BR /&gt;I have created a lvol in this way:&lt;BR /&gt;lvcreate -D y -s g -r n -n lvolfsindex01 /dev/vgslatr01&lt;BR /&gt;lvextend -L 8000 /dev/vgslatr01/lvolfsindex01&lt;BR /&gt;&lt;BR /&gt;Now, I want to extend the lvol but this error apears:&lt;BR /&gt;&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vgslatr01/lvolfsindex01" could not be extended&lt;BR /&gt;&lt;BR /&gt;I have enough free space, look the output of vgdisplay command in the attachment.&lt;BR /&gt;&lt;BR /&gt;How can i extend the lvol?&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Aranzazu Diez.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2003 15:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056085#M630963</guid>
      <dc:creator>Aranzazu</dc:creator>
      <dc:date>2003-08-25T15:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: LVM extend a lvol created whith -D y -s g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056086#M630964</link>
      <description>Given the error, you don't have enough free pe on all the PV's being used. How much are you attempting to extend it by?&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Mon, 25 Aug 2003 15:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056086#M630964</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2003-08-25T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: LVM extend a lvol created whith -D y -s g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056087#M630965</link>
      <description>How much are you trying to extend it by?  You only have 963 free PE(s) on the first two physical volumes and, with the Distributed allocation policy being set (-D y), that would be the maximum you could extend, I believe.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2003 15:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056087#M630965</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-08-25T15:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: LVM extend a lvol created whith -D y -s g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056088#M630966</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I think the question is how many physical volumes originally comprised your volume group when you 'lvcreate'd your distributed logical volume.  You will need enough physical extents from at least that number of devices to satisfy your request.  In your case, an 'lvextend' using '-L 8000' [8000 MB] with a physical extent size of 4MB would need 2000 PE.  If this were spread among the six devices you seem to have, about 334 physical extents should be taken from each disk [if my math is correct].&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 25 Aug 2003 16:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056088#M630966</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-08-25T16:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: LVM extend a lvol created whith -D y -s g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056089#M630967</link>
      <description>I want to extend to 10240Mb (i have enough PE)</description>
      <pubDate>Tue, 26 Aug 2003 08:34:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056089#M630967</guid>
      <dc:creator>Aranzazu</dc:creator>
      <dc:date>2003-08-26T08:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: LVM extend a lvol created whith -D y -s g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056090#M630968</link>
      <description>What I did on mine system was remove distributed option with  lvchange -D n -s g /dev/vgxx/lvolxx ... then you can use all space you want &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 08:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056090#M630968</guid>
      <dc:creator>Claudio_17</dc:creator>
      <dc:date>2003-08-26T08:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: LVM extend a lvol created whith -D y -s g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056091#M630969</link>
      <description>OK, as soon as i can i will do  it. &lt;BR /&gt;My system is in produccion mode and i need a time window to do this.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 09:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056091#M630969</guid>
      <dc:creator>Aranzazu</dc:creator>
      <dc:date>2003-08-26T09:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: LVM extend a lvol created whith -D y -s g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056092#M630970</link>
      <description>..of course space you go to add to /dev/vgslatr01/lvolfsindex01 will not more spreaded  on 6 volumes .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2003 10:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056092#M630970</guid>
      <dc:creator>Claudio_17</dc:creator>
      <dc:date>2003-08-26T10:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: LVM extend a lvol created whith -D y -s g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056093#M630971</link>
      <description>The problem was the /etc/lvmpvg file do not have de pvg defined.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help to all.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Sep 2003 11:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-extend-a-lvol-created-whith-d-y-s-g/m-p/3056093#M630971</guid>
      <dc:creator>Aranzazu</dc:creator>
      <dc:date>2003-09-18T11:51:32Z</dc:date>
    </item>
  </channel>
</rss>

