<?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: lvsplit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720700#M642252</link>
    <description>This appears to work though:-&lt;BR /&gt;&lt;BR /&gt;lvsplit &lt;LV&gt;&lt;BR /&gt;lvextend -l &lt;SIZE&gt; &lt;LV&gt;b&lt;BR /&gt;lvsplit -s &lt;SUFFIX&gt; &lt;LV&gt;&lt;BR /&gt;lvreduce -l &lt;ORIGINAL size=""&gt; &lt;LV&gt;b&lt;BR /&gt;&lt;BR /&gt;The lvextend causes the lvsplit bitmask to be removed thus allowing another lvsplit.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;/LV&gt;&lt;/ORIGINAL&gt;&lt;/LV&gt;&lt;/SUFFIX&gt;&lt;/LV&gt;&lt;/SIZE&gt;&lt;/LV&gt;</description>
    <pubDate>Thu, 09 May 2002 15:57:54 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2002-05-09T15:57:54Z</dc:date>
    <item>
      <title>lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720698#M642250</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  I have a two way mirrored volume. I want to split this to three.. How will I proceed? Normally lvsplit will split in to two, After that it would not allow to split unless until U do lvmerge.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Shhaul</description>
      <pubDate>Thu, 09 May 2002 15:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720698#M642250</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-05-09T15:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720699#M642251</link>
      <description>Hi Shahul:&lt;BR /&gt;&lt;BR /&gt;Whatever you said is correct. You cannot use lvsplit to split the mirror in to three. It allows only splitting in to two. &lt;BR /&gt;&lt;BR /&gt;Why do you want to use this option ? Normally this option is used for backing up the online data from the mirror. In this case, it does not matter if you split in to two or three ! &lt;BR /&gt;&lt;BR /&gt;If you want to free-up the space which is used by the *third LV space* , then use lvreduce -m 1&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 09 May 2002 15:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720699#M642251</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-09T15:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720700#M642252</link>
      <description>This appears to work though:-&lt;BR /&gt;&lt;BR /&gt;lvsplit &lt;LV&gt;&lt;BR /&gt;lvextend -l &lt;SIZE&gt; &lt;LV&gt;b&lt;BR /&gt;lvsplit -s &lt;SUFFIX&gt; &lt;LV&gt;&lt;BR /&gt;lvreduce -l &lt;ORIGINAL size=""&gt; &lt;LV&gt;b&lt;BR /&gt;&lt;BR /&gt;The lvextend causes the lvsplit bitmask to be removed thus allowing another lvsplit.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;/LV&gt;&lt;/ORIGINAL&gt;&lt;/LV&gt;&lt;/SUFFIX&gt;&lt;/LV&gt;&lt;/SIZE&gt;&lt;/LV&gt;</description>
      <pubDate>Thu, 09 May 2002 15:57:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720700#M642252</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-05-09T15:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720701#M642253</link>
      <description>You can't split a 2-way mirrored LV into 3 copies. Even if you got a 3-way mirrored LVs, example ..&lt;BR /&gt;# lvdisplay -v /dev/vgXX/lvolX&lt;BR /&gt;==&amp;gt; shows 3 columns of LVs&lt;BR /&gt;&lt;BR /&gt;when you run lvsplit it'll split into 2-copies ..&lt;BR /&gt;first copy=the 2-way mirrored LVs&lt;BR /&gt;2nd copy=the single LV from the last column in "lvdisplay"&lt;BR /&gt;</description>
      <pubDate>Thu, 09 May 2002 15:58:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720701#M642253</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-09T15:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720702#M642254</link>
      <description>Shhaul,&lt;BR /&gt;&lt;BR /&gt;It can be done, but you need to CHEAT. The CHEATing comes from forcing the MIRROR BIT MAP to be DISCARDED. To DISCARD the MIRROR BIT map, you simply extend the logical volume.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let's say you have a two way mirror (original lvol plus 2 mirrors) (and the lvols have 500 extents):&lt;BR /&gt;&lt;BR /&gt;lvsplit -s one /dev/vg01/lvol1&lt;BR /&gt;fsck /dev/vg01/lvol1one&lt;BR /&gt;lvextend -l 501 /dev/vg01/lvol1one&lt;BR /&gt;lvsplit -s two /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 09 May 2002 16:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720702#M642254</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-09T16:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720703#M642255</link>
      <description>Hi Harry/John:&lt;BR /&gt;&lt;BR /&gt;That's an interesting cheating ! In that case, what will happen if you want to 'merge' it back using 'lvmerge' ? Is it possible ? &lt;BR /&gt;&lt;BR /&gt;just curious ..&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 09 May 2002 17:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720703#M642255</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-09T17:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720704#M642256</link>
      <description>YES, BUT it will have to MIRROR it again, because there is NO BIT MAP --&amp;gt; cons = takes time to remirror the volume that was extended (in this case lvol1one)!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# lvreduce -l 500 /dev/vg01/lvol1one&lt;BR /&gt;When a logical volume is reduced useful data might get lost;&lt;BR /&gt;do you really want the command to proceed (y/n) : y&lt;BR /&gt;Logical volume "/dev/vg01/lvol1one" has been successfully reduced.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;&lt;BR /&gt;# lvmerge /dev/vg01/lvol1two /dev/vg01/lvol1                   &lt;BR /&gt;Logical volume "/dev/vg01/lvol1two" has been successfully merged&lt;BR /&gt;with logical volume "/dev/vg01/lvol1".&lt;BR /&gt;Logical volume "/dev/vg01/lvol1two" has been successfully removed.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;# lvmerge /dev/vg01/lvol1one /dev/vg01/lvol1&lt;BR /&gt;Logical volume "/dev/vg01/lvol1one" has been successfully merged&lt;BR /&gt;with logical volume "/dev/vg01/lvol1".&lt;BR /&gt;Logical volume "/dev/vg01/lvol1one" has been successfully removed.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;</description>
      <pubDate>Thu, 09 May 2002 17:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720704#M642256</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-09T17:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720705#M642257</link>
      <description>Hi Harry:&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for sharing the info. Learning new things everyday !&lt;BR /&gt;&lt;BR /&gt;live free or die =))&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 09 May 2002 18:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720705#M642257</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-09T18:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720706#M642258</link>
      <description>Now that's interesting...-)&lt;BR /&gt;&lt;BR /&gt;Thanks Harry.&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Thu, 09 May 2002 18:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720706#M642258</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-05-09T18:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720707#M642259</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;   Thanks to all... Special thanks to John palmer and Harry. &lt;BR /&gt;&lt;BR /&gt;   Shiju Don't worry.. I have done it.. Working fine...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shahul</description>
      <pubDate>Fri, 10 May 2002 15:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720707#M642259</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-05-10T15:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720708#M642260</link>
      <description>Thanks to all</description>
      <pubDate>Tue, 21 May 2002 09:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2720708#M642260</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-05-21T09:14:27Z</dc:date>
    </item>
  </channel>
</rss>

