<?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: Boot from split mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099001#M631464</link>
    <description>The best way to test the mirror is by:&lt;BR /&gt;&lt;BR /&gt;Take the primary disk out whilst the system is up. It should failover immediately. &lt;BR /&gt;&lt;BR /&gt;The second is to boot off the alternate disk (mirror).&lt;BR /&gt;&lt;BR /&gt;You should never attempt to split a mirror and then boot from it. As you can see, you have some strange results. The 'lvsplit/lvmerge' functions are for splitting the mirror, taking a backup and then merging the pair(s) once again.</description>
    <pubDate>Tue, 21 Oct 2003 17:01:07 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-10-21T17:01:07Z</dc:date>
    <item>
      <title>Boot from split mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099000#M631463</link>
      <description>I've got a L class running 11.00. My root volume group is mirrored. As a test, I want to split the mirror, boot from the alternate and then reboot back to the primary and put the mirror back in place. My primary device is c1t2d0 and alternate is c2t2d0. The attachment is what I used to do the split and create a bootable alternate. I'm currently running off the alternate but I see some weird things.&lt;BR /&gt;1) lvlnboot -v shows:&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/c1t2d0 (0/0/1/1.2.0) -- Boot Disk  &lt;BR /&gt; /dev/dsk/c2t2d0 (0/0/2/0.2.0) -- Boot Disk  &lt;BR /&gt;No Boot Logical Volume configured&lt;BR /&gt;Root: lvol3b on: /dev/dsk/c2t2d0&lt;BR /&gt;Swap: ???    on: /dev/dsk/c2t2d0&lt;BR /&gt;Dump: ???    on: /dev/dsk/c2t2d0&lt;BR /&gt;2)vgdisplay -v shows lvol1-8 plus lvol3b-lvol8b. Does not show 1b and 2b. &lt;BR /&gt;3) The only file I have in /stand is ioconfig.&lt;BR /&gt;4) A dmesg returns Can't get kernal namelist.&lt;BR /&gt;&lt;BR /&gt;Any ideas out there?            &lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 16:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099000#M631463</guid>
      <dc:creator>Mark Nierth</dc:creator>
      <dc:date>2003-10-21T16:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from split mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099001#M631464</link>
      <description>The best way to test the mirror is by:&lt;BR /&gt;&lt;BR /&gt;Take the primary disk out whilst the system is up. It should failover immediately. &lt;BR /&gt;&lt;BR /&gt;The second is to boot off the alternate disk (mirror).&lt;BR /&gt;&lt;BR /&gt;You should never attempt to split a mirror and then boot from it. As you can see, you have some strange results. The 'lvsplit/lvmerge' functions are for splitting the mirror, taking a backup and then merging the pair(s) once again.</description>
      <pubDate>Tue, 21 Oct 2003 17:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099001#M631464</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-10-21T17:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from split mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099002#M631465</link>
      <description>remember to boot up with hpux -lq&lt;BR /&gt;hpux -lq ....&lt;BR /&gt;&lt;BR /&gt;instructs the OS to ignore disk quorum for vg00 when activating the volume group. Normally, more than 50% of the disks which comprise a volume group must be available before a volume group can be activated. Typically in mirrored boot disk configurations, vg00 consists of two disk. If one of these is dead then only 50% of the disks are available; -lq says ignore this and continue. It should be set on both boot disks in a mirrored boot configuration. It is set using the mkboot -a command. &lt;BR /&gt;&lt;BR /&gt;and then mirror to the newly add disk, then you have the primary disk in you hand... That is what you wanted. And you system is again running on primary disk with an alternativ boot mirror.</description>
      <pubDate>Tue, 21 Oct 2003 17:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099002#M631465</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2003-10-21T17:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from split mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099003#M631466</link>
      <description>Thanks for the responses. I'm a newbie to the HP-UX world, but I'd read other forum messages that did outline how to split a mirror and then boot from the alternate. Here's what I want to achieve. I need to patch the system and I want a quick way to restore the system in case of problems. I do have ignite backups just in case, but I don't want to wait an hour to get the system restored. The root VG is mirroed and I'm able to boot from the primary and alternate without problems. I do the lvsplit on all the lvols on vg00 followed by fsck's. I patch the system, but decide I need to fall back. I run lvmerge /dev/vg00/lvol? /dev/vg00/lvol?b to get back to the original versions, but I get messages lvmerge: Couldn't reallocate the logical volumes: Device busy. If, for instance, I umount /home, I can run the lvmerge but I'm left with /home mounted on /dev/vg00/lvol4b.&lt;BR /&gt;The first question, is using lvsplit/lvmerge to right method of ensuring you have a quick backout in case of problems. 2) How do I overlay the mounted lvols with the backup lvols when I can't umount everything and 3) if all this is possible, how would I rename lvol?b back to lvol?.</description>
      <pubDate>Wed, 22 Oct 2003 13:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099003#M631466</guid>
      <dc:creator>Mark Nierth</dc:creator>
      <dc:date>2003-10-22T13:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from split mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099004#M631467</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is a doc from hp on this.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068695440" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068695440&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The doc id is ULVMKBRC00012525&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 13:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099004#M631467</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-10-22T13:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from split mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099005#M631468</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My opinion about this kind of tests :&lt;BR /&gt;&lt;BR /&gt;Yes should you do it !!&lt;BR /&gt;&lt;BR /&gt;At the beginning, you should verify that you have a real alternate boot disk :&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v : yours seems to be ok&lt;BR /&gt;&lt;BR /&gt;lifls on each boot disk to check the mkboot have been correctly done. You should have at least HPUX.&lt;BR /&gt;&lt;BR /&gt;Then reboot your system, intercept the boot and then make a "sea lif" (search for lif volum), and then boot with "boot P0" or "boot P1" according to the hardware path.&lt;BR /&gt;&lt;BR /&gt;good reboot</description>
      <pubDate>Thu, 23 Oct 2003 06:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099005#M631468</guid>
      <dc:creator>Vincent DANTEN</dc:creator>
      <dc:date>2003-10-23T06:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from split mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099006#M631469</link>
      <description>Thanks for the doc Sanjay...I haven't tried it yet but if I've got to reboot the server 3 times to get back to my original config, I may as well use the Ignite backup. The restore time would probably be pretty close.</description>
      <pubDate>Thu, 23 Oct 2003 10:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099006#M631469</guid>
      <dc:creator>Mark Nierth</dc:creator>
      <dc:date>2003-10-23T10:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from split mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099007#M631470</link>
      <description>hi gui,&lt;BR /&gt;i m a little bit anxious about the integrity of your system because you said that you have only one file in /stand . &lt;BR /&gt;i think there was a problem in your server maybe you have done a "rm" command on your system i hope you have done an gnite tape . &lt;BR /&gt;&lt;BR /&gt;if you don t have any ignite tape or any backup of your system  you must find a kernel ( /stand directory  ) on an  another L class 11.00 and copy it on your sytem. If you don t have a vmunix file in /stand . don t reboot your server it will never start . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Oct 2003 12:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-from-split-mirror/m-p/3099007#M631470</guid>
      <dc:creator>pétot stéphane</dc:creator>
      <dc:date>2003-10-23T12:55:32Z</dc:date>
    </item>
  </channel>
</rss>

