<?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 lvsplit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2803508#M82483</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have Mirrored disk.  I want split a volume lvol1 using the above.  When i use the above i have received the following error.&lt;BR /&gt;&lt;BR /&gt;vsplit -g pvg1 /dev/vg00/lvol5&lt;BR /&gt;lvsplit: There aren't enough mirrors to make a split copy: /dev/vg00/lvol5&lt;BR /&gt;Error detected when reading from file "/etc/lvmpvg".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: - I would like to know what is physical volume group.  I have randomly mentioned that name.&lt;BR /&gt;&lt;BR /&gt;I have successed using&lt;BR /&gt;&lt;BR /&gt;lvsplit -s hbkp /dev/vg00/lvol5&lt;BR /&gt;Logical volume "/dev/vg00/lvol5hbkp" has been successfully created with&lt;BR /&gt;character device "/dev/vg00/rlvol5hbkp".&lt;BR /&gt;Logical volume "/dev/vg00/lvol5" has been successfully split.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;My questions are with -g option  what i have to specify.&lt;BR /&gt; Let me know how to use lvmerge  command.&lt;BR /&gt;Is lvsplit requires any empty space required on vg.  In this case vg00.&lt;BR /&gt;&lt;BR /&gt;Note : - I have mirrored all volumes in this vg00.&lt;BR /&gt;&lt;BR /&gt;Can anybody help on this.</description>
    <pubDate>Tue, 10 Sep 2002 16:48:59 GMT</pubDate>
    <dc:creator>P.V.Ramesh</dc:creator>
    <dc:date>2002-09-10T16:48:59Z</dc:date>
    <item>
      <title>lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2803508#M82483</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have Mirrored disk.  I want split a volume lvol1 using the above.  When i use the above i have received the following error.&lt;BR /&gt;&lt;BR /&gt;vsplit -g pvg1 /dev/vg00/lvol5&lt;BR /&gt;lvsplit: There aren't enough mirrors to make a split copy: /dev/vg00/lvol5&lt;BR /&gt;Error detected when reading from file "/etc/lvmpvg".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: - I would like to know what is physical volume group.  I have randomly mentioned that name.&lt;BR /&gt;&lt;BR /&gt;I have successed using&lt;BR /&gt;&lt;BR /&gt;lvsplit -s hbkp /dev/vg00/lvol5&lt;BR /&gt;Logical volume "/dev/vg00/lvol5hbkp" has been successfully created with&lt;BR /&gt;character device "/dev/vg00/rlvol5hbkp".&lt;BR /&gt;Logical volume "/dev/vg00/lvol5" has been successfully split.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;My questions are with -g option  what i have to specify.&lt;BR /&gt; Let me know how to use lvmerge  command.&lt;BR /&gt;Is lvsplit requires any empty space required on vg.  In this case vg00.&lt;BR /&gt;&lt;BR /&gt;Note : - I have mirrored all volumes in this vg00.&lt;BR /&gt;&lt;BR /&gt;Can anybody help on this.</description>
      <pubDate>Tue, 10 Sep 2002 16:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2803508#M82483</guid>
      <dc:creator>P.V.Ramesh</dc:creator>
      <dc:date>2002-09-10T16:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2803509#M82484</link>
      <description>TO use lvsplit you do not have to use the "-g" option. By simply typing&lt;BR /&gt;&lt;BR /&gt;lvsplit /dev/vg00/&lt;LVNAME&gt;&lt;BR /&gt;&lt;BR /&gt;LVM will automatically split the LV. This does not require any additional space. What LVM does is creates a new LV and adds a "b" to the end of the LV name. You can slecify something other than "b" by using the "-s" option. For example after doing&lt;BR /&gt;&lt;BR /&gt;lvsplit /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;you will have two LV's in vg00, one with the name "lvol1" and one with the name "lvol1b". The new LV is mountable at this point if you need. To merge them back together you would issue the command&lt;BR /&gt;&lt;BR /&gt;lvmerger /dev/vg00/lvol1b /dev/vg00/lvol1&lt;/LVNAME&gt;</description>
      <pubDate>Tue, 10 Sep 2002 17:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2803509#M82484</guid>
      <dc:creator>Ray Brewer</dc:creator>
      <dc:date>2002-09-10T17:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2803510#M82485</link>
      <description>One other note on the "-g" option, you can only use this if the Volume Group was initially set up by designating a Physical Volume Group. If you have not done this then ignore the "-g" option in lvsplit.</description>
      <pubDate>Tue, 10 Sep 2002 17:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2803510#M82485</guid>
      <dc:creator>Ray Brewer</dc:creator>
      <dc:date>2002-09-10T17:10:54Z</dc:date>
    </item>
  </channel>
</rss>

