<?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: alternate root on Itanium based SuperDome in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228616#M894563</link>
    <description>See the procedure in:&lt;BR /&gt;&lt;A href="http://www.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/Itanium.pdf" target="_blank"&gt;http://www.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/Itanium.pdf&lt;/A&gt;</description>
    <pubDate>Thu, 25 Mar 2004 03:35:46 GMT</pubDate>
    <dc:creator>Dietmar Konermann</dc:creator>
    <dc:date>2004-03-25T03:35:46Z</dc:date>
    <item>
      <title>alternate root on Itanium based SuperDome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228613#M894560</link>
      <description>I know (approximately) the procedure to create an alternate boot disk (or a mirror of the boot disk), but I am not sure if Itanium Superdome uses EFI or LIF to boot (that is, if&lt;BR /&gt;I should use mkboot -e to transfer boot files to boot partition). Thank you very much in advance for answers.</description>
      <pubDate>Wed, 24 Mar 2004 12:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228613#M894560</guid>
      <dc:creator>Piotr Wyrostek</dc:creator>
      <dc:date>2004-03-24T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: alternate root on Itanium based SuperDome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228614#M894561</link>
      <description>Just for your reference, I'm providing a copy of my PA-RISC procedure. The only part you need to check is EFI versus LIF and I can't help you with that.&lt;BR /&gt;&lt;BR /&gt;Its good to have a blueprint that worked. Perhaps someone can modify it so the forum has access to an Itanium version of my work.&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t0d0 #use real disk&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;# real disk. repeat for other lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 52.1.0 # second disk&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 24 Mar 2004 12:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228614#M894561</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-24T12:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: alternate root on Itanium based SuperDome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228615#M894562</link>
      <description>The Itanium Superdome use EFI...&lt;BR /&gt;&lt;BR /&gt;In the case you has a new disk, you have to create 3 partitions on the disk.&lt;BR /&gt;&lt;BR /&gt;1. EFI --&amp;gt; for the EFI (/dev/rdsk/c#t#d#s1)&lt;BR /&gt;2. HPUX --&amp;gt; for HPUX (/dev/rdsk/c#t#d#s2)&lt;BR /&gt;3. HPSP --&amp;gt; for the Offlinediagnostic (/dev/rdsk/c#t#d#s3)&lt;BR /&gt;&lt;BR /&gt;At first we create the partitions on the new disk, be sure the disk is not in use!&lt;BR /&gt;&lt;BR /&gt;1.) Create a file with follow entries:&lt;BR /&gt;3 &lt;BR /&gt;EFI 500MB &lt;BR /&gt;HPUX 100%&lt;BR /&gt;HPSP 400MB&lt;BR /&gt;&lt;BR /&gt;2.) Use the "idisk" command to create the partitions:&lt;BR /&gt;&lt;BR /&gt;idisk -wf /tmp/partitionfile /dev/rdsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;3.) Create new device files for the new partitions:&lt;BR /&gt;&lt;BR /&gt;insf -e -Cdisk&lt;BR /&gt;&lt;BR /&gt;4.) Format the EFI partition and copy the EFI  files to the disk:&lt;BR /&gt;&lt;BR /&gt;mkboot -e -l /dev/rdsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;Check the EFI files with&lt;BR /&gt;&lt;BR /&gt;efi_ls -d /dev/rdsk/c#t#d#s1&lt;BR /&gt;&lt;BR /&gt;5.) Initialise the LVM Partition(s2) and add it to vg00:&lt;BR /&gt;&lt;BR /&gt;take care to use /dev/rdsk/c#t#d#s2 !!!&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c#t#d#s2&lt;BR /&gt;vgextend vg00 /dev/dsk/c#t#d#s2&lt;BR /&gt;&lt;BR /&gt;6. Now you can mirror the LVols in the same way as on a PA-RISK System.</description>
      <pubDate>Thu, 25 Mar 2004 01:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228615#M894562</guid>
      <dc:creator>Thomas Blaumoser</dc:creator>
      <dc:date>2004-03-25T01:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: alternate root on Itanium based SuperDome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228616#M894563</link>
      <description>See the procedure in:&lt;BR /&gt;&lt;A href="http://www.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/Itanium.pdf" target="_blank"&gt;http://www.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/Itanium.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 25 Mar 2004 03:35:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228616#M894563</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-03-25T03:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: alternate root on Itanium based SuperDome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228617#M894564</link>
      <description>Thank you all very much for your excellent&lt;BR /&gt;answers, especially Mr. Thomas Blaumoser.&lt;BR /&gt;The procedure generally works and the system&lt;BR /&gt;boots from the alternate disk (I prepared&lt;BR /&gt;alternate boot disk (vg00bkp and lvols1-10),&lt;BR /&gt;because I do not have MirrorDisk yet.)&lt;BR /&gt;The only problem is with 'lvlnboot -c' in /sbin/ioinitrc, which, in spite of booting from vg00bkp, tries to query physical&lt;BR /&gt;volume of vg00. &lt;BR /&gt;&lt;BR /&gt;lvlnboot -v output is:&lt;BR /&gt;&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/c2t0d0s2 (0/0/11/1/0.0.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c2t0d0s2&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c2t0d0s2&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c2t0d0s2&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c2t0d0s2, 0&lt;BR /&gt;&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00bkp:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c1t10d0s2 (0/0/10/1/0.10.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c1t10d0s2&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c1t10d0s2&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c1t10d0s2&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c1t10d0s2, 0&lt;BR /&gt;&lt;BR /&gt;However, during boot (from c1t10d0), I get:&lt;BR /&gt;&lt;BR /&gt;/sbin/ioinitrc:&lt;BR /&gt;lvlnboot: Warning: couldn't query physical volume "/dev/dsk/c2t0d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to this volume group.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Looks like an error in lvlnboot, but maybe&lt;BR /&gt;there is a place I should put he information&lt;BR /&gt;about c1t10d0 (I've already modified /stand/bootconf (vg00bkp/lvol1) to:&lt;BR /&gt;&lt;BR /&gt;l /dev/dsk/c1t10d0s2,&lt;BR /&gt;&lt;BR /&gt;but it does not help).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Piotr Wyrostek</description>
      <pubDate>Fri, 26 Mar 2004 06:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228617#M894564</guid>
      <dc:creator>Piotr Wyrostek</dc:creator>
      <dc:date>2004-03-26T06:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: alternate root on Itanium based SuperDome</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228618#M894565</link>
      <description>Piotr,&lt;BR /&gt; &lt;BR /&gt;ioinitrc calls lnlnboot -c without VG argument. So the command walks through lvmtab until it finds the right root VG. The warning message appears when the root VG is not the 1st one listed in lvmtab. To get rid of it, you could either modify ioinitrc (not recommneded) or change the order of the VGs in lvmtab, e.g. using vgexport/vgimport from LVM maintenance mode.&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Fri, 26 Mar 2004 06:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternate-root-on-itanium-based-superdome/m-p/3228618#M894565</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-03-26T06:09:33Z</dc:date>
    </item>
  </channel>
</rss>

