<?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/3150871#M157540</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can merge the lvol again &lt;BR /&gt;#lvmerge /dev/vg01/lvol_u06_0512 /dev/vg01/2212  &lt;BR /&gt;(/usr/sbin/lvmerge [-A autobackup] dest_lv_path src_lv_path )  &lt;BR /&gt;and redo the lvsplit with the name you want specified.&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Dec 2003 09:56:40 GMT</pubDate>
    <dc:creator>G. Vrijhoeven</dc:creator>
    <dc:date>2003-12-22T09:56:40Z</dc:date>
    <item>
      <title>lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150866#M157535</link>
      <description>&lt;BR /&gt;I have just carried out a lvsplit -s 2212 /dev/vg01/lvol_u06_0512 &lt;BR /&gt;&lt;BR /&gt;However, it has named the split copy as lvol_u06_05122212. Is there anyway of renaming this lvol within LVM ??</description>
      <pubDate>Mon, 22 Dec 2003 09:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150866#M157535</guid>
      <dc:creator>H_16</dc:creator>
      <dc:date>2003-12-22T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150867#M157536</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From the man page for lvsplit:&lt;BR /&gt;&lt;BR /&gt;"If the -s option is specified, the new logical volume name has the&lt;BR /&gt;      form lv_pathsuffix.  If -s is not specified, suffix defaults to b, as&lt;BR /&gt;      in lv_pathb."&lt;BR /&gt;&lt;BR /&gt;So, the name lvol_u06_05122212 is exactly what should have resulted.&lt;BR /&gt;&lt;BR /&gt;I don't believe you can rename the lvol without going through some sort of vgexport/vgimport scenario and massaging the lvol names during the import.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 22 Dec 2003 09:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150867#M157536</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-12-22T09:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150868#M157537</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes you can simply do it by renaming BOTH /dev/vg01/lvol_u06_05122212 and /dev/vg01/rlvol_u06_05122212. Just use 'mv' but check first that they are not mounted. This can be done even with vg activated. Renaming a vg is harder because it needs the export/import.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 22 Dec 2003 09:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150868#M157537</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-12-22T09:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150869#M157538</link>
      <description>I suppose you could join it together again "lvmerge" and then try again witha different suffix, or non at all.</description>
      <pubDate>Mon, 22 Dec 2003 09:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150869#M157538</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-22T09:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150870#M157539</link>
      <description>You can actually rename the actual files in /dev/vg01 now on the split volume.  It will work just fine.&lt;BR /&gt;&lt;BR /&gt;Just make sure you get the character device and the blcok device and its corresponding character device.&lt;BR /&gt;&lt;BR /&gt;I usually use the mv command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 22 Dec 2003 09:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150870#M157539</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-22T09:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150871#M157540</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can merge the lvol again &lt;BR /&gt;#lvmerge /dev/vg01/lvol_u06_0512 /dev/vg01/2212  &lt;BR /&gt;(/usr/sbin/lvmerge [-A autobackup] dest_lv_path src_lv_path )  &lt;BR /&gt;and redo the lvsplit with the name you want specified.&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Dec 2003 09:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150871#M157540</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2003-12-22T09:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150872#M157541</link>
      <description>I believe that with mv command, could to be renamed!&lt;BR /&gt;Bruno&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Dec 2003 09:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150872#M157541</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2003-12-22T09:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150873#M157542</link>
      <description>Logical volume names are only for user conveinence and ease of use.  LVM deals with lvols by their device minor numbers only, it could care less what the name is.  The LVM commands display the lvol name by looking at the name of the corresponding device file in /dev/vgxx/lvol.... &lt;BR /&gt;&lt;BR /&gt;JL</description>
      <pubDate>Tue, 23 Dec 2003 10:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3150873#M157542</guid>
      <dc:creator>James Lynch</dc:creator>
      <dc:date>2003-12-23T10:03:54Z</dc:date>
    </item>
  </channel>
</rss>

