<?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 IA Boot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ia-boot/m-p/3883669#M612944</link>
    <description>I am compiling the procedure to change the vg00 PV device name for a IA server due to zoning.  As I am not familiar with the IA boot sequence, here is the procedure I have done.&lt;BR /&gt;&lt;BR /&gt;However, I am not too sure the EFI portion.  How to boot from CD?  How to choose the correct disk to boot?  I also confused on the s2 stuff.&lt;BR /&gt;&lt;BR /&gt;1. Boot up from HPUX OS CDROM. Go to Recovery Shell.&lt;BR /&gt;&lt;BR /&gt;2. At recovery shell run ‘ioscan –funCdisk’ to identify boot disk&lt;BR /&gt;&lt;BR /&gt;3. Run “lifls /dev/dsk/cXtXdX” to confirm.&lt;BR /&gt;&lt;BR /&gt;4. reboot&lt;BR /&gt;&lt;BR /&gt;5. Stop the boot process.  Using the EFI boot manager, go to the EFI shell prompt.&lt;BR /&gt;Choose: “EFI Shell [Built-in]”&lt;BR /&gt;&lt;BR /&gt;6. Find the file system mapping for the boot device path.  Look for the corresponding device map for the boot device hardware path that looks similar to the following.&lt;BR /&gt;Shell&amp;gt; map&lt;BR /&gt;fs0 : Acpi(HWP0002,PNP0A03,404)/Pci(1|0)/Scsi(PunA,Lun0)/HD(Part1,Sig8786850E-A951-11DA- &lt;BR /&gt;8002-D6217B60E588)&lt;BR /&gt;&lt;BR /&gt;7. Ensure the above file system is bootable (has HPUX.EFI)&lt;BR /&gt;Shell&amp;gt; ls fs0:\EFI\HPUX\HPUX.EFI&lt;BR /&gt;&lt;BR /&gt;8. From the EFI shell boot to LVM maintenance mode&lt;BR /&gt;Shell&amp;gt; fs0:&lt;BR /&gt;&lt;BR /&gt;where fs0 is the mapping index for the boot device&lt;BR /&gt;&lt;BR /&gt;fs0:\&amp;gt; hpux&lt;BR /&gt;(C) Copyright 2004 Hewlett-Packard Development Company, L.P.All rights reserved&lt;BR /&gt;HP-UX Boot Loader for IPF -- Revision 2.027&lt;BR /&gt;Press Any Key to interrupt Autoboot&lt;BR /&gt;\efi\hpux\AUTO ==&amp;gt; boot vmunix&lt;BR /&gt;Seconds left till autoboot - 9&lt;BR /&gt;Type 'help' for help&lt;BR /&gt;HPUX&amp;gt;&lt;BR /&gt;&lt;BR /&gt;9. Boot in LVM maintenance mode:&lt;BR /&gt;HPUX&amp;gt; boot -lm /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;10. Remove the old vg00 group information&lt;BR /&gt;# vgexport /dev/vg00&lt;BR /&gt;&lt;BR /&gt;11. Import the vg00 using the files saved in the pre-migration step:&lt;BR /&gt;# mkdir /dev/vg00&lt;BR /&gt;# mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;# edit the /pvs.vg00 file to reflect the new device name&lt;BR /&gt;# vgimport –m /emc/mapfile.vg00 –f /emc/pvs.vg00 –s –v /dev/vg00 or vgimport –m /emc/mapfile.vg00 -s –v /dev/vg00 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab  &lt;BR /&gt;verify the PV path is correct for vg00 else perform the following to re-generate the /ec/lvmtab file.&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan –a –v &lt;BR /&gt;&lt;BR /&gt;12. Activate the root volume group and update the LV&lt;BR /&gt;# vgchange –a y vg00&lt;BR /&gt;# vgdisplay –v vg00&lt;BR /&gt;# lvlnboot –b /dev/vg00/lvol1 # for /stand&lt;BR /&gt;# lvlnboot –r /dev/vg00/lvol3 # for root&lt;BR /&gt;# lvlnboot –d /dev/vg00/lvol2 # for swap/dump&lt;BR /&gt;# lvlnboot –s /dev/vg00/lvol2 # for swap&lt;BR /&gt;&lt;BR /&gt;13. Verify the hardware path for the boot device matches the primary boot path.&lt;BR /&gt;# lvlnboot –v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;14. Update the LVM metadata with the new boot PV hardware paths:&lt;BR /&gt;# lvlnboot –R /dev/vg00&lt;BR /&gt;&lt;BR /&gt;15. Update the primary and alternate boot paths&lt;BR /&gt;# setboot –p ‘pri path’&lt;BR /&gt;# setboot –a ‘alt path’&lt;BR /&gt;&lt;BR /&gt;16. Display the boot paths and auto flags:&lt;BR /&gt;# setboot&lt;BR /&gt;&lt;BR /&gt;17. Reboot the server.&lt;BR /&gt;# reboot&lt;BR /&gt;</description>
    <pubDate>Fri, 20 Oct 2006 00:22:00 GMT</pubDate>
    <dc:creator>kholikt</dc:creator>
    <dc:date>2006-10-20T00:22:00Z</dc:date>
    <item>
      <title>IA Boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ia-boot/m-p/3883669#M612944</link>
      <description>I am compiling the procedure to change the vg00 PV device name for a IA server due to zoning.  As I am not familiar with the IA boot sequence, here is the procedure I have done.&lt;BR /&gt;&lt;BR /&gt;However, I am not too sure the EFI portion.  How to boot from CD?  How to choose the correct disk to boot?  I also confused on the s2 stuff.&lt;BR /&gt;&lt;BR /&gt;1. Boot up from HPUX OS CDROM. Go to Recovery Shell.&lt;BR /&gt;&lt;BR /&gt;2. At recovery shell run ‘ioscan –funCdisk’ to identify boot disk&lt;BR /&gt;&lt;BR /&gt;3. Run “lifls /dev/dsk/cXtXdX” to confirm.&lt;BR /&gt;&lt;BR /&gt;4. reboot&lt;BR /&gt;&lt;BR /&gt;5. Stop the boot process.  Using the EFI boot manager, go to the EFI shell prompt.&lt;BR /&gt;Choose: “EFI Shell [Built-in]”&lt;BR /&gt;&lt;BR /&gt;6. Find the file system mapping for the boot device path.  Look for the corresponding device map for the boot device hardware path that looks similar to the following.&lt;BR /&gt;Shell&amp;gt; map&lt;BR /&gt;fs0 : Acpi(HWP0002,PNP0A03,404)/Pci(1|0)/Scsi(PunA,Lun0)/HD(Part1,Sig8786850E-A951-11DA- &lt;BR /&gt;8002-D6217B60E588)&lt;BR /&gt;&lt;BR /&gt;7. Ensure the above file system is bootable (has HPUX.EFI)&lt;BR /&gt;Shell&amp;gt; ls fs0:\EFI\HPUX\HPUX.EFI&lt;BR /&gt;&lt;BR /&gt;8. From the EFI shell boot to LVM maintenance mode&lt;BR /&gt;Shell&amp;gt; fs0:&lt;BR /&gt;&lt;BR /&gt;where fs0 is the mapping index for the boot device&lt;BR /&gt;&lt;BR /&gt;fs0:\&amp;gt; hpux&lt;BR /&gt;(C) Copyright 2004 Hewlett-Packard Development Company, L.P.All rights reserved&lt;BR /&gt;HP-UX Boot Loader for IPF -- Revision 2.027&lt;BR /&gt;Press Any Key to interrupt Autoboot&lt;BR /&gt;\efi\hpux\AUTO ==&amp;gt; boot vmunix&lt;BR /&gt;Seconds left till autoboot - 9&lt;BR /&gt;Type 'help' for help&lt;BR /&gt;HPUX&amp;gt;&lt;BR /&gt;&lt;BR /&gt;9. Boot in LVM maintenance mode:&lt;BR /&gt;HPUX&amp;gt; boot -lm /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;10. Remove the old vg00 group information&lt;BR /&gt;# vgexport /dev/vg00&lt;BR /&gt;&lt;BR /&gt;11. Import the vg00 using the files saved in the pre-migration step:&lt;BR /&gt;# mkdir /dev/vg00&lt;BR /&gt;# mknod /dev/vg00/group c 64 0x000000&lt;BR /&gt;# edit the /pvs.vg00 file to reflect the new device name&lt;BR /&gt;# vgimport –m /emc/mapfile.vg00 –f /emc/pvs.vg00 –s –v /dev/vg00 or vgimport –m /emc/mapfile.vg00 -s –v /dev/vg00 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab  &lt;BR /&gt;verify the PV path is correct for vg00 else perform the following to re-generate the /ec/lvmtab file.&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan –a –v &lt;BR /&gt;&lt;BR /&gt;12. Activate the root volume group and update the LV&lt;BR /&gt;# vgchange –a y vg00&lt;BR /&gt;# vgdisplay –v vg00&lt;BR /&gt;# lvlnboot –b /dev/vg00/lvol1 # for /stand&lt;BR /&gt;# lvlnboot –r /dev/vg00/lvol3 # for root&lt;BR /&gt;# lvlnboot –d /dev/vg00/lvol2 # for swap/dump&lt;BR /&gt;# lvlnboot –s /dev/vg00/lvol2 # for swap&lt;BR /&gt;&lt;BR /&gt;13. Verify the hardware path for the boot device matches the primary boot path.&lt;BR /&gt;# lvlnboot –v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;14. Update the LVM metadata with the new boot PV hardware paths:&lt;BR /&gt;# lvlnboot –R /dev/vg00&lt;BR /&gt;&lt;BR /&gt;15. Update the primary and alternate boot paths&lt;BR /&gt;# setboot –p ‘pri path’&lt;BR /&gt;# setboot –a ‘alt path’&lt;BR /&gt;&lt;BR /&gt;16. Display the boot paths and auto flags:&lt;BR /&gt;# setboot&lt;BR /&gt;&lt;BR /&gt;17. Reboot the server.&lt;BR /&gt;# reboot&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Oct 2006 00:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ia-boot/m-p/3883669#M612944</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2006-10-20T00:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: IA Boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ia-boot/m-p/3883670#M612945</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Booting from the CD in EFI involves using a menu.  How to automate this is problematic. I'm not sure you can. &lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 20 Oct 2006 00:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ia-boot/m-p/3883670#M612945</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-10-20T00:26:13Z</dc:date>
    </item>
  </channel>
</rss>

