<?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: V class not booting from alt path in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029829#M633243</link>
    <description>Your procedure looks great.&lt;BR /&gt;&lt;BR /&gt;Compare it to the one in this post and see if anything is missing(I don't think so).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15541012aa92d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15541012aa92d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Go over your steps again and look for an error message during the process, probably a one liner that might indicate something failed along the way.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 22 Jul 2003 11:19:34 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-07-22T11:19:34Z</dc:date>
    <item>
      <title>V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029828#M633242</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I wish to mirror my the root disk on a V 2250 server running HP-UX 11i with the March 2003 patches. If I reboot the server after completing the steps and I type sea, only the primary boot disk is displayed. bo alt also yields an error message stating that the alternate disk is not a LIF volume.&lt;BR /&gt;&lt;BR /&gt;Here are the commands I executed:&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f -B /dev/rdsk/c0t5d0&lt;BR /&gt;# vgextend vg00 /dev/dsk/c0t5d0&lt;BR /&gt;# for N in 1 2 3 4 5 6 7 8&lt;BR /&gt;&amp;gt; lvextend -m /dev/vg00/lvol$N /dev/dsk/c0t5d0&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;# mkboot -l /dev/rdsk/c0t5d0&lt;BR /&gt;# lifls ???l /dev/rdsk/c0t5d0&lt;BR /&gt;# mkboot -a ???hpux ???lq??? /dev/rdsk/c0t5d0&lt;BR /&gt;# lifcp /dev/rdsk/cXtXdX:AUTO -&lt;BR /&gt;# mkboot -b updatediaglif2 -p ISL -p AUTO -p HPUX -p LABEL /dev/rdsk/c0t5d0&lt;BR /&gt;# lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;# lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;# lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;# setboot ???a 1/0/0.5.0&lt;BR /&gt;&lt;BR /&gt;Output of lnlnboot -v&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 (1/0/0.4.0) -- Boot Disk&lt;BR /&gt;        /dev/dsk/c0t5d0 (1/0/0.5.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c0t4d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c0t4d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c0t4d0&lt;BR /&gt;                        /dev/dsk/c0t5d0&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c0t4d0, 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Output of setboot&lt;BR /&gt;&lt;BR /&gt;# setboot&lt;BR /&gt;Primary bootpath : 1/0/0.4.0&lt;BR /&gt;Alternate bootpath : 1/0/0.5.0&lt;BR /&gt;&lt;BR /&gt;Autoboot is ON (enabled)&lt;BR /&gt;Autosearch is ON (enabled)&lt;BR /&gt;&lt;BR /&gt;What am I missing?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 11:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029828#M633242</guid>
      <dc:creator>Ruan_3</dc:creator>
      <dc:date>2003-07-22T11:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029829#M633243</link>
      <description>Your procedure looks great.&lt;BR /&gt;&lt;BR /&gt;Compare it to the one in this post and see if anything is missing(I don't think so).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15541012aa92d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15541012aa92d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Go over your steps again and look for an error message during the process, probably a one liner that might indicate something failed along the way.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Jul 2003 11:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029829#M633243</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-22T11:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029830#M633244</link>
      <description>There are some sequence differences, some extra parameters, and some extra commands between your steps and my "cookbook":&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c0t5d0&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c0t5d0&lt;BR /&gt;mkboot /dev/rdsk/c0t5d0&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/c0t5d0&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/primary_boot_disk&lt;BR /&gt;lvexntend(s)&lt;BR /&gt;setboot -a 1/0/0.5.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 11:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029830#M633244</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-22T11:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029831#M633245</link>
      <description>Hi,&lt;BR /&gt;i remember of an old bug, where the alternate path was not correctly seen by the auto-search, even &amp;lt; bo alt &amp;gt; did it wrong, and could not see the proper disk.&lt;BR /&gt;&lt;BR /&gt;Try booting with the proper hw path.&lt;BR /&gt;&lt;BR /&gt;bo 1/0/0.5.0 &lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 11:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029831#M633245</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-22T11:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029832#M633246</link>
      <description>Hi Ruan,&lt;BR /&gt;&lt;BR /&gt;Not positive, but the order of your commands could be the problem.&lt;BR /&gt;I do the mkboot &amp;amp; lifcp commands *before* I lvextend all the LVs. I also use double quotes on the hpux command in the mkboot -a command. That always works for me.&lt;BR /&gt;&lt;BR /&gt;Also I have a question - Why are you mirroring on the same controller. It will be a SPOF for the vg00 VG. I'd recommend you mirror to a disk on another HBA for true redundancy.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 22 Jul 2003 11:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029832#M633246</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-07-22T11:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029833#M633247</link>
      <description>not very sure, does it show all details when lifls -l "device name of alternate boot path" excuted.&lt;BR /&gt;&lt;BR /&gt;Also in PDC does it show the alternate boot path when &lt;BR /&gt;&lt;BR /&gt;sea ipl is executed?&lt;BR /&gt;&lt;BR /&gt;You can also try lvlnboot -R and check.</description>
      <pubDate>Tue, 22 Jul 2003 12:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029833#M633247</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-07-22T12:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029834#M633248</link>
      <description>Thanks for all your responses.&lt;BR /&gt;&lt;BR /&gt;I will try the commands in a different order.&lt;BR /&gt;The strange thing is that when you do a "ls 1/0/0.5.0" after one has interrupted the boot process, it comes up with an error "Missing LIF header". But when you do a "lifls -l /dev/dsk/c0t5d0" at the normal command prompt I get results returned.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 12:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029834#M633248</guid>
      <dc:creator>Ruan_3</dc:creator>
      <dc:date>2003-07-22T12:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029835#M633249</link>
      <description>&lt;BR /&gt;Unfortunately there is only one HBA available to this server.&lt;BR /&gt;&lt;BR /&gt;lifls output&lt;BR /&gt;&lt;BR /&gt;# lifls -l /dev/dsk/c0t5d0&lt;BR /&gt;volume c0t5d0 data size 7984 directory size 8 01/08/20 05:17:13&lt;BR /&gt;filename   type   start   size     implement  created&lt;BR /&gt;===============================================================&lt;BR /&gt;ODE        -12960 584     848      0          03/01/07 10:12:05&lt;BR /&gt;MAPFILE    -12277 1432    128      0          03/01/07 10:12:05&lt;BR /&gt;SYSLIB     -12280 1560    353      0          03/01/07 10:12:05&lt;BR /&gt;CONFIGDATA -12278 1920    244      0          03/01/07 10:12:05&lt;BR /&gt;SLMOD2     -12276 2168    141      0          03/01/07 10:12:05&lt;BR /&gt;SLDEV2     -12276 2312    136      0          03/01/07 10:12:05&lt;BR /&gt;SLDRV2     -12276 2448    205      0          03/01/07 10:12:05&lt;BR /&gt;SLSCSI2    -12276 2656    131      0          03/01/07 10:12:05&lt;BR /&gt;MAPPER2    -12279 2792    142      0          03/01/07 10:12:05&lt;BR /&gt;IOTEST2    -12279 2936    412      0          03/01/07 10:12:05&lt;BR /&gt;PERFVER2   -12279 3352    124      0          03/01/07 10:12:05&lt;BR /&gt;PVCU       -12801 3480    64       0          03/01/07 10:12:05&lt;BR /&gt;SSINFO     -12286 3544    2        0          03/01/07 10:12:05&lt;BR /&gt;ISL        -12800 3552    306      0          02/05/10 16:25:44&lt;BR /&gt;AUTO       -12289 3864    1        0          02/05/10 16:25:44&lt;BR /&gt;HPUX       -12928 3872    848      0          02/05/10 16:25:44&lt;BR /&gt;LABEL      BIN    4720    8        0          03/07/22 13:27:56</description>
      <pubDate>Tue, 22 Jul 2003 12:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029835#M633249</guid>
      <dc:creator>Ruan_3</dc:creator>
      <dc:date>2003-07-22T12:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029836#M633250</link>
      <description>There was a bug on HP-UX 11.0 and V-classes that meant the alternate path did not work properly.  I thought there was a patch for thus thus should not be in 11i!!!&lt;BR /&gt;&lt;BR /&gt;Add your alternate boot disk to /stand/bootconf (just copy the existing line &amp;amp; edit accordingly)&lt;BR /&gt;&lt;BR /&gt;I use updatediaglif &amp;amp; not updatediaglif2, but this is wibble reqally as it does not touch HPUX &amp;amp;&amp;amp; you missed out PAD&lt;BR /&gt;&lt;BR /&gt;# mkboot -b updatediaglif -p ISL -p AUTO -p HPUX -p LABEL -p PAD /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Can you boot from alternate when you do a boot from PDC... e.g.&lt;BR /&gt;bo 1/0/0.5.0&lt;BR /&gt;&lt;BR /&gt;My 0.02??? worth...Regards&lt;BR /&gt;&lt;BR /&gt;Tim &lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 14:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029836#M633250</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-22T14:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029837#M633251</link>
      <description>Thanks for all the help!&lt;BR /&gt;&lt;BR /&gt;I edit /stand/bootconf and added the second drive. I also did a "setboot -a 1/0/0.5.0". Rebooted the server, but "sea" still only yields the primary harddrive and "bo alt" and "bo 1/0/0.5.0" still yields LIF header missing/not a LIF volume.&lt;BR /&gt;&lt;BR /&gt;Any other suggestions guys?</description>
      <pubDate>Wed, 23 Jul 2003 07:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029837#M633251</guid>
      <dc:creator>Ruan_3</dc:creator>
      <dc:date>2003-07-23T07:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029838#M633252</link>
      <description>I'd suggest using rmboot on the alternate boot disk and then redo the all the mkboot steps, just to give it a try. In what you did I cannot find an error, which would imply to use lvreduce, vgreduce, and then restart from scratch with at pvcreate -f -B ....&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Wed, 23 Jul 2003 09:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029838#M633252</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-07-23T09:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029839#M633253</link>
      <description>If you retry, I would omit the ODE stuff (updatediaglif2), to make sure that's not screwing up something, actually you do not need it to have a bootable mirror disk.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Wed, 23 Jul 2003 09:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029839#M633253</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-07-23T09:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029840#M633254</link>
      <description>Thanks Bernhard!!&lt;BR /&gt;&lt;BR /&gt;I did the rmboot and redid the mkboot commands and was able to bo alt ipl!! Should one always use rmboot before mkboot commands when mirroring a disk?&lt;BR /&gt;&lt;BR /&gt;Thanks again everybody!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2003 10:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029840#M633254</guid>
      <dc:creator>Ruan_3</dc:creator>
      <dc:date>2003-07-23T10:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: V class not booting from alt path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029841#M633255</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;regarding your latest question, I have mirrored quite a few boot disks and so far I have never had to use rmboot....&lt;BR /&gt;&lt;BR /&gt;However, whatever you want to do with "used" equipment, it is always a good idea to cleanup the arena as far as possible.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 10:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/v-class-not-booting-from-alt-path/m-p/3029841#M633255</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-07-24T10:42:10Z</dc:date>
    </item>
  </channel>
</rss>

