<?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: Cannot boot from mirrored root disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419839#M767201</link>
    <description>HI &lt;BR /&gt;&lt;BR /&gt;the steps you took looks ok.&lt;BR /&gt;&lt;BR /&gt;But lvlnboot -v did not see your disk as a boot disk, that means something happened to the results of the pvcreate -B , mkboot /dev/rdsk/cxtydz .&lt;BR /&gt;&lt;BR /&gt;Adding a disk to a volume group through SAM reruns pvcreate without the boot option and also do not rerun mkboot , that is your disk is not being seen as a boot disk when you run lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Rerun your procedure, at step 4 add the disk to the volume group without using SAM&lt;BR /&gt;&lt;BR /&gt;i.e.&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and continue with the rest of your procedure . Run lvlnboot at the end , l am sure your mirror disk will boot after creating all the mirrors of the logical volumes on the root disk&lt;BR /&gt;&lt;BR /&gt;you must run lvchange -c n -M  n /dev/vg00/lvol2&lt;BR /&gt;to deactivate the mirror consistency and mirror write cache on the swap and dump logical volume.&lt;BR /&gt;&lt;BR /&gt;To do this you mus boot into maintenance mode ie. at isl "hpux -lm(;0)/stand/vmunix"&lt;BR /&gt;in maintenance mode vg00 is not activated so you can run lvchange command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;reboot the system and try to boot with the mirrir disk. It should definately boot unless your mirror disk if is faulty.</description>
    <pubDate>Tue, 30 May 2000 18:04:14 GMT</pubDate>
    <dc:creator>Charles Akonnor</dc:creator>
    <dc:date>2000-05-30T18:04:14Z</dc:date>
    <item>
      <title>Cannot boot from mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419832#M767194</link>
      <description>It would be very nice to get help on this problem, it is very important for us. &lt;BR /&gt;The problem is that the mirrored disk is not bootable although the advices &lt;BR /&gt;taken from another Discussion.&lt;BR /&gt;Our script:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. pvcreate -B /dev/rdsk/c2t2d0 ### create physical volume for use in LVM &lt;BR /&gt;volume group, -B == boot&lt;BR /&gt;2. mkboot /dev/rdsk/c2t2d0 ### Place the LIF information on the disk&lt;BR /&gt;3. mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c2t2d0 ## disk 2: make sure &lt;BR /&gt;that the autoboot string disables the quorum checking&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t2d0 ## disk 1: make sure &lt;BR /&gt;that the autoboot string disables the quorum checking&lt;BR /&gt;&lt;BR /&gt;Ausgabe der aktuellen Einstellungen:&lt;BR /&gt;&lt;BR /&gt;# setboot&lt;BR /&gt;Primary bootpath : 0/0/1/1.2.0&lt;BR /&gt;Alternate bootpath : 0/0/2/0.2.0&lt;BR /&gt;&lt;BR /&gt;Autoboot is ON (enabled)&lt;BR /&gt;Autosearch is ON (enabled)&lt;BR /&gt;&lt;BR /&gt;4. SAM =&amp;gt; Disk 2 (0/0/2/0.2.0) added to volume group vg00 (ansonsten alles &lt;BR /&gt;"default")&lt;BR /&gt;&lt;BR /&gt;5. SAM =&amp;gt; Alle logischen Volumes auf 1 Spiegelkopie eingerichtet&lt;BR /&gt;&lt;BR /&gt;6. # lvlnboot -R&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in &lt;BR /&gt;/etc/lvmconf/vg00.conf&lt;BR /&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/c1t2d0 (0/0/1/1.2.0) -- Boot Disk&lt;BR /&gt;/dev/dsk/c2t2d0 (0/0/2/0.2.0)&lt;BR /&gt;Boot: lvol1 on: /dev/dsk/c1t2d0&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;Root: lvol3 on: /dev/dsk/c1t2d0&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;Swap: lvol2 on: /dev/dsk/c1t2d0&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;Dump: lvol2 on: /dev/dsk/c1t2d0, 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you have senseful suggeston, please answer.&lt;BR /&gt;Thanks a lot.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2000 07:10:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419832#M767194</guid>
      <dc:creator>Johannes Imhof</dc:creator>
      <dc:date>2000-03-16T07:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419833#M767195</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The work you did has covered laying down all the structure you need except &lt;BR /&gt;populating the filesystems. When I built a redundant boot disk without mirror &lt;BR /&gt;disk ux I had to add the following.&lt;BR /&gt;&lt;BR /&gt;I first tried using cpio to transfer files but it would not transfer all the &lt;BR /&gt;device drivers. I think all you have left to do is: dd if=/dev/vg00/rlvol3 &lt;BR /&gt;of=/dev/vg00/rlvol? bs=1k. The rlvol? is whatever your redundant root logical &lt;BR /&gt;volume is.&lt;BR /&gt;&lt;BR /&gt;This should resolve your problem. You can mount your redundant root filesystem &lt;BR /&gt;and check the /dev/ directory to see if it properly populated! My guess is this &lt;BR /&gt;is where your problem is.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;If this does not work send me an e-mail I have a doc on how to do this. The doc &lt;BR /&gt;is not quite complete so you have to improvise a little, that is why I did not &lt;BR /&gt;post it.</description>
      <pubDate>Thu, 16 Mar 2000 07:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419833#M767195</guid>
      <dc:creator>Steve White_8</dc:creator>
      <dc:date>2000-03-16T07:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419834#M767196</link>
      <description>&lt;BR /&gt;If you do a&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/cXtYd0&lt;BR /&gt;mkboot /dev/rdsk/cXtYd0&lt;BR /&gt;mkboot -a "stuff&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/cXtYdo0&lt;BR /&gt;&lt;BR /&gt;after the vgextend you should be able to do a lvlnboot -R and see the boot area should be recognized on all disks.  No DD is required.  You will then need to &lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 2,3,4,5,6,7,8&lt;BR /&gt;onto the newly added disk..  Something is wrong.  Has this system been upgraded ??</description>
      <pubDate>Thu, 18 May 2000 14:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419834#M767196</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2000-05-18T14:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419835#M767197</link>
      <description>For the step by step method, you may want to read through the manual for this.&lt;BR /&gt;Go read chapter 7 of:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/dynaweb/hpux10/hpuxen0a/b2043/@Generic__BookView" target="_blank"&gt;http://www.docs.hp.com/dynaweb/hpux10/hpuxen0a/b2043/@Generic__BookView&lt;/A&gt;</description>
      <pubDate>Thu, 18 May 2000 20:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419835#M767197</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2000-05-18T20:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419836#M767198</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Your procedure looks right&lt;BR /&gt;&lt;BR /&gt;May i know the error message&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;venu</description>
      <pubDate>Sat, 20 May 2000 06:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419836#M767198</guid>
      <dc:creator>Venu_2</dc:creator>
      <dc:date>2000-05-20T06:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419837#M767199</link>
      <description>I suspect that the problem lies in step 4, where your are adding the disk to the VG with SAM.  SAM is probably forcing another pvcreate on the disk and wiping out the boot LIF area.  You can use the lifls to show the contents of the boot LIF area ie. lisfls -l /dev/rdsk/c2t2d0.  This should list all of the bootable programs and files contained in the boot LIF area. You should see files like ISL, HPUX, AUTO, LABEL ... etc.  If you do not see them or lifls reports an error, then the boot area is not valid and you need to run the mkboots again.&lt;BR /&gt;&lt;BR /&gt;If you follow Emil's procedure to extend the disk into the VG and then mirror it, you will have success.</description>
      <pubDate>Fri, 26 May 2000 12:53:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419837#M767199</guid>
      <dc:creator>James Lynch</dc:creator>
      <dc:date>2000-05-26T12:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419838#M767200</link>
      <description>Myfriend,&lt;BR /&gt;&lt;BR /&gt;What stage of the boot are you in problem. Is it the ISL prompt, before ISL or the vmunix loading?&lt;BR /&gt;&lt;BR /&gt;It seems your boot LIF on your presumed mirror disk is not right. This is because your lvlnboot -v was wrong it should also say BOOT DISK. &lt;BR /&gt;&lt;BR /&gt;reconfigure the disk by forcing the recreation. pvcreate -B -f .&lt;BR /&gt;&lt;BR /&gt;also make sure you do not use SAM. I do not think SAM is supported.&lt;BR /&gt;&lt;BR /&gt;Lolu</description>
      <pubDate>Tue, 30 May 2000 17:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419838#M767200</guid>
      <dc:creator>Shobayo Omololu</dc:creator>
      <dc:date>2000-05-30T17:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from mirrored root disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419839#M767201</link>
      <description>HI &lt;BR /&gt;&lt;BR /&gt;the steps you took looks ok.&lt;BR /&gt;&lt;BR /&gt;But lvlnboot -v did not see your disk as a boot disk, that means something happened to the results of the pvcreate -B , mkboot /dev/rdsk/cxtydz .&lt;BR /&gt;&lt;BR /&gt;Adding a disk to a volume group through SAM reruns pvcreate without the boot option and also do not rerun mkboot , that is your disk is not being seen as a boot disk when you run lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;Rerun your procedure, at step 4 add the disk to the volume group without using SAM&lt;BR /&gt;&lt;BR /&gt;i.e.&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and continue with the rest of your procedure . Run lvlnboot at the end , l am sure your mirror disk will boot after creating all the mirrors of the logical volumes on the root disk&lt;BR /&gt;&lt;BR /&gt;you must run lvchange -c n -M  n /dev/vg00/lvol2&lt;BR /&gt;to deactivate the mirror consistency and mirror write cache on the swap and dump logical volume.&lt;BR /&gt;&lt;BR /&gt;To do this you mus boot into maintenance mode ie. at isl "hpux -lm(;0)/stand/vmunix"&lt;BR /&gt;in maintenance mode vg00 is not activated so you can run lvchange command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;reboot the system and try to boot with the mirrir disk. It should definately boot unless your mirror disk if is faulty.</description>
      <pubDate>Tue, 30 May 2000 18:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419839#M767201</guid>
      <dc:creator>Charles Akonnor</dc:creator>
      <dc:date>2000-05-30T18:04:14Z</dc:date>
    </item>
  </channel>
</rss>

