<?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 not completely successful. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628386#M553573</link>
    <description>OK.  The pvmove did the trick just fine.  What a wonderful tool.  :-)  Thanks for the help.</description>
    <pubDate>Wed, 05 May 2010 14:01:56 GMT</pubDate>
    <dc:creator>Johns Manville</dc:creator>
    <dc:date>2010-05-05T14:01:56Z</dc:date>
    <item>
      <title>lvreduce not completely successful.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628381#M553568</link>
      <description>I have these two file systems:&lt;BR /&gt;&lt;BR /&gt;/dev/vg11/lvol1&lt;BR /&gt;/dev/vg11/lvol2&lt;BR /&gt;&lt;BR /&gt;that are using these two disks:&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c16t0d1&lt;BR /&gt;/dev/dsk/c16t0d2&lt;BR /&gt;&lt;BR /&gt;------------------&lt;BR /&gt;I added two more disks to this VG and then I did an lvextend -m 1 /dev/vg11/lvol1 /dev/dsk/c21t0d2&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg11/lvol2 /dev/dsk/c21t0d3&lt;BR /&gt;&lt;BR /&gt;I was trying to mirror lvol1 to disk d2 and then mirror lvol2 to the other disk, d3.  I received a "successfully extended" message.&lt;BR /&gt;&lt;BR /&gt;Then I wanted to remove the two old disks from the volume group, so I did the following:&lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg11/lvol1 /dev/dsk/c16t0d1&lt;BR /&gt;Logical volume "/dev/vg11/lvol1" has been successfully reduced.&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;lvreduce -m 0 /dev/vg11/lvol2 /dev/dsk/c16t0d2&lt;BR /&gt;lvreduce: "MirrorCopies" parameter "0" is not smaller than existing number "0";&lt;BR /&gt;therefore no mirrors are removed.&lt;BR /&gt;------------&lt;BR /&gt;&lt;BR /&gt;As you can see, the second lvreduce did not work.  How can I get rid of the /dev/dsk/c16t0d2 disk from the VG?&lt;BR /&gt;</description>
      <pubDate>Tue, 04 May 2010 17:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628381#M553568</guid>
      <dc:creator>Johns Manville</dc:creator>
      <dc:date>2010-05-04T17:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce not completely successful.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628382#M553569</link>
      <description>The first thing I'd do is an 'lvdisplay' on /dev/vg11/lvol2 and see how many mirrors LVM thinks there are for the LV.&lt;BR /&gt;&lt;BR /&gt;If it is 0, then you can't reduce it.&lt;BR /&gt;&lt;BR /&gt;You should also be able to tell to which disk/disks you are mirrored.</description>
      <pubDate>Tue, 04 May 2010 17:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628382#M553569</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-05-04T17:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce not completely successful.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628383#M553570</link>
      <description>OK.  It does show 0 mirrors.  However, the LV is written to both disks:&lt;BR /&gt;&lt;BR /&gt;  --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV&lt;BR /&gt;   /dev/dsk/c16t0d2   385       385&lt;BR /&gt;   /dev/dsk/c21t0d3   255       255&lt;BR /&gt;&lt;BR /&gt;The problem is I need to get off the c16t0d2 disk.  That disk is presented from an EVA that is going away.  I need the the LV's on the c21t0d3 disk.&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick reply.</description>
      <pubDate>Tue, 04 May 2010 17:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628383#M553570</guid>
      <dc:creator>Johns Manville</dc:creator>
      <dc:date>2010-05-04T17:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce not completely successful.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628384#M553571</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the free space in "/dev/dsk/c21t0d3"? If you have enough room in "/dev/dsk/c21t0d3" for the extents residing in the disk you want to get rid of, you might move these extents with "pvmove"&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 04 May 2010 17:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628384#M553571</guid>
      <dc:creator>R.O.</dc:creator>
      <dc:date>2010-05-04T17:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce not completely successful.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628385#M553572</link>
      <description>Yes, I believe there is plenty of space.  I've never used pvmove, so I'll have to look that up and see how to use it.&lt;BR /&gt;&lt;BR /&gt;Another thought I had, was to have another disk presented from the SAN and move the LV there.  Then remove the old disk and return it to the SAN.  Which is easier?</description>
      <pubDate>Wed, 05 May 2010 12:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628385#M553572</guid>
      <dc:creator>Johns Manville</dc:creator>
      <dc:date>2010-05-05T12:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce not completely successful.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628386#M553573</link>
      <description>OK.  The pvmove did the trick just fine.  What a wonderful tool.  :-)  Thanks for the help.</description>
      <pubDate>Wed, 05 May 2010 14:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628386#M553573</guid>
      <dc:creator>Johns Manville</dc:creator>
      <dc:date>2010-05-05T14:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce not completely successful.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628387#M553574</link>
      <description>Even better on 11.31 - vgmove!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-6576/ch03s05.html" target="_blank"&gt;http://docs.hp.com/en/5992-6576/ch03s05.html&lt;/A&gt;</description>
      <pubDate>Wed, 05 May 2010 14:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-not-completely-successful/m-p/4628387#M553574</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-05-05T14:38:34Z</dc:date>
    </item>
  </channel>
</rss>

