<?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 LVM and LUN resizing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lvm-and-lun-resizing/m-p/3319398#M12958</link>
    <description>Hi,&lt;BR /&gt;this is my setup:&lt;BR /&gt;- server HP Proliant DL740 with Red Hat AS 3 (kernel 2.4.21-9ELsmp) with all&lt;BR /&gt;updates installed&lt;BR /&gt;- two Host Bus Adapter FC2214 with qla2x00 driver from HP (v.6.06.50)&lt;BR /&gt;- a SAN with an HP EVA3000 disk-array&lt;BR /&gt;- LVM&lt;BR /&gt;&lt;BR /&gt;Does LVM support extending LUN size?&lt;BR /&gt;I extended size of an existing LUN from my EVA CommandView but vgdisplay&lt;BR /&gt;shows me always the original size (with no free physical extents). No change&lt;BR /&gt;if I reboot, I need to destroy and re-create volume group.&lt;BR /&gt;&lt;BR /&gt;Have I some other chance?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Domenico Viggiani&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Jun 2004 10:27:23 GMT</pubDate>
    <dc:creator>Domenico Viggiani</dc:creator>
    <dc:date>2004-06-30T10:27:23Z</dc:date>
    <item>
      <title>LVM and LUN resizing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-and-lun-resizing/m-p/3319398#M12958</link>
      <description>Hi,&lt;BR /&gt;this is my setup:&lt;BR /&gt;- server HP Proliant DL740 with Red Hat AS 3 (kernel 2.4.21-9ELsmp) with all&lt;BR /&gt;updates installed&lt;BR /&gt;- two Host Bus Adapter FC2214 with qla2x00 driver from HP (v.6.06.50)&lt;BR /&gt;- a SAN with an HP EVA3000 disk-array&lt;BR /&gt;- LVM&lt;BR /&gt;&lt;BR /&gt;Does LVM support extending LUN size?&lt;BR /&gt;I extended size of an existing LUN from my EVA CommandView but vgdisplay&lt;BR /&gt;shows me always the original size (with no free physical extents). No change&lt;BR /&gt;if I reboot, I need to destroy and re-create volume group.&lt;BR /&gt;&lt;BR /&gt;Have I some other chance?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Domenico Viggiani&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2004 10:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-and-lun-resizing/m-p/3319398#M12958</guid>
      <dc:creator>Domenico Viggiani</dc:creator>
      <dc:date>2004-06-30T10:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and LUN resizing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-and-lun-resizing/m-p/3319399#M12959</link>
      <description>If you've extended the LUN, then you should be able to use 'vgextend' to expand the volume group accordingly.&lt;BR /&gt;&lt;BR /&gt;From there, you should be able to add new logical volumes or extend existing partitions.</description>
      <pubDate>Wed, 30 Jun 2004 18:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-and-lun-resizing/m-p/3319399#M12959</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-06-30T18:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and LUN resizing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-and-lun-resizing/m-p/3319400#M12960</link>
      <description>'vgextend' adds physical volumes to a volume group; it doesn't permit extending vg if pv is enlarged.</description>
      <pubDate>Thu, 01 Jul 2004 02:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-and-lun-resizing/m-p/3319400#M12960</guid>
      <dc:creator>Domenico Viggiani</dc:creator>
      <dc:date>2004-07-01T02:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and LUN resizing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-and-lun-resizing/m-p/3319401#M12961</link>
      <description>'vgextend' extends a volume group, you are right.&lt;BR /&gt;&lt;BR /&gt;However a phiscal volume cannot be extended (no 'pvextend' command), so my apologies for the error.&lt;BR /&gt;&lt;BR /&gt;Just add a new PV using the new space, and vgextend into it.  A VG can quite happily span multiple PV's.&lt;BR /&gt;&lt;BR /&gt;I used s similar method when migrating out a error ridden disk at home.  The LVM howto explains most of the steps in various sections (don't have a copy in front of me at this moment however).</description>
      <pubDate>Thu, 01 Jul 2004 02:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-and-lun-resizing/m-p/3319401#M12961</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-07-01T02:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and LUN resizing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-and-lun-resizing/m-p/3319402#M12962</link>
      <description>Ok, I know LVM basics.&lt;BR /&gt;From linux-lvm mailing-list, I learned that LVM1 doesn't support LUN extension.&lt;BR /&gt;Neither it is possible on HP-UX!</description>
      <pubDate>Thu, 01 Jul 2004 02:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-and-lun-resizing/m-p/3319402#M12962</guid>
      <dc:creator>Domenico Viggiani</dc:creator>
      <dc:date>2004-07-01T02:44:45Z</dc:date>
    </item>
  </channel>
</rss>

