<?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: LV SPLIT in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-split/m-p/5281236#M474339</link>
    <description>Hi,&lt;BR /&gt;assuming that you are using mirroring and all the mirrored LVOL's reside on different disk than the one you booted from, then why not trying to boot from your alternate mirrored (splitted) disk?</description>
    <pubDate>Thu, 05 May 2011 04:31:55 GMT</pubDate>
    <dc:creator>g3jza</dc:creator>
    <dc:date>2011-05-05T04:31:55Z</dc:date>
    <item>
      <title>LV SPLIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-split/m-p/5281235#M474338</link>
      <description>Dear Experts,&lt;BR /&gt;&lt;BR /&gt;I patched one box (11iv2). As per instrunction Before patching I splitted all lvols of vg00. unfortunatly after patching system was not coming up. could you please let me know wht to do to bring the box up?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Thu, 05 May 2011 02:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-split/m-p/5281235#M474338</guid>
      <dc:creator>rooble</dc:creator>
      <dc:date>2011-05-05T02:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: LV SPLIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-split/m-p/5281236#M474339</link>
      <description>Hi,&lt;BR /&gt;assuming that you are using mirroring and all the mirrored LVOL's reside on different disk than the one you booted from, then why not trying to boot from your alternate mirrored (splitted) disk?</description>
      <pubDate>Thu, 05 May 2011 04:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-split/m-p/5281236#M474339</guid>
      <dc:creator>g3jza</dc:creator>
      <dc:date>2011-05-05T04:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: LV SPLIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-split/m-p/5281237#M474340</link>
      <description>what is the error it shows?</description>
      <pubDate>Thu, 05 May 2011 06:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-split/m-p/5281237#M474340</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2011-05-05T06:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: LV SPLIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-split/m-p/5281238#M474341</link>
      <description>You probably need to boot into "-lm" mode and vgexport/vgimport the VG in order to make the "backup" disk a new standalone VG.&lt;BR /&gt;&lt;BR /&gt;The current LVM admin guide has all the steps (page 89 - Splitting a Volume Group)&lt;BR /&gt;&lt;BR /&gt;document title is&lt;BR /&gt;&lt;BR /&gt;HP-UX System Administrator's Guide:&lt;BR /&gt;Logical Volume Management&lt;BR /&gt;HP-UX 11i Version 3</description>
      <pubDate>Thu, 05 May 2011 06:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-split/m-p/5281238#M474341</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-05-05T06:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: LV SPLIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-split/m-p/5281239#M474342</link>
      <description>thanks all,&lt;BR /&gt;&lt;BR /&gt;I got the procedure from HP Guy.&lt;BR /&gt;lets say /dev/dsk/c0t1d0(pri) and /dev/dsk/c0t2d0(sec) PV's are part of VG vg00. Now the requirement is that we upgrade from the first disk and something goes wrong, boot from the second. In my method, we cannot boot from the second per say, but I strongly believe that it can atleast help in restoration.&lt;BR /&gt;&lt;BR /&gt;1) Split all the mirrored LV's in vg00.&lt;BR /&gt;&lt;BR /&gt;lvsplit /dev/vg00/lvol1&lt;BR /&gt;lvsplit /dev/vg00/lvol2&lt;BR /&gt;lvsplit /dev/vg00/lvol3&lt;BR /&gt;lvsplit /dev/vg00/lvol4&lt;BR /&gt;lvsplit /dev/vg00/lvol5&lt;BR /&gt;lvsplit /dev/vg00/lvol6&lt;BR /&gt;lvsplit /dev/vg00/lvol7&lt;BR /&gt;lvsplit /dev/vg00/lvol8&lt;BR /&gt;&lt;BR /&gt;after the slipt you will find these devices in /dev/vg00 directory.&lt;BR /&gt;&lt;BR /&gt;lvsplit /dev/vg00/lvol1b&lt;BR /&gt;lvsplit /dev/vg00/lvol2b&lt;BR /&gt;lvsplit /dev/vg00/lvol3b&lt;BR /&gt;lvsplit /dev/vg00/lvol4b&lt;BR /&gt;lvsplit /dev/vg00/lvol5b&lt;BR /&gt;lvsplit /dev/vg00/lvol6b&lt;BR /&gt;lvsplit /dev/vg00/lvol7b&lt;BR /&gt;lvsplit /dev/vg00/lvol8b&lt;BR /&gt;&lt;BR /&gt;2) Upgrade the OS now. Meaning it would affect the data only in the first disk(pri).&lt;BR /&gt;&lt;BR /&gt;3) DECIDER : &lt;BR /&gt;&lt;BR /&gt;a) If the upgrade succeeds, that is you are successful in booting through the pri disk, and you find all is find, just remove the second set of LV's&lt;BR /&gt;&lt;BR /&gt;lvremove /dev/vg00/lvol1b &lt;BR /&gt;perform the same for other LV's aswell.&lt;BR /&gt;&lt;BR /&gt;Now remirror the boot disk as prescribed by HP docs.&lt;BR /&gt;&lt;BR /&gt;b) If the kernel refuses to boot from the pri. Boot with "/stand/vmunix.prev" to lvm maintenace mode.&lt;BR /&gt;&lt;BR /&gt;at ISL prompt ...issue..&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt;hpux -lm vmunix.prev&lt;BR /&gt;&lt;BR /&gt;Once you are into the LVM maintenence mode..issue the following commands....&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;lvmerge /dev/vg00/lvol1 /dev/vg00/lvol1b&lt;BR /&gt;&lt;BR /&gt;NOTE: The order of LV specification is very important. The first LV is destination and the second is source. There by I overwrite the data on the lvol1 with the data that was orginally preserved in lvol1b. Now you repeat the procedure for the rest of LV's in vg00.&lt;BR /&gt;&lt;BR /&gt;vgchange -a n vg00&lt;BR /&gt;reboot&lt;BR /&gt;&lt;BR /&gt;4) Now you can boot again normally from primary boot disk. Once booted verify whether the version of HPUX is the previous one by issuing "uname -a".&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2011 08:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-split/m-p/5281239#M474342</guid>
      <dc:creator>rooble</dc:creator>
      <dc:date>2011-05-05T08:37:57Z</dc:date>
    </item>
  </channel>
</rss>

