<?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: lvreduce bad extents in the middle of an lvol? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-bad-extents-in-the-middle-of-an-lvol/m-p/3906869#M608554</link>
    <description>Hi Todd:&lt;BR /&gt;&lt;BR /&gt;Unless this is a mirrored logical volume, you will need to rebuild it on a sound physical disk and restore its data.  &lt;BR /&gt;&lt;BR /&gt;The 'lvreduce' removed extents from the end of a logical volume.  The 'lvreduce -k' reduces a mirrored logical volume on a physical volume that has failed or is missing.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 01 Dec 2006 17:15:26 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-12-01T17:15:26Z</dc:date>
    <item>
      <title>lvreduce bad extents in the middle of an lvol?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-bad-extents-in-the-middle-of-an-lvol/m-p/3906868#M608553</link>
      <description>Short story.&lt;BR /&gt;&lt;BR /&gt;I have a bad disk that I was able to move out of the Lvol by doing a vgscan.&lt;BR /&gt;&lt;BR /&gt;However, now I have ??? extents in the middle of my Lvol. Should I just blow it away and rebuild it? then restore the data...&lt;BR /&gt;&lt;BR /&gt;OR is there a way to remove bad extents in the middle of a Lvol? Does Lvreduce allow for that or does it only remove extents from the end of the Lvol?</description>
      <pubDate>Fri, 01 Dec 2006 17:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-bad-extents-in-the-middle-of-an-lvol/m-p/3906868#M608553</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2006-12-01T17:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce bad extents in the middle of an lvol?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-bad-extents-in-the-middle-of-an-lvol/m-p/3906869#M608554</link>
      <description>Hi Todd:&lt;BR /&gt;&lt;BR /&gt;Unless this is a mirrored logical volume, you will need to rebuild it on a sound physical disk and restore its data.  &lt;BR /&gt;&lt;BR /&gt;The 'lvreduce' removed extents from the end of a logical volume.  The 'lvreduce -k' reduces a mirrored logical volume on a physical volume that has failed or is missing.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 01 Dec 2006 17:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-bad-extents-in-the-middle-of-an-lvol/m-p/3906869#M608554</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-12-01T17:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce bad extents in the middle of an lvol?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-bad-extents-in-the-middle-of-an-lvol/m-p/3906870#M608555</link>
      <description>I think I will have to destroy the LVOL, b/c it is still confusing the kernel, which shows 17 disks for the VG, even though the VG only shows 16 disks.</description>
      <pubDate>Fri, 01 Dec 2006 17:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-bad-extents-in-the-middle-of-an-lvol/m-p/3906870#M608555</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2006-12-01T17:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce bad extents in the middle of an lvol?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-bad-extents-in-the-middle-of-an-lvol/m-p/3906871#M608556</link>
      <description>&lt;!--!*#--&gt;The ??? PEs come from the missing disk, and so is the discrepancy between Cur PV and Act PV. You might have to do the following:&lt;BR /&gt;&lt;BR /&gt;- use lvremove to remove the erroneous lvol.&lt;BR /&gt;- force the bad PV out of the VG by doing "vgreduce -f /dev/vg_name"&lt;BR /&gt;  (this should make Cur PV = Act PV).&lt;BR /&gt;- recreate the lvol and restore the data onto it.&lt;BR /&gt;&lt;BR /&gt;Make sure you have good backups of the data and metadata (vgcfgbackup) before you try this.&lt;BR /&gt;&lt;BR /&gt;~hope it helps</description>
      <pubDate>Fri, 01 Dec 2006 17:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-bad-extents-in-the-middle-of-an-lvol/m-p/3906871#M608556</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-12-01T17:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce bad extents in the middle of an lvol?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-bad-extents-in-the-middle-of-an-lvol/m-p/3906872#M608557</link>
      <description>Hi (again) Todd:&lt;BR /&gt;&lt;BR /&gt;You should read (it's short) this whitepaper:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Dec 2006 17:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-bad-extents-in-the-middle-of-an-lvol/m-p/3906872#M608557</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-12-01T17:58:15Z</dc:date>
    </item>
  </channel>
</rss>

