<?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 mirror disk will not boot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933407#M620309</link>
    <description>In your 2nd mkboot statement, try just this:&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;Everything else looks OK.</description>
    <pubDate>Thu, 13 Oct 2005 10:49:58 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2005-10-13T10:49:58Z</dc:date>
    <item>
      <title>boot mirror disk will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933406#M620308</link>
      <description>I am trying to get my boot mirror disk to boot up and when I type boot alt at the isl prompt it starts to boot and then comes back with the following.&lt;BR /&gt;&lt;BR /&gt;EXEC_FAILED&lt;BR /&gt;EXEC Format error&lt;BR /&gt;&lt;BR /&gt;Now here is how I created the boot disk mirror.&lt;BR /&gt;&lt;BR /&gt;pvcreate -Bf /dev/rdsk/c2t2d0&lt;BR /&gt;vgextend vg00 /dev/dsk/c2t2d0&lt;BR /&gt;mkboot /dev/rdsk/c2t2d0&lt;BR /&gt;mkboot -a "hpux -lq (0/0/0.2.0;0) /stand/vmunix" /dev/rdsk/c2t2d0&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;Then I recreated the mirrors&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t2d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t2d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t2d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c2t2d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;After I finished when I type lvlnboot -v it shows both disks as being bootable.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2005 10:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933406#M620308</guid>
      <dc:creator>Shawn McConnell</dc:creator>
      <dc:date>2005-10-13T10:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: boot mirror disk will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933407#M620309</link>
      <description>In your 2nd mkboot statement, try just this:&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux -lq" /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;Everything else looks OK.</description>
      <pubDate>Thu, 13 Oct 2005 10:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933407#M620309</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-10-13T10:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: boot mirror disk will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933408#M620310</link>
      <description>when I rebuild a failed root mirror disk, I use the following sequence:&lt;BR /&gt;&lt;BR /&gt;mirrdisk_raw=cXtYdZ # replace X, Y &amp;amp; with your own values&lt;BR /&gt;mkboot -l ${mirrdisk_raw}&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" ${mirrdisk_raw}&lt;BR /&gt;cd /usr/sbin/diag/lif&lt;BR /&gt;mkboot -b updatediaglif2 -p ISL -p AUTO -p HPUX -p LABEL ${mirrdisk_raw}&lt;BR /&gt;&lt;BR /&gt;if you are on a 32 bit OS, replace the last line as follows:&lt;BR /&gt;&lt;BR /&gt;mkboot -b updatediaglif -p ISL -p AUTO -p HPUX -p LABEL ${mirrdisk_raw}&lt;BR /&gt;&lt;BR /&gt;not much different but again, I am not an expert how the bootstrap looks into the lif area and searches what. So, this works for me all the time and hope it works for you too..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2005 10:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933408#M620310</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-10-13T10:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: boot mirror disk will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933409#M620311</link>
      <description>It looks good except for&lt;BR /&gt;mkboot -a "hpux -lq (0/0/0.2.0;0) /stand/vmunix" /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;Change it to&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c2t2d0&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2005 10:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933409#M620311</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-10-13T10:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: boot mirror disk will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933410#M620312</link>
      <description>Do I need to redo the mirrors and everything or can I just type&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c2t2d0</description>
      <pubDate>Thu, 13 Oct 2005 10:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933410#M620312</guid>
      <dc:creator>Shawn McConnell</dc:creator>
      <dc:date>2005-10-13T10:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: boot mirror disk will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933411#M620313</link>
      <description>no need to re-do the mirrors as they are not the part of this deal. This is just the few sectors at the beginning of your spindles.</description>
      <pubDate>Thu, 13 Oct 2005 10:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933411#M620313</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-10-13T10:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: boot mirror disk will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933412#M620314</link>
      <description>Hi Shawn:&lt;BR /&gt;&lt;BR /&gt;You have a space character between disk partition information and the filename of the kernel.  You shouldn't need this anyway.  I believe that is causing this problem.&lt;BR /&gt;&lt;BR /&gt;Simply the command to be:&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;...and you will be fine.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2005 12:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933412#M620314</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-10-13T12:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: boot mirror disk will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933413#M620315</link>
      <description>Yup that was it.&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;Thanks to all !!!!&lt;BR /&gt;&lt;BR /&gt;           Shawn</description>
      <pubDate>Thu, 13 Oct 2005 12:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933413#M620315</guid>
      <dc:creator>Shawn McConnell</dc:creator>
      <dc:date>2005-10-13T12:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: boot mirror disk will not boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933414#M620316</link>
      <description>This thread is closed. Thanks again to all.</description>
      <pubDate>Thu, 13 Oct 2005 12:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/boot-mirror-disk-will-not-boot/m-p/4933414#M620316</guid>
      <dc:creator>Shawn McConnell</dc:creator>
      <dc:date>2005-10-13T12:36:12Z</dc:date>
    </item>
  </channel>
</rss>

