<?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: Logical Volume Extend Issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/logical-volume-extend-issue/m-p/4141235#M63595</link>
    <description>I'm thinking three things - one of them is ugly.&lt;BR /&gt;&lt;BR /&gt;The most obvious solution to try is a reboot - just incase some service or other has gotten out of whack.  That's one.&lt;BR /&gt;&lt;BR /&gt;The next is that you need a patch.  Check to see what newer patch levels are available for lvm. Orrr - even your i/o card driver.&lt;BR /&gt;&lt;BR /&gt;Lastly, I'm wondering if your file system is out to lunch on you.  I believe there's a good chance your problem would go away if you backed up everything you've got, recreated your lvm structure, and restored.&lt;BR /&gt;&lt;BR /&gt;I've seen it in on Linux boxes often enough, sometimes the file systems need a permanent vacation, so to speak.  Of course, not as much as the Windows boxes, but certainly more  than I've seen on HPUX.</description>
    <pubDate>Wed, 06 Feb 2008 23:43:41 GMT</pubDate>
    <dc:creator>TwoProc</dc:creator>
    <dc:date>2008-02-06T23:43:41Z</dc:date>
    <item>
      <title>Logical Volume Extend Issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logical-volume-extend-issue/m-p/4141233#M63593</link>
      <description>I am getting problems resizing a logical volume with the following errors&lt;BR /&gt;&lt;BR /&gt;lvresize -l+6900 /dev/vg02/mbbvlv&lt;BR /&gt;Extending logical volume mbbvlv to 420.59 GB&lt;BR /&gt;device-mapper: reload ioctl failed: Invalid argument&lt;BR /&gt;Failed to suspend mbbvlv&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend -L+200G /dev/vg02/mbbvlv&lt;BR /&gt;Extending logical volume mbbvlv to 404.97 GB&lt;BR /&gt;device-mapper: reload ioctl failed: Invalid argument&lt;BR /&gt;Failed to suspend mbbvlv&lt;BR /&gt;&lt;BR /&gt;Other information about versions below :-&lt;BR /&gt;&lt;BR /&gt;Red Hat Enterprise Linux AS release 4 (Nahant Update 4)&lt;BR /&gt;&lt;BR /&gt;Linux ***************** 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 athlon i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvm version&lt;BR /&gt;LVM version: 2.02.06 (2006-05-12)&lt;BR /&gt;Library version: 1.02.07 (2006-05-11)&lt;BR /&gt;Driver version: 4.5.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--- Volume group ---&lt;BR /&gt;VG Name vg02&lt;BR /&gt;System ID&lt;BR /&gt;Format lvm2&lt;BR /&gt;Metadata Areas 3&lt;BR /&gt;Metadata Sequence No 11&lt;BR /&gt;VG Access read/write&lt;BR /&gt;VG Status resizable&lt;BR /&gt;MAX LV 0&lt;BR /&gt;Cur LV 1&lt;BR /&gt;Open LV 1&lt;BR /&gt;Max PV 0&lt;BR /&gt;Cur PV 3&lt;BR /&gt;Act PV 3&lt;BR /&gt;VG Size 421.59 GB&lt;BR /&gt;PE Size 32.00 MB&lt;BR /&gt;Total PE 13491&lt;BR /&gt;Alloc PE / Size 6559 / 204.97 GB&lt;BR /&gt;Free PE / Size 6932 / 216.62 GB&lt;BR /&gt;VG UUID l4DT1P-9eFZ-3EZS-wH0U-xQkD-lJZZ-IBPnTf&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Feb 2008 14:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logical-volume-extend-issue/m-p/4141233#M63593</guid>
      <dc:creator>Jon Gomersall</dc:creator>
      <dc:date>2008-02-06T14:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Extend Issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logical-volume-extend-issue/m-p/4141234#M63594</link>
      <description>If this host is part of a cluster, run:&lt;BR /&gt;&lt;BR /&gt;service clvmd restart did the trick&lt;BR /&gt;&lt;BR /&gt;If not, probably you need a patch.&lt;BR /&gt;&lt;BR /&gt;Can you add the -v option to increase the messages?</description>
      <pubDate>Wed, 06 Feb 2008 14:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logical-volume-extend-issue/m-p/4141234#M63594</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-02-06T14:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Extend Issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logical-volume-extend-issue/m-p/4141235#M63595</link>
      <description>I'm thinking three things - one of them is ugly.&lt;BR /&gt;&lt;BR /&gt;The most obvious solution to try is a reboot - just incase some service or other has gotten out of whack.  That's one.&lt;BR /&gt;&lt;BR /&gt;The next is that you need a patch.  Check to see what newer patch levels are available for lvm. Orrr - even your i/o card driver.&lt;BR /&gt;&lt;BR /&gt;Lastly, I'm wondering if your file system is out to lunch on you.  I believe there's a good chance your problem would go away if you backed up everything you've got, recreated your lvm structure, and restored.&lt;BR /&gt;&lt;BR /&gt;I've seen it in on Linux boxes often enough, sometimes the file systems need a permanent vacation, so to speak.  Of course, not as much as the Windows boxes, but certainly more  than I've seen on HPUX.</description>
      <pubDate>Wed, 06 Feb 2008 23:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logical-volume-extend-issue/m-p/4141235#M63595</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2008-02-06T23:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Volume Extend Issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/logical-volume-extend-issue/m-p/4141236#M63596</link>
      <description>I have found that if I add the physical device from the volume group it works&lt;BR /&gt;&lt;BR /&gt;lvextend  &lt;BR /&gt;-L+130G /dev/vg02/mbbvlv /dev/cciss/c0d1p3&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 07 Feb 2008 14:51:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/logical-volume-extend-issue/m-p/4141236#M63596</guid>
      <dc:creator>Jon Gomersall</dc:creator>
      <dc:date>2008-02-07T14:51:24Z</dc:date>
    </item>
  </channel>
</rss>

