<?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 - vgexport in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261149#M57913</link>
    <description>No,&lt;BR /&gt;&lt;BR /&gt;You are not changing the disks in the volume group with lvextend - only increase the logical volume size.&lt;BR /&gt;&lt;BR /&gt;Just do the following:&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 15G /dev/vgXX/lvXX&lt;BR /&gt;&lt;BR /&gt;# ext2online /mountpoint&lt;BR /&gt;&lt;BR /&gt;When logical volume /dev/vgXX/lvolXX is mounted under /mountpoint.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
    <pubDate>Mon, 01 Sep 2008 13:57:55 GMT</pubDate>
    <dc:creator>Ivan Krastev</dc:creator>
    <dc:date>2008-09-01T13:57:55Z</dc:date>
    <item>
      <title>lvextend - vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261148#M57912</link>
      <description>Fellas,&lt;BR /&gt;If I extend an existing lv do I need the procedure to vgexport-vgimport ?&lt;BR /&gt;&lt;BR /&gt;If yes what are the rights step to do?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Massimo</description>
      <pubDate>Mon, 01 Sep 2008 11:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261148#M57912</guid>
      <dc:creator>grkmep</dc:creator>
      <dc:date>2008-09-01T11:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend - vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261149#M57913</link>
      <description>No,&lt;BR /&gt;&lt;BR /&gt;You are not changing the disks in the volume group with lvextend - only increase the logical volume size.&lt;BR /&gt;&lt;BR /&gt;Just do the following:&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 15G /dev/vgXX/lvXX&lt;BR /&gt;&lt;BR /&gt;# ext2online /mountpoint&lt;BR /&gt;&lt;BR /&gt;When logical volume /dev/vgXX/lvolXX is mounted under /mountpoint.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 01 Sep 2008 13:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261149#M57913</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-09-01T13:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend - vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261150#M57914</link>
      <description>Ok,&lt;BR /&gt;But I don't have etx2online command.&lt;BR /&gt;&lt;BR /&gt;I have 2.6 kernel and I read that is possible use resize2fs ((As of this writing, the Linux 2.6 kernel supports on-line resize for filesystems mounted using ext3 only.)).&lt;BR /&gt;&lt;BR /&gt;It's true that I can extend the lvol without stop the package ?&lt;BR /&gt;&lt;BR /&gt;And:&lt;BR /&gt;On the second node these steps are right if I extend a volume group?&lt;BR /&gt;&lt;BR /&gt;a. pvscan&lt;BR /&gt;b. vgexport  vgname&lt;BR /&gt;c. vgimport vgname /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1 etc.etc&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Massimo&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Sep 2008 14:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261150#M57914</guid>
      <dc:creator>grkmep</dc:creator>
      <dc:date>2008-09-01T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend - vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261151#M57915</link>
      <description>ur first post no where talks about cluster.. It is recommended to export/import on alternate node if in cluster</description>
      <pubDate>Tue, 02 Sep 2008 09:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261151#M57915</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-09-02T09:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend - vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261152#M57916</link>
      <description>Right,&lt;BR /&gt;I don't specify above but the post is in the serviceguard section, then I mean that my qustion was oriented in a cluster enviroment.&lt;BR /&gt;&lt;BR /&gt;I have more knowledge in mc/sg in the hpux o.s. but not in the linux o.s.&lt;BR /&gt;&lt;BR /&gt;In the hpux there are some option for vgexport (like -s -p -m mapfile) that I don't find in the linux box.&lt;BR /&gt;&lt;BR /&gt;Can somebody suggest me the right procedure after I extended a lvol (or vg) in one of nodes of the cluster?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Massimo</description>
      <pubDate>Tue, 02 Sep 2008 11:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261152#M57916</guid>
      <dc:creator>grkmep</dc:creator>
      <dc:date>2008-09-02T11:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend - vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261153#M57917</link>
      <description>&lt;BR /&gt;something simialr it should be.&lt;BR /&gt;&lt;BR /&gt;vgchange -a n vgec_rde0_d&lt;BR /&gt;vgexport -v /dev/vgec_rde0_d&lt;BR /&gt;vgimport /dev/vgec_rde0_dbin  /dev/sdm</description>
      <pubDate>Tue, 02 Sep 2008 18:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261153#M57917</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-09-02T18:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend - vgexport</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261154#M57918</link>
      <description>lvextend/resize2fs.</description>
      <pubDate>Fri, 05 Sep 2008 03:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvextend-vgexport/m-p/4261154#M57918</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2008-09-05T03:49:52Z</dc:date>
    </item>
  </channel>
</rss>

