<?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: Split Root Volume Group and Boot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622744#M236199</link>
    <description>I found a way that this can be done - it is unsupported at HP.  &lt;BR /&gt;&lt;BR /&gt;It is a tedious process and the first time though it is somewhat difficult but if scripted it could be a fail safe way for us to recover servers during outages.  Recovery time is the time it would take to reboot the server (about 10 minutes) as compared to the time to re-ignite (1 to 2 hours - depending on size of vg00 and sometimes doesn't work).  The trick is to have two BDRAs and for this you need to take one of the disks out of the vg00, put it in a different VG (vgroot in this scenario) while making it a bootable copy of the primary disk.  In short - you simply lvremove the split mirrors LVs, vgreduce the split mirror disk out of vg00, lvcreate the split mirrors into a different VG (this is achievable because the LV data is still on the split mirror disk), issue your lvlnboot commands against the split mirror VG, alter the fstab/lvmtab and with a couple other steps your there.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;root@svr3003 /newroot/etc[187]&amp;gt; lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1b    on:     /dev/dsk/c2t2d0&lt;BR /&gt;Root: lvol3b    on:     /dev/dsk/c2t2d0&lt;BR /&gt;Swap: lvol2b    on:     /dev/dsk/c2t2d0&lt;BR /&gt;Dump: lvol2b    on:     /dev/dsk/c2t2d0, 0&lt;BR /&gt;&lt;BR /&gt;Boot Definitions for Volume Group /dev/vgroot&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c1t2d0 (0/0/1/1.2.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c1t2d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c1t2d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c1t2d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c1t2d0, 0&lt;BR /&gt;&lt;BR /&gt;The svr3003 server is set to boot off both internal disks (/dev/dsk/c2t2d0 - /dev/dsk/c1t2d0) without any intervention other than issuing the setboot command or interrupting the boot sequence and booting from whichever disk. &lt;BR /&gt;&lt;BR /&gt;Make sure you have an Ignite tape/network backup just in case!&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Sep 2005 14:43:43 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2005-09-09T14:43:43Z</dc:date>
    <item>
      <title>Split Root Volume Group and Boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622741#M236196</link>
      <description>I have an HP-UX 11i system with root volume group mirrored using Mirror-UX.&lt;BR /&gt;I split each lvol in the root volume group so that I have all the standard lvols on the disk which has the primary boot path, and all the split volumes on the disk which has the alternate boot path.&lt;BR /&gt;I checked each split lvol, by running fsck and then mounting under /altroot.&lt;BR /&gt;I edited /altroot/etc/fstab to use the alternate volumes.&lt;BR /&gt;I tried re-booting from the alternate path. I had hoped that it would use all the backed up lvols, but it used all the standard ones.&lt;BR /&gt;What do I need to do to ensure that I can choose which set of lvols gets used according to which disk I boot from?&lt;BR /&gt;&lt;BR /&gt;I need to upgrade several servers. I will make a tape recovery as well, but a fast reboot would really help me in case I need to back out changes.</description>
      <pubDate>Fri, 09 Sep 2005 10:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622741#M236196</guid>
      <dc:creator>Michael Ernstoff</dc:creator>
      <dc:date>2005-09-09T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Split Root Volume Group and Boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622742#M236197</link>
      <description>The only way I know for sure to save a copy of the old OS just in case, is to yank the disk out of its slot and let the server boot from the disk standing alone on your system. Otherwise, it is not going to that simple to use a modified fstab file I am afraid. Also it is a good practice to power off (or yanking out) the other disk as the install process can detect this device if it is plugged in and may use it inadvertently.</description>
      <pubDate>Fri, 09 Sep 2005 11:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622742#M236197</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-09-09T11:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Split Root Volume Group and Boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622743#M236198</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Try this link from ITRC. The itrc doc id is KBRC00010661.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080061911" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080061911&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2005 11:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622743#M236198</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2005-09-09T11:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Split Root Volume Group and Boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622744#M236199</link>
      <description>I found a way that this can be done - it is unsupported at HP.  &lt;BR /&gt;&lt;BR /&gt;It is a tedious process and the first time though it is somewhat difficult but if scripted it could be a fail safe way for us to recover servers during outages.  Recovery time is the time it would take to reboot the server (about 10 minutes) as compared to the time to re-ignite (1 to 2 hours - depending on size of vg00 and sometimes doesn't work).  The trick is to have two BDRAs and for this you need to take one of the disks out of the vg00, put it in a different VG (vgroot in this scenario) while making it a bootable copy of the primary disk.  In short - you simply lvremove the split mirrors LVs, vgreduce the split mirror disk out of vg00, lvcreate the split mirrors into a different VG (this is achievable because the LV data is still on the split mirror disk), issue your lvlnboot commands against the split mirror VG, alter the fstab/lvmtab and with a couple other steps your there.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;root@svr3003 /newroot/etc[187]&amp;gt; lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1b    on:     /dev/dsk/c2t2d0&lt;BR /&gt;Root: lvol3b    on:     /dev/dsk/c2t2d0&lt;BR /&gt;Swap: lvol2b    on:     /dev/dsk/c2t2d0&lt;BR /&gt;Dump: lvol2b    on:     /dev/dsk/c2t2d0, 0&lt;BR /&gt;&lt;BR /&gt;Boot Definitions for Volume Group /dev/vgroot&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c1t2d0 (0/0/1/1.2.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c1t2d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c1t2d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c1t2d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c1t2d0, 0&lt;BR /&gt;&lt;BR /&gt;The svr3003 server is set to boot off both internal disks (/dev/dsk/c2t2d0 - /dev/dsk/c1t2d0) without any intervention other than issuing the setboot command or interrupting the boot sequence and booting from whichever disk. &lt;BR /&gt;&lt;BR /&gt;Make sure you have an Ignite tape/network backup just in case!&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2005 14:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622744#M236199</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-09T14:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Split Root Volume Group and Boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622745#M236200</link>
      <description>The link you gave is to the USA website.&lt;BR /&gt;As a user of the European site I cannot follow the link (why can't HP put us all in one support site?).&lt;BR /&gt;I tried searching by document ID on the Europe site but it does not find the document. Is there another way to find it?&lt;BR /&gt;&lt;BR /&gt;Another option for me would be to find out if the changes worked or not, and then either lvmerge the volumes back, or remove the redundant volumes and re-mirror.&lt;BR /&gt;Are there any documents on the best way to achieve this?&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Sep 2005 04:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622745#M236200</guid>
      <dc:creator>Michael Ernstoff</dc:creator>
      <dc:date>2005-09-10T04:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Split Root Volume Group and Boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622746#M236201</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;This document discuss both syncing and reverse syncing. Attached are the contents of the document as I was able to open it from India.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Sat, 10 Sep 2005 04:54:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/split-root-volume-group-and-boot/m-p/3622746#M236201</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-09-10T04:54:38Z</dc:date>
    </item>
  </channel>
</rss>

