<?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/2612501#M645552</link>
    <description>Now it is clear.&lt;BR /&gt;&lt;BR /&gt;Try&lt;BR /&gt;#lvchange -a y /dev/vgxx/lvolx</description>
    <pubDate>Tue, 13 Nov 2001 01:55:37 GMT</pubDate>
    <dc:creator>Animesh Chakraborty</dc:creator>
    <dc:date>2001-11-13T01:55:37Z</dc:date>
    <item>
      <title>Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612493#M645544</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to split primary copy of mirror and leave secondry.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 13 Nov 2001 01:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612493#M645544</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2001-11-13T01:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612494#M645545</link>
      <description>Hi, &lt;BR /&gt;If you want to split the logical volume &lt;BR /&gt;#lvsplit /dev/vg00/lvolx&lt;BR /&gt;# fsck /dev/vg00/lvolxb&lt;BR /&gt;#mount /dev/vg00/lvolxb /xyz.backup&lt;BR /&gt;&lt;BR /&gt;Remove mirror copies of logical extents of a logical volume from the&lt;BR /&gt;physical volume /dev/dsk/c1t0d0:&lt;BR /&gt;&lt;BR /&gt;#lvreduce -m 0 /dev/vg01/lvol4 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;best of luck&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 01:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612494#M645545</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-11-13T01:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612495#M645546</link>
      <description>lvsplit /dev/vg00/lvol4&lt;BR /&gt;Logical volume "/dev/vg00/lvol4b" has been successfully created with&lt;BR /&gt;character device "/dev/vg00/rlvol4b".&lt;BR /&gt;Logical volume "/dev/vg00/lvol4" has been successfully split.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con&lt;BR /&gt;f&lt;BR /&gt;&lt;BR /&gt;that's for /tmp&lt;BR /&gt;&lt;BR /&gt;I could now mount the lvol4b&lt;BR /&gt;&lt;BR /&gt;To remerge them:&lt;BR /&gt;&lt;BR /&gt;lvmerge /dev/vg00/lvol4b /dev/vg00/lvol4&lt;BR /&gt;Logical volume "/dev/vg00/lvol4b" has been successfully merged&lt;BR /&gt;with logical volume "/dev/vg00/lvol4".&lt;BR /&gt;Logical volume "/dev/vg00/lvol4b" has been successfully removed.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con&lt;BR /&gt;f&lt;BR /&gt;&lt;BR /&gt;...and straight from the man page:&lt;BR /&gt;Split an online logical volume which is currently mounted on /usr so&lt;BR /&gt;      that a backup can take place:&lt;BR /&gt;&lt;BR /&gt;           lvsplit /dev/vg00/lvol1&lt;BR /&gt;           fsck /dev/vg00/lvol1b&lt;BR /&gt;           mount /dev/vg00/lvol1b /usr.backup&lt;BR /&gt;&lt;BR /&gt;           Perform a backup operation, then:&lt;BR /&gt;&lt;BR /&gt;           umount /usr.backup&lt;BR /&gt;           lvmerge /dev/vg00/lvol1b /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Scott.&lt;BR /&gt;&lt;BR /&gt;It's lots of fun to do, but not fun when you're fresh faced and everything is shiny new and you realise you've installed a system and mirrored something other than lvol1 first.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 01:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612495#M645546</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2001-11-13T01:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612496#M645547</link>
      <description>Hi Animesh,&lt;BR /&gt;&lt;BR /&gt;I am trying to split PE1 and make my PE2 as primary copy.  The way you are saying that will not help because the minute I split copy my secondary goes away and primary stays.&lt;BR /&gt;I want keep PE2 as online copy.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 01:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612496#M645547</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2001-11-13T01:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612497#M645548</link>
      <description>Mike, &lt;BR /&gt;&lt;BR /&gt;Just out of interest, why? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Scott.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 01:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612497#M645548</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2001-11-13T01:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612498#M645549</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;Because on this one logical volume group(disk) my PE1 status is "stale".  What I am trying to do is split the primary mirror copy, then do lvreduce on that disk and lvextend back with the same disk.  I am also trying to avoid downtime.  My database will be running on a mirror copy.  I have looked at all the options and I can't get the right answer.  Hopefully someone has the answer.&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick reply.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 13 Nov 2001 01:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612498#M645549</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2001-11-13T01:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612499#M645550</link>
      <description>Technically a split and merge should fix this.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 01:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612499#M645550</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2001-11-13T01:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612500#M645551</link>
      <description>Hi Mike,&lt;BR /&gt;What are you spliting? the mirror or lv ?&lt;BR /&gt;&lt;BR /&gt;In case of of lvsplit ,you can use the /xyz.backup file system and rename the mount point as required and umount the original one.&lt;BR /&gt;Still not sure why you want that way !!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 01:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612500#M645551</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-11-13T01:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612501#M645552</link>
      <description>Now it is clear.&lt;BR /&gt;&lt;BR /&gt;Try&lt;BR /&gt;#lvchange -a y /dev/vgxx/lvolx</description>
      <pubDate>Tue, 13 Nov 2001 01:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612501#M645552</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-11-13T01:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612502#M645553</link>
      <description>Hi Mike,&lt;BR /&gt;Did you try lvsync ?&lt;BR /&gt;#lvsync /dev/vgxx/lvolx&lt;BR /&gt;&lt;BR /&gt;Sorry for my splitted replies :)&lt;BR /&gt;Animesh</description>
      <pubDate>Tue, 13 Nov 2001 02:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612502#M645553</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-11-13T02:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612503#M645554</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;Take a look at the threads below,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=a0a8afd118d1ef8d9e/screen=ckiDisplayDocument?docId=200000054599402" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=a0a8afd118d1ef8d9e/screen=ckiDisplayDocument?docId=200000054599402&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=a0a8afd118d1ef8d9e/screen=ckiDisplayDocument?docId=200000048194460" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=a0a8afd118d1ef8d9e/screen=ckiDisplayDocument?docId=200000048194460&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 02:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612503#M645554</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-13T02:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612504#M645555</link>
      <description>Hi MIke:&lt;BR /&gt;&lt;BR /&gt;Under normal conditions, that is all extents in all physical volumes of a mirrored logical volume are current, then 'lvsplit' is used to create an unmirrored copy which can be used for backup purposes, for instance.&lt;BR /&gt;&lt;BR /&gt;Under normal conditions, if you simply want to eliminate a mirrored logical volume, one uses 'lvreduce -m 0 /dev/vgXX/lvolN /dev/dsk/cXtYdZ'.  This specifies the physical volume on which you no longer want the mirror.&lt;BR /&gt;&lt;BR /&gt;In the case you report, you have "stale" extents. This may mean a faulty disk.  It may also indicate a temporary situation following a power-failed disk event.  Thus, 'lvsync' or 'vgsync' is approriate.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 02:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612504#M645555</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-13T02:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612505#M645556</link>
      <description>Hi Mike:&lt;BR /&gt;&lt;BR /&gt;In the event that an 'lvsync' or 'vgsync' does not return your stale extents to "current", have a lool at Technical Knowledge Base document #KBRC00002271 for further help troubleshooting stale mirrors (attached).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 13 Nov 2001 03:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612505#M645556</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-13T03:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612506#M645557</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;James has hit the jackpot.  I got my answer and works like fine.  I wanted to split first copy of mirror and I was able to do that using his recommendation.&lt;BR /&gt;&lt;BR /&gt;Lvdisplay ???v ???k /dev/vg00/lvolx (to find out mirror PV number) then do&lt;BR /&gt;&lt;BR /&gt;Lvreduce ???m 0 /dev/vgXX/lvolN /devdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Thanks to all of you for your quick reply and help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 15:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/2612506#M645557</guid>
      <dc:creator>Mike_305</dc:creator>
      <dc:date>2001-11-13T15:18:39Z</dc:date>
    </item>
  </channel>
</rss>

