<?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/2419543#M766348</link>
    <description>Hallo Mr Tipple,&lt;BR /&gt;did you get an solution for the problem? We also tried to create a mirrored &lt;BR /&gt;root disk but it does not work too. I send you our script, it would be very &lt;BR /&gt;nice to get help. When you find the mistake in our script, it would be very &lt;BR /&gt;nice to send us an answer.&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;Thanks a lot.</description>
    <pubDate>Thu, 16 Mar 2000 00:11:10 GMT</pubDate>
    <dc:creator>Johannes Imhof</dc:creator>
    <dc:date>2000-03-16T00:11:10Z</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/2419539#M766344</link>
      <description>I have followed the instructions in "Mirrored root disks - Common &lt;BR /&gt;Misconceptions" as closely as possible but I still cannot get my second disk to &lt;BR /&gt;be bootable.&lt;BR /&gt;&lt;BR /&gt;The output from "lvlnboot -v" shows that I am _almost_ there (the boot, root &lt;BR /&gt;and swap logical volumes are all mirrored to both disks) but my second disk is &lt;BR /&gt;still not listed as a "Boot Disk". See below:&lt;BR /&gt;&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/c0t4d0 (8/4.4.0) -- Boot Disk&lt;BR /&gt;/dev/dsk/c0t8d0 (8/4.8.0)&lt;BR /&gt;Boot: lvol1 on: /dev/dsk/c0t4d0 /dev/dsk/c0t8d0&lt;BR /&gt;Root: lvol3 on: /dev/dsk/c0t4d0 /dev/dsk/c0t8d0&lt;BR /&gt;Swap: lvol2 on: /dev/dsk/c0t4d0 /dev/dsk/c0t8d0&lt;BR /&gt;Dump: lvol2 on: /dev/dsk/c0t4d0, 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For completeness, here is the output of "setboot" which I believe is as is &lt;BR /&gt;should be:&lt;BR /&gt;&lt;BR /&gt;# setboot&lt;BR /&gt;Primary bootpath : 8/4.4.0&lt;BR /&gt;Alternate bootpath : 8/4.8.0&lt;BR /&gt;&lt;BR /&gt;Autoboot is ON (enabled)&lt;BR /&gt;Autosearch is ON (enabled)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have any suggestions as to what I may have forgotton?&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2000 08:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419539#M766344</guid>
      <dc:creator>Tim Tipple_2</dc:creator>
      <dc:date>2000-03-10T08:10:20Z</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/2419540#M766345</link>
      <description>These are the steps you have to do, taking c0t8d0 as a mirror disk:&lt;BR /&gt;# pvcreate -B /dev/rdsk/c0t8d0&lt;BR /&gt;# vgextend /dev/vg00 /dev/dsk/c0t8d0&lt;BR /&gt;# mkboot /dev/rdsk/c0t8d0&lt;BR /&gt;# mkboot -a "hpux -lq  ... &lt;BR /&gt;... (0.8.0;0)/stand/vmunix" /dev/rdsk/c0t8d0&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c0t8d0&lt;BR /&gt;   (repeat the step above for all lvols in vg00)&lt;BR /&gt;# lvlnboot -r /dev/vg00/lvolX /dev/vg00  (X=root lvol)&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvolY /dev/vg00  (Y=swap lvol)&lt;BR /&gt;# lvlnboot -d /dev/vg00/lvolZ /dev/vg00  (Z=dump lvol)&lt;BR /&gt;# lvlnboot -b /dev/vg00/lbolW /dev/vg00  (W=boot lvol)&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;I hope this helps you !&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;Marcio</description>
      <pubDate>Fri, 10 Mar 2000 09:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419540#M766345</guid>
      <dc:creator>Marcio Duarte_1</dc:creator>
      <dc:date>2000-03-10T09:30:05Z</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/2419541#M766346</link>
      <description>Maybe you'll have to change step:&lt;BR /&gt;# mkboot -a "hpux -lq (0.8.0;0)/...      for&lt;BR /&gt;# mkboot -a "hpux -lq (4.8.0;0)/...&lt;BR /&gt;&lt;BR /&gt;Marcio</description>
      <pubDate>Fri, 10 Mar 2000 09:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419541#M766346</guid>
      <dc:creator>Marcio Duarte_1</dc:creator>
      <dc:date>2000-03-10T09:38:50Z</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/2419542#M766347</link>
      <description>Did you remember to create the physical volume with a bootlif area reserved &lt;BR /&gt;(pvcreate -B /dev/rdsk/c?t?d?).  If not, you will have nowhere to write the &lt;BR /&gt;mkboot information and will have to start the procedure from scratch.</description>
      <pubDate>Fri, 10 Mar 2000 11:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419542#M766347</guid>
      <dc:creator>Alan Riggs_1</dc:creator>
      <dc:date>2000-03-10T11:15:45Z</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/2419543#M766348</link>
      <description>Hallo Mr Tipple,&lt;BR /&gt;did you get an solution for the problem? We also tried to create a mirrored &lt;BR /&gt;root disk but it does not work too. I send you our script, it would be very &lt;BR /&gt;nice to get help. When you find the mistake in our script, it would be very &lt;BR /&gt;nice to send us an answer.&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;Thanks a lot.</description>
      <pubDate>Thu, 16 Mar 2000 00:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-boot-from-mirrored-root-disk/m-p/2419543#M766348</guid>
      <dc:creator>Johannes Imhof</dc:creator>
      <dc:date>2000-03-16T00:11:10Z</dc:date>
    </item>
  </channel>
</rss>

