<?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: Booting off Splitted Disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038433#M604657</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  After splitting the lvol's you need to perform a vgreduce to remove the secondary disk from vg00 after using vgreduce check vgdisplay and confirm whether you secondary disk is listing in vg00 if it reflects the second disk is not properly removed from vg00 if it's not reflecting you can boot the os with the primary disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 06 Apr 2007 00:31:40 GMT</pubDate>
    <dc:creator>Jollyjet</dc:creator>
    <dc:date>2007-04-06T00:31:40Z</dc:date>
    <item>
      <title>Booting off Splitted Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038431#M604655</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;If VG00 has 2 disks and if the LVOL's  are all 'lvsplt', is it possible to boot off this PV ? ( It is still part of  VG00 !! ). Can one&lt;BR /&gt;use 'setboot -p' to set this as Primary Boot disk ?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 05 Apr 2007 04:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038431#M604655</guid>
      <dc:creator>abcd7</dc:creator>
      <dc:date>2007-04-05T04:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Booting off Splitted Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038432#M604656</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;COuld you please clarify if I can boot of an 'lvsplit'd disk ? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 05 Apr 2007 21:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038432#M604656</guid>
      <dc:creator>abcd7</dc:creator>
      <dc:date>2007-04-05T21:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Booting off Splitted Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038433#M604657</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  After splitting the lvol's you need to perform a vgreduce to remove the secondary disk from vg00 after using vgreduce check vgdisplay and confirm whether you secondary disk is listing in vg00 if it reflects the second disk is not properly removed from vg00 if it's not reflecting you can boot the os with the primary disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Apr 2007 00:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038433#M604657</guid>
      <dc:creator>Jollyjet</dc:creator>
      <dc:date>2007-04-06T00:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Booting off Splitted Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038434#M604658</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I don't think you can VGREDUCE, if the LVOL's still exist on the disk. First you need to an LVREDUCE / LVREMOVE and go for VGREDUCE.&lt;BR /&gt;&lt;BR /&gt;If  use any of the above commands, I will be loosing the LVOL info. / data, as well.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Fri, 06 Apr 2007 04:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038434#M604658</guid>
      <dc:creator>abcd7</dc:creator>
      <dc:date>2007-04-06T04:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Booting off Splitted Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038435#M604659</link>
      <description>yes. You can do this. Once your work is done then you have to issue lvmerge command.&lt;BR /&gt;&lt;BR /&gt;see man page for lvsplit command.&lt;BR /&gt;&lt;BR /&gt;here it is.......&lt;BR /&gt;&lt;BR /&gt; Split the mirrored logical volume /dev/vg00/lvol1 into two copies.&lt;BR /&gt;      Call the new logical volume /dev/vg00/lvol1backup:&lt;BR /&gt;&lt;BR /&gt;           lvsplit -s backup /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;      Split the mirrored logical volume /dev/vg00/lvol1 into two copies.&lt;BR /&gt;      The offline logical volume will be created using the mirror copy on&lt;BR /&gt;      the physical volumes contain in the physical volume group pvg1.&lt;BR /&gt;&lt;BR /&gt;           lvsplit -g pvg1 /dev/vg00/lvol1&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;      Split two logical volumes at the same time:&lt;BR /&gt;&lt;BR /&gt;           lvsplit /dev/vg01/database1 /dev/vg01/database2&lt;BR /&gt;&lt;BR /&gt;           Perform operation on split logical volumes, then rejoin them:&lt;BR /&gt;&lt;BR /&gt;           lvmerge /dev/vg01/database1b /dev/vg01/database1&lt;BR /&gt;           lvmerge /dev/vg01/database2b /dev/vg01/database1&lt;BR /&gt;&lt;BR /&gt; WARNINGS&lt;BR /&gt;      After a two-way mirrored logical volume has been split once, it cannot&lt;BR /&gt;      be split again without merging the logical volumes using the lvmerge&lt;BR /&gt;      command (see lvmerge(1M)).&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Apr 2007 09:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038435#M604659</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2007-04-06T09:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Booting off Splitted Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038436#M604660</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Many Thanks for your reply. Well, I'm interested in booting off the system using the LVOL's formed by this splitted disk and not taking a backup. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If it were a storage box like XP / EMC, I'm sure it is possible to form a new VG with splitted LVOL's. &lt;BR /&gt;&lt;BR /&gt;I want to form a new VG with these 'lvsplit'd'   LVOL's.  Is this possible ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Fri, 06 Apr 2007 20:32:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038436#M604660</guid>
      <dc:creator>abcd7</dc:creator>
      <dc:date>2007-04-06T20:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Booting off Splitted Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038437#M604661</link>
      <description>No it is not possible simply with LVM.&lt;BR /&gt;&lt;BR /&gt;The best that you can do is set up an alternate vg00 - vgbak and do a periodic copy (dd of your lvols over).&lt;BR /&gt;&lt;BR /&gt;If your intent for the split bootdisk is to use it for another system with exact same hardware AND that bootdisk is a SAN disk and happens to be "split" via BusinessCOpy or BCV - THEN it is possible.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Apr 2007 09:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038437#M604661</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2007-04-19T09:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Booting off Splitted Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038438#M604662</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Thanks to all for your replies. Hope I have awarded points reasonbly. &lt;BR /&gt;Closing the thread, but replies are still  welcome. I keep checking &lt;BR /&gt;it and if possible  award points.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Sun, 22 Apr 2007 08:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/booting-off-splitted-disk/m-p/5038438#M604662</guid>
      <dc:creator>abcd7</dc:creator>
      <dc:date>2007-04-22T08:21:26Z</dc:date>
    </item>
  </channel>
</rss>

