<?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 on wrong disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455712#M561645</link>
    <description>The LV is already mirrored... I want to extend the size. &lt;BR /&gt;&lt;BR /&gt;lvextend â  L 10000 /dev/vgname/lvolname</description>
    <pubDate>Wed, 08 Jul 2009 13:09:56 GMT</pubDate>
    <dc:creator>Fernando Boza</dc:creator>
    <dc:date>2009-07-08T13:09:56Z</dc:date>
    <item>
      <title>lvextend on wrong disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455708#M561641</link>
      <description>Hi&lt;BR /&gt;I have a VG with 4 LUNs.... 2 from storage1 and 2 from storage 2&lt;BR /&gt;&lt;BR /&gt;I have 2 PVG on that VG:   PVG0 and PVG1&lt;BR /&gt;PVG0 with 2 LUNs from storage1&lt;BR /&gt;PVG1 with 2 LUNs from storage2&lt;BR /&gt;&lt;BR /&gt;The LVs are mirrored with PVG0 and PVG1&lt;BR /&gt;But, when I run lvextend for any LV... that extend mirror the LV on the same PVG&lt;BR /&gt;&lt;BR /&gt;Any idea?</description>
      <pubDate>Wed, 08 Jul 2009 12:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455708#M561641</guid>
      <dc:creator>Fernando Boza</dc:creator>
      <dc:date>2009-07-08T12:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend on wrong disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455709#M561642</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Post your lvextend syntax for more details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny</description>
      <pubDate>Wed, 08 Jul 2009 13:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455709#M561642</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-07-08T13:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend on wrong disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455710#M561643</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Because you are not specifying the PVG&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 &amp;lt; logical volume name &amp;gt; &lt;PHYSICAL volume="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;Prevents this:&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg01/lvol7 /dev/dsk/c1t1d0&lt;BR /&gt;&lt;BR /&gt;Don't let the command pick the disk you pick it.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/PHYSICAL&gt;</description>
      <pubDate>Wed, 08 Jul 2009 13:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455710#M561643</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-08T13:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend on wrong disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455711#M561644</link>
      <description>Please give us more details:&lt;BR /&gt;&lt;BR /&gt;- the contents of the lvmpvg file&lt;BR /&gt;- your complete command line&lt;BR /&gt;- a "vgdisplay -v" and "lvdisplay -v" for the items in question</description>
      <pubDate>Wed, 08 Jul 2009 13:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455711#M561644</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-07-08T13:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend on wrong disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455712#M561645</link>
      <description>The LV is already mirrored... I want to extend the size. &lt;BR /&gt;&lt;BR /&gt;lvextend â  L 10000 /dev/vgname/lvolname</description>
      <pubDate>Wed, 08 Jul 2009 13:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455712#M561645</guid>
      <dc:creator>Fernando Boza</dc:creator>
      <dc:date>2009-07-08T13:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend on wrong disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455713#M561646</link>
      <description>Your allocation policy for this LV should be set to PVG-strict.&lt;BR /&gt;&lt;BR /&gt;If you do an 'lvdisplay /dev/vg?/lv?' (specifying the real LV name) and look at the "Allocation" line, you should see "PVG-strict/distributed".  If you don't, you should change it.&lt;BR /&gt;&lt;BR /&gt;# lvchange -s g /dev/vg?/lv?&lt;BR /&gt;&lt;BR /&gt;This option disallows mirrors of the LV to share the same PVG, which is what you want.  Have a look at the lvcreate or lvchange man page for information on teh PVG-strict policy.&lt;BR /&gt;&lt;BR /&gt;Now when you do an lvextend, the mirror should be correctly allocated.</description>
      <pubDate>Wed, 08 Jul 2009 13:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-on-wrong-disk/m-p/4455713#M561646</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-07-08T13:10:49Z</dc:date>
    </item>
  </channel>
</rss>

