<?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: can't automatically boot from ALT root disk HP rx4640 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931801#M410167</link>
    <description>PROBLEM still exists (see above) can anyone please advise????</description>
    <pubDate>Thu, 06 Oct 2005 04:07:07 GMT</pubDate>
    <dc:creator>Annelise Wilken</dc:creator>
    <dc:date>2005-10-06T04:07:07Z</dc:date>
    <item>
      <title>can't automatically boot from ALT root disk HP rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931797#M410163</link>
      <description>I have an rx4640 Itanium 2 server - with 2 external 36GB disks (c4t0d0 - primary 0/2/1/0.0.0 and mirror c4t1d0 0/2/1/0.1.0)(no internal disks)and 2 external 72GB data disks. I have put the root disk on one of the 36GB disks and have mirrored this to the other 36GB disk. I have then checked that the boot paths are correct primary was correct, however the HAA and alt paths were incorrect so through setboot I changed the alt to the root mirror disk c4t1d0 0/2/1/0.1.0 and set HAA to the hardware path of the DVD (Is this correct? 0/0/3/0.0.0.0) Autoboot was set to on.&lt;BR /&gt;&lt;BR /&gt;I know that the boot order is PRI; HAA; then ALT - am I correct in thinking that if the pri fails it will try and boot from HAA - if this fails then it will try ALT? I wanted to test this so I shut the box down, pulled out the pri disk and booted up, but the machine kept loping through the boot sequence and stopped at the EFI boot loader screen - is this correct? How can I set it so that in the event of a pri root disk failure it will boot from the mirror ALT disk?</description>
      <pubDate>Thu, 06 Oct 2005 02:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931797#M410163</guid>
      <dc:creator>Annelise Wilken</dc:creator>
      <dc:date>2005-10-06T02:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: can't automatically boot from ALT root disk HP rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931798#M410164</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is what you need&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/enterService.do?admit=-938907319+1128586605299+28353475" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/enterService.do?admit=-938907319+1128586605299+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Search DocID : KBRC00014526&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Submitted Date: 3/31/04&lt;BR /&gt;Title: How to mirror vg00 using LVM on IA with 11.23&lt;BR /&gt;Document ID: KBRC00014526&lt;BR /&gt;Last Modified Date: 8/3/05&lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;You may provide feedback on this document &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to mirror vg00 using LVM on IA with 11.23 DocId: KBRC00014526   Updated: 4/19/05 9:21:00 AM &lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;How do you mirror vg00 on Itanium systems that are running B.11.23 ? &lt;BR /&gt;RESOLUTION&lt;BR /&gt;NOTE: There are differences in procedure between 11.22 and 11.23.&lt;BR /&gt;Please refer to KBRC00011156 for B.11.22.&lt;BR /&gt;&lt;BR /&gt;1. From HPUX, use vgdisplay to identify the disk that is in vg00. Use ioscan&lt;BR /&gt;to&lt;BR /&gt;find the spare disk.&lt;BR /&gt;   # vgdisplay -v --&amp;gt; vg00 is on /dev/dsk/c2t1d0s2 in this example&lt;BR /&gt;   # ioscan -efunC disk --&amp;gt; Let's assume c3t2d0 for this example&lt;BR /&gt;&lt;BR /&gt;2. Create the system, OS, and service partitions.&lt;BR /&gt;   # vi /tmp/partitionfile&lt;BR /&gt;     3&lt;BR /&gt;     EFI 500MB&lt;BR /&gt;     HPUX 100%&lt;BR /&gt;     HPSP 400MB&lt;BR /&gt;   # idisk -wf /tmp/partitionfile /dev/rdsk/c3t2d0&lt;BR /&gt;idisk version: 1.31&lt;BR /&gt;********************** WARNING ***********************&lt;BR /&gt;If you continue you may destroy all data on this disk.&lt;BR /&gt;Do you wish to continue(yes/no)? yes  &amp;lt;-- Answer "yes" and not "y"&lt;BR /&gt;&lt;BR /&gt;3. Create device files needed for the new partitions.&lt;BR /&gt;   # insf -eC disk&lt;BR /&gt;&lt;BR /&gt;4. Verify the partition table.&lt;BR /&gt;   # idisk /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;5. Verify that the device files were created properly.&lt;BR /&gt;   # ioscan -efnC disk --&amp;gt; c3t2d0 is 0/1/1/1.2.0&lt;BR /&gt;&lt;BR /&gt;6. Populate the /efi/hpux/ directory in the new EFI system partition.&lt;BR /&gt;   # mkboot -e -l /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;7. Change the auto file for the mirror to boot without quorum.&lt;BR /&gt;   NOTE: Using "s1"&lt;BR /&gt;   # echo "boot vmunix -lq" &amp;gt; /tmp/AUTO.lq&lt;BR /&gt;   # efi_cp -d /dev/rdsk/c3t2d0s1 /tmp/AUTO.lq /EFI/HPUX/AUTO&lt;BR /&gt;&lt;BR /&gt;NOTE: We assume that if we boot from the primary, the mirror is fully&lt;BR /&gt;functional and therefore we don't need to override quorum. Your site might&lt;BR /&gt;require that both disks override quorum.&lt;BR /&gt;&lt;BR /&gt;9. Verify the contents of the auto file on the primary and the mirror.&lt;BR /&gt;   NOTE: Using "s1"&lt;BR /&gt;   # efi_cp -d /dev/rdsk/c2t1d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO.pri&lt;BR /&gt;   # efi_cp -d /dev/rdsk/c3t2d0s1 -u /EFI/HPUX/AUTO /tmp/AUTO.alt&lt;BR /&gt;   # cat /tmp/AUTO.pri&lt;BR /&gt;   # cat /tmp/AUTO.alt&lt;BR /&gt;&lt;BR /&gt;10. Add the new partition to vg00.&lt;BR /&gt;    NOTE: Using "s2"&lt;BR /&gt;   # pvcreate -fB /dev/rdsk/c3t2d0s2&lt;BR /&gt;   # vgextend vg00 /dev/dsk/c3t2d0s2&lt;BR /&gt;&lt;BR /&gt;11. Mirror all logical volumes in vg00.&lt;BR /&gt;    NOTE: Using "s2"&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t2d0s2&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c3t2d0s2&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c3t2d0s2&lt;BR /&gt;   .&lt;BR /&gt;   .&lt;BR /&gt;   .&lt;BR /&gt;   # lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c3t2d0s2&lt;BR /&gt;&lt;BR /&gt;12. Add the new disk to /stand/bootconf.&lt;BR /&gt;    NOTE: Using "s2"&lt;BR /&gt;    # vi /stand/bootconf&lt;BR /&gt;    l /dev/dsk/c2t1d0s2&lt;BR /&gt;    l /dev/dsk/c3t2d0s2&lt;BR /&gt;&lt;BR /&gt;13. Verify that the new disk was added to vg00, and the lv's are in sync.&lt;BR /&gt;    # vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;14. Verify that the BDRA was updated properly. Take note of the HW paths for&lt;BR /&gt;    step 15.&lt;BR /&gt;    # lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;15. Add EFI primary and high availability boot path menu entries.&lt;BR /&gt;    # setboot -p 0/1/1/0.1.0 &amp;lt;-- Set primary disk&lt;BR /&gt;    # setboot -h 0/1/1/1.2.0 &amp;lt;-- Set mirror disk&lt;BR /&gt;    # setboot -b on &amp;lt;-- Set autoboot on&lt;BR /&gt;&lt;BR /&gt;16. Verify that the primary and mirror boot paths are configured properly.&lt;BR /&gt;    # setboot&lt;BR /&gt;&lt;BR /&gt;17. Test the new mirror by booting off of it.&lt;BR /&gt;    # shutdown -r -y 0&lt;BR /&gt;&lt;BR /&gt;18. Select "HP-UX HA Alternate Boot" to test the mirror.&lt;BR /&gt;    EFI Boot Manager ver 1.10 [14.61]  Firmware ver 2.21 [4334]&lt;BR /&gt;    Please select a boot option&lt;BR /&gt;         HP-UX Primary Boot: 0/1/1/0.1.0&lt;BR /&gt;         HP-UX HA Alternate Boot: 0/1/1/1.2.0&lt;BR /&gt;         EFI Shell [Built-in]&lt;BR /&gt;&lt;BR /&gt;20. Verify which disk/kernel you booted from.&lt;BR /&gt;    # grep "Boot device" /var/adm/syslog/syslog.log&lt;BR /&gt;       vmunix: Boot device's HP-UX HW path is: 0.1.1.1.2.0&lt;BR /&gt;&lt;BR /&gt;21. Remove temporary files.&lt;BR /&gt;    # rm /tmp/partitionfile /tmp/AUTO*&lt;BR /&gt;&lt;BR /&gt;Done.&lt;BR /&gt;&lt;BR /&gt;Note: For a procedure on how to create an alternate boot disk without LVM&lt;BR /&gt;      mirroring see:&lt;BR /&gt;      IA64KBRC00016649 Creating an alternate boot disk on Itanium systems&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2005 03:18:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931798#M410164</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-10-06T03:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: can't automatically boot from ALT root disk HP rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931799#M410165</link>
      <description>Suggestion:&lt;BR /&gt;1) Shut downthe server.&lt;BR /&gt;2) Pull out the pri disk&lt;BR /&gt;3) disable the connection to HAA &lt;BR /&gt;4) Boot&lt;BR /&gt;&lt;BR /&gt;This will test if the ALT disk failover will work.&lt;BR /&gt;&lt;BR /&gt;Also:&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v &lt;BR /&gt;&lt;BR /&gt;should dipslay current configuration prior to this test.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 06 Oct 2005 03:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931799#M410165</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-10-06T03:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: can't automatically boot from ALT root disk HP rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931800#M410166</link>
      <description>I have already correctly mirrored the root disks, the question I have is if I loose the pri disk when the system boots it won't automatically boot from the ALT disk.&lt;BR /&gt;&lt;BR /&gt;When I run setboot it is as follows:&lt;BR /&gt;&lt;BR /&gt;Primary bootpath: 0/2/1/0.0.0 &lt;BR /&gt;HAA bootpath: 0/0/3/0.0.0.0&lt;BR /&gt;Alternate bootpath: 0/2/1/0.1.0&lt;BR /&gt;&lt;BR /&gt;These are all correct; however when I shut the box down, pull out the primary disk and boot - the system just loops and puts me in the EFI boot screen - where I can then manually select the ALT boot device and boot successfully from this - BUT shouldn't my system automatically boot from this rather than me having to tell it to manually?&lt;BR /&gt;&lt;BR /&gt;How do I disable the HAA boot (Is HAA the DVD drive???)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many thanks,</description>
      <pubDate>Thu, 06 Oct 2005 03:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931800#M410166</guid>
      <dc:creator>Annelise Wilken</dc:creator>
      <dc:date>2005-10-06T03:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: can't automatically boot from ALT root disk HP rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931801#M410167</link>
      <description>PROBLEM still exists (see above) can anyone please advise????</description>
      <pubDate>Thu, 06 Oct 2005 04:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931801#M410167</guid>
      <dc:creator>Annelise Wilken</dc:creator>
      <dc:date>2005-10-06T04:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: can't automatically boot from ALT root disk HP rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931802#M410168</link>
      <description>Hi Annelise,&lt;BR /&gt;&lt;BR /&gt;You need to set vg00 to not check qourum when the system.&lt;BR /&gt;you can do it with the command&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/c0t3d0&lt;BR /&gt;&lt;BR /&gt;where instead of c0t3d0 you should put the mirror disk of vg00 volume group.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
      <pubDate>Thu, 06 Oct 2005 04:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931802#M410168</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2005-10-06T04:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: can't automatically boot from ALT root disk HP rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931803#M410169</link>
      <description>Thanks for last posting - this worked, I have been able to boot from the ALT disk,&lt;BR /&gt;&lt;BR /&gt;Many thanks.</description>
      <pubDate>Thu, 06 Oct 2005 06:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-automatically-boot-from-alt-root-disk-hp-rx4640/m-p/4931803#M410169</guid>
      <dc:creator>Annelise Wilken</dc:creator>
      <dc:date>2005-10-06T06:19:47Z</dc:date>
    </item>
  </channel>
</rss>

