<?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: root mirroring in itanium in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947126#M289690</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;imo you missed&lt;BR /&gt;&lt;BR /&gt;Write content of AUTO file to EFI partition:&lt;BR /&gt;# mkboot -a "boot vmunix -lq" /dev/rdsk/cxtydz &lt;BR /&gt;&lt;BR /&gt;# efi_cp -d /dev/rdsk/cxtydzs1 -u /EFI/HPUX/AUTO /tmp/x; cat /tmp/x&lt;BR /&gt;(to check it)&lt;BR /&gt;&lt;BR /&gt;NOTE: Specifing -a â  boot vmunix -lqâ   the system boots up without interruption in case of a disk failure.&lt;BR /&gt;&lt;BR /&gt;Initialize the LVM partition (s2) and add it to vg00:&lt;BR /&gt;&lt;BR /&gt;# vgreduce /dev/vg00 /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f -B /dev/rdsk/cxtydzs2 (take care to use s2)&lt;BR /&gt;&lt;BR /&gt;# vgextend vg00 /dev/dsk/cxtydzs2&lt;BR /&gt;&lt;BR /&gt;Pablo&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Feb 2007 10:19:09 GMT</pubDate>
    <dc:creator>paolo barila</dc:creator>
    <dc:date>2007-02-20T10:19:09Z</dc:date>
    <item>
      <title>root mirroring in itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947121#M289685</link>
      <description>hi all,&lt;BR /&gt;i am facing a problem in itanium root disk replacement.i done the mirroring as per the document.but when i am looking for the efi directoris its not showing any directories. 1. Use vi to create a partition description file by doing the following:&lt;BR /&gt;&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; 2. Use idisk to setup the disk partitioning using the file created above:&lt;BR /&gt;&lt;BR /&gt;       # idisk -wf /tmp/partitionfile /dev/rdsk/cXtXdX&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    3. Use insf to create the new device dfiles (cXtXdXs1, cXtXdX2 and cXtXdXs3)&lt;BR /&gt;&lt;BR /&gt;       # insf -e&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    4. Use mkboot to format and populate the newly created EFI partition:&lt;BR /&gt;&lt;BR /&gt;       # mkboot -e -l /dev/dsk/cXtXdX&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;D) Use standard LVM commands to restore the mirror information.  For root&lt;BR /&gt;   disks, be careful to specify the s2 device file (cXtXdXs2) when&lt;BR /&gt;   performing LVM commands.&lt;BR /&gt;&lt;BR /&gt;# vgcfgrestore -n vg00 /dev/rdsk/cXtXdXs2&lt;BR /&gt;# vgchange -a y vg00&lt;BR /&gt;# vgsync vg00&lt;BR /&gt;# lvlnboot -r /dev/vg00/lvol3 /dev/vg00&lt;BR /&gt;# lvlnboot -b /dev/vg00/lvol1 /dev/vg00&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2 /dev/vg00&lt;BR /&gt;# lvlnboot -d /dev/vg00/lvol2 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v                    (to verify the results)&lt;BR /&gt;# vgdisplay -v /dev/vgxx     (to verify the results)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;E)  Modify the contents of NVRAM using the setboot(1M) command.&lt;BR /&gt;&lt;BR /&gt;If an EFI boot option entry (held in NVRAM) exists for the replaced disk,&lt;BR /&gt;it is still linked to the old disk GUID.  Use setboot with the appropriate&lt;BR /&gt;option and argument to modify NVRAM and point it to the replacement disk.&lt;BR /&gt;&lt;BR /&gt;For Primary boot disk:&lt;BR /&gt;&lt;BR /&gt;setboot -p &lt;PRIMARY path=""&gt;&lt;BR /&gt;&lt;BR /&gt;and for alternate boot disk:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;setboot -a &lt;ALTERNATE path=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but if in this not  mentioned any efi directories and files.&lt;BR /&gt;pls tell me the correct procedure for the efi partition when i am trying      &lt;BR /&gt;#efi_ls -d /dev/rdsk/c2t1d0s1 &lt;BR /&gt;its giving not found any EFI directory                &lt;BR /&gt;&lt;BR /&gt;i am waiting for your valuable replies&lt;BR /&gt;Aneez&lt;/ALTERNATE&gt;&lt;/PRIMARY&gt;</description>
      <pubDate>Mon, 19 Feb 2007 07:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947121#M289685</guid>
      <dc:creator>aneez</dc:creator>
      <dc:date>2007-02-19T07:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: root mirroring in itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947122#M289686</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I see one problem.&lt;BR /&gt;&lt;BR /&gt;insf -e -C disk&lt;BR /&gt;&lt;BR /&gt;Creates disk devices&lt;BR /&gt;&lt;BR /&gt;By itself insf -e does not help you.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Feb 2007 07:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947122#M289686</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-02-19T07:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: root mirroring in itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947123#M289687</link>
      <description>For full procedure see - &lt;A href="http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000082066576" target="_blank"&gt;http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000082066576&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Doc ID is KBRC00014526&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 19 Feb 2007 07:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947123#M289687</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-02-19T07:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: root mirroring in itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947124#M289688</link>
      <description>hi &lt;BR /&gt;that was correct i missed that. but in ioscan its showing three properly.&lt;BR /&gt;cxtxdxs1&lt;BR /&gt;cxtxdxs2&lt;BR /&gt;cxtxdxs3&lt;BR /&gt;please its only because of that insf -e &lt;BR /&gt;&lt;BR /&gt;thanks &lt;BR /&gt;Aneez&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Feb 2007 07:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947124#M289688</guid>
      <dc:creator>aneez</dc:creator>
      <dc:date>2007-02-19T07:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: root mirroring in itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947125#M289689</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;A couple of points&lt;BR /&gt;&lt;BR /&gt;1, you havent listed pvcreate commands&lt;BR /&gt;&lt;BR /&gt;2, I always prefer to initialize the efi fat partition first aswell, before mkboot&lt;BR /&gt;&lt;BR /&gt;3, to set hardware boot paths on 11.23 you use setboot -h for alt mirror&lt;BR /&gt;&lt;BR /&gt;check this doc i use for mirroring itaniums&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Feb 2007 14:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947125#M289689</guid>
      <dc:creator>Andrew Rutter</dc:creator>
      <dc:date>2007-02-19T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: root mirroring in itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947126#M289690</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;imo you missed&lt;BR /&gt;&lt;BR /&gt;Write content of AUTO file to EFI partition:&lt;BR /&gt;# mkboot -a "boot vmunix -lq" /dev/rdsk/cxtydz &lt;BR /&gt;&lt;BR /&gt;# efi_cp -d /dev/rdsk/cxtydzs1 -u /EFI/HPUX/AUTO /tmp/x; cat /tmp/x&lt;BR /&gt;(to check it)&lt;BR /&gt;&lt;BR /&gt;NOTE: Specifing -a â  boot vmunix -lqâ   the system boots up without interruption in case of a disk failure.&lt;BR /&gt;&lt;BR /&gt;Initialize the LVM partition (s2) and add it to vg00:&lt;BR /&gt;&lt;BR /&gt;# vgreduce /dev/vg00 /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f -B /dev/rdsk/cxtydzs2 (take care to use s2)&lt;BR /&gt;&lt;BR /&gt;# vgextend vg00 /dev/dsk/cxtydzs2&lt;BR /&gt;&lt;BR /&gt;Pablo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Feb 2007 10:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947126#M289690</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2007-02-20T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: root mirroring in itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947127#M289691</link>
      <description>&lt;!--!*#--&gt;Here's how I do it:&lt;BR /&gt;&lt;BR /&gt;The following procedure shows how to mirror the root disk. Let c1t0d0 be the existing primary disk and c2t1d0 the new mirror boot disk: &lt;BR /&gt;&lt;BR /&gt;Use idisk(1M) command to partition the disk according to this file: &lt;BR /&gt;&lt;BR /&gt;# idisk -wf /tmp/partitionfile /dev/rdsk/c2t1d0 &lt;BR /&gt;&lt;BR /&gt;idisk version: 1.2 &lt;BR /&gt;&lt;BR /&gt;********************** WARNING *********************** &lt;BR /&gt;&lt;BR /&gt;If you continue you may destroy all data on this disk. &lt;BR /&gt;&lt;BR /&gt;Do you wish to continue(yes/no)? yes &lt;BR /&gt;&lt;BR /&gt;... &lt;BR /&gt;&lt;BR /&gt;              1) Setup the disk partitions &lt;BR /&gt;&lt;BR /&gt;At a cold-installed UX 11.23 system the partition sizes are different compared to UX 11.22. Use idisk(1M) to check the partition sizes. E.g. for a UX 11.23 system you would get: &lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/c1t0d0s1 | grep size &lt;BR /&gt;&lt;BR /&gt;size: 512000 Kbytes &lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/c1t0d0s3 | grep size &lt;BR /&gt;&lt;BR /&gt;size: 409600 Kbytes &lt;BR /&gt;&lt;BR /&gt;Create a partition description file: &lt;BR /&gt;&lt;BR /&gt;              2) Create the new device files for the new partitions (c2t1d0s1, s2, (s3)) &lt;BR /&gt;&lt;BR /&gt;# insf -e -Cdisk &lt;BR /&gt;&lt;BR /&gt;3) Use efi_fsinit(1M) to initialize the FAT filesystem on the EFI partition: &lt;BR /&gt;&lt;BR /&gt;# efi_fsinit -d /dev/rdsk/c2t1d0s1 &lt;BR /&gt;&lt;BR /&gt;NOTE: This step is not neccessary if it can be guaranteed that the mirror disk does not contain a valid EFI filesystem. In this case efi_fsinit(1M) will be done automatically by the subsequent mkboot(1M) command. But if you take e.g. an old UX 11.22 boot disk as mirror disk, mkboot will not automatically run efi_fsinit. As a result only 100MB of the 500MB EFI partition (s1) can be used. &lt;BR /&gt;&lt;BR /&gt;4) Use mkboot(1M) to format the EFI partition (s1) and populate it with the EFI files below /usr/lib/efi/ and to format the LIF volume (part of s2) and populate it with the LIF files (ISL, AUTO, HPUX, LABEL) below /usr/lib/uxbootlf: &lt;BR /&gt;&lt;BR /&gt;# mkboot -e -l /dev/rdsk/c2t1d0 &lt;BR /&gt;&lt;BR /&gt;# efi_ls -d /dev/rdsk/c2t1d0s1 (to check EFI) &lt;BR /&gt;&lt;BR /&gt;FileName Last Modified Size &lt;BR /&gt;&lt;BR /&gt;EFI/ 11/ 5/2003 0 &lt;BR /&gt;&lt;BR /&gt;STARTUP.NSH 11/ 5/2003 296 &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;at UX 11.22: &lt;BR /&gt; at UX 11.23 (cold-installed) &lt;BR /&gt; &lt;BR /&gt;# vi /tmp/partitionfile &lt;BR /&gt;&lt;BR /&gt;2 &lt;BR /&gt;&lt;BR /&gt;EFI 100MB &lt;BR /&gt;&lt;BR /&gt;HPUX 100% &lt;BR /&gt; # vi /tmp/partitionfile &lt;BR /&gt;&lt;BR /&gt;3 &lt;BR /&gt;&lt;BR /&gt;EFI 500MB &lt;BR /&gt;&lt;BR /&gt;HPUX 100% &lt;BR /&gt;&lt;BR /&gt;HPSP 400MB &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;total space 523251712 bytes, free space 520073216 bytes &lt;BR /&gt;&lt;BR /&gt;# lifls -l /dev/rdsk/c2t1d0s2 (to check LIF) &lt;BR /&gt;&lt;BR /&gt;5) Check the content of AUTO file on EFI partition: &lt;BR /&gt;&lt;BR /&gt;# efi_cp -d /dev/rdsk/c2t1d0s1 -u /EFI/HPUX/AUTO /tmp/x; cat /tmp/x &lt;BR /&gt;&lt;BR /&gt;NOTE: Specify the -lq option if prefer that your system boots up without interruption in case of a disk failure: &lt;BR /&gt;&lt;BR /&gt;# mkboot -a "boot vmunix -lq" /dev/rdsk/c2t1d0 &lt;BR /&gt;&lt;BR /&gt;# mkboot -a "boot vmunix -lq" /dev/rdsk/c1t0d0 &lt;BR /&gt;&lt;BR /&gt;6) Copy the HP service partition (UX 11.23 only): (skip this, if you donâ  t have a service partition) &lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c1t0d0s3 of=/dev/rdsk/c2t1d0s3 bs=1024k &lt;BR /&gt;&lt;BR /&gt;                        7a) LVM only: &lt;BR /&gt;&lt;BR /&gt;          â ¢ Initialize the LVM partition (s2) and add it to vg00: &lt;BR /&gt;&lt;BR /&gt;# pvcreate [-f] â  B /dev/rdsk/c2t1d0s2 (take care to use s2) &lt;BR /&gt;&lt;BR /&gt;# vgextend vg00 /dev/dsk/c2t1d0s2 &lt;BR /&gt;&lt;BR /&gt;â ¢ Mirror the LVs to the s2 partition: &lt;BR /&gt;&lt;BR /&gt;# for i in lvol1 lvol2 ... lvol8 (specify each LV) &lt;BR /&gt;&lt;BR /&gt;&amp;gt; do lvextend -m 1 /dev/vg00/$i /dev/dsk/c2t1d0s2 &lt;BR /&gt;&lt;BR /&gt;&amp;gt; done &lt;BR /&gt;&lt;BR /&gt;â ¢ Check if content of LABEL file (i.e. root, boot, swap and dump device definition) has been initialized (done by lvextend) on the mirror disk: &lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v Boot Definitions for Volume Group /dev/vg00: &lt;BR /&gt;&lt;BR /&gt;Physical Volumes belonging in Root Volume Group: &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c1t0d0s2 (0/1/1/1.2.0) -- Boot Disk &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c2t1d0s2 (0/1/1/0.1.0) -- Boot Disk &lt;BR /&gt;&lt;BR /&gt;Boot: lvol1 on: /dev/dsk/c1t0d0s2 &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c2t1d0s2 &lt;BR /&gt;&lt;BR /&gt;Root: lvol3 on: /dev/dsk/c1t0d0s2 &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c2t1d0s2 &lt;BR /&gt;&lt;BR /&gt;Swap: lvol2 on: /dev/dsk/c1t0d0s2 &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c2t1d0s2 &lt;BR /&gt;&lt;BR /&gt;Dump: lvol2 on: /dev/dsk/c1t0d0s2, 0 &lt;BR /&gt;&lt;BR /&gt;If not, then set it: &lt;BR /&gt;&lt;BR /&gt;# lvlnboot -r /dev/vg00/lvol3 &lt;BR /&gt;&lt;BR /&gt;# lvlnboot -b /dev/vg00/lvol1 &lt;BR /&gt;&lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2 &lt;BR /&gt;&lt;BR /&gt;# lvlnboot -d /dev/vg00/lvol2 &lt;BR /&gt;&lt;BR /&gt;                        7b) VxVM only: &lt;BR /&gt;&lt;BR /&gt;          â ¢ Have VxVM see the new c2t1d0s2 disk: &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;# vxdctl enable &lt;BR /&gt;&lt;BR /&gt;â ¢ Confirm that you can see the new disk as â  online invalidâ  : &lt;BR /&gt;&lt;BR /&gt;# vxdisk list &lt;BR /&gt;&lt;BR /&gt;â ¢ Mirror the root disk. This may take some time: &lt;BR /&gt;&lt;BR /&gt;# /etc/vx/bin/vxrootmir -v c2t1d0s2 &lt;BR /&gt;&lt;BR /&gt;â ¢ Verify that all volumes are mirrored: &lt;BR /&gt;&lt;BR /&gt;# vxprint -g rootdg &lt;BR /&gt;&lt;BR /&gt;            8) Specify the mirrored disk as alternate bootpath &lt;BR /&gt;&lt;BR /&gt;# setboot â  a &lt;HW path="" of="" mirror=""&gt; # setboot â  h &lt;HW path="" of="" mirror=""&gt; (for UX 11.23 use the HA alternate) &lt;BR /&gt;&lt;BR /&gt;# setboot (to check it) &lt;BR /&gt;&lt;BR /&gt;9) Create an EFI boot option (UX 11.22 only; done by setboot for UX 11.23) &lt;BR /&gt;&lt;BR /&gt;Finally it is a good idea to set a EFI boot option for the mirror disk. This boot option will be stored in NVRAM: Boot to EFI and enter the Boot maintenance manager menu: &lt;BR /&gt;&lt;BR /&gt;EFI Boot Maintenance Manager ver 1.10 [14.61] &lt;BR /&gt;&lt;BR /&gt;Main Menu. Select an Operation &lt;BR /&gt;&lt;BR /&gt;Boot from a File &lt;BR /&gt;&lt;BR /&gt;Add a Boot Option _ &lt;BR /&gt;&lt;BR /&gt;Delete Boot Option(s) &lt;BR /&gt;&lt;BR /&gt;Change Boot Order &lt;BR /&gt;&lt;BR /&gt;Manage BootNext setting &lt;BR /&gt;&lt;BR /&gt;Set Auto Boot TimeOut &lt;BR /&gt;&lt;BR /&gt;Select Active Console Output Devices &lt;BR /&gt;&lt;BR /&gt;Select Active Console Input Devices &lt;BR /&gt;&lt;BR /&gt;Select Active Standard Error Devices &lt;BR /&gt;&lt;BR /&gt;Cold Reset &lt;BR /&gt;&lt;BR /&gt;Exit &lt;BR /&gt;&lt;BR /&gt;Select the mirror disk (Pun1,Lun0) represents SCSI target 1, Lun 0 (c2t1d0) in our case. (Pun0,Lun0) is the original boot disk (c1t0d0) &lt;BR /&gt;&lt;BR /&gt;EFI Boot Maintenance Manager ver 1.10 [14.61] &lt;BR /&gt;&lt;BR /&gt;Add a Boot Option. Select a Volume &lt;BR /&gt;&lt;BR /&gt;IA64_EFI [Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun1,Lun0)/HD (Part1,SigB45A0000) &lt;BR /&gt;&lt;BR /&gt;IA64_EFI [Acpi(HWP0002,100)/Pci(1|1)/Scsi(Pun0,Lun0)/HD (Part1,Sig958B0000) &lt;BR /&gt;&lt;BR /&gt;EFI DISK [Acpi(HWP0002,600)/Pci(1|0)/Pci(0|0)/Pci(0|0)/Pci(0|0)/ Scsi(Pun0,Lun0)/HD(Part1,Sig119E1A60-0B4C-01C3-507B-9E5F8078F531) &lt;BR /&gt;&lt;BR /&gt;Removable Media Boot [Acpi(HWP0002,0)/Pci(2|0)/Ata(Primary,Master &lt;BR /&gt;&lt;BR /&gt;Load File [EFI Shell [Built-in]] &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Load File [Acpi(HWP0002,0)/Pci(3|0)/Mac(00306E3809C6)] &lt;BR /&gt;&lt;BR /&gt;Load File [Acpi(HWP0002,100)/Pci(2|0)/Mac(00306E3889E3)] &lt;BR /&gt;&lt;BR /&gt;Exit &lt;BR /&gt;&lt;BR /&gt;Now navigate to the HP-UX bootloader HPUX.EFI on the disk: &lt;BR /&gt;&lt;BR /&gt;EFI Boot Maintenance Manager ver 1.10 [14.61] &lt;BR /&gt;&lt;BR /&gt;Select file or change to new directory: &lt;BR /&gt;&lt;BR /&gt;05/28/03 09:38a &lt;DIR&gt; 512 EFI _ &lt;BR /&gt;&lt;BR /&gt;[Treat like Removable Media Boot] &lt;BR /&gt;&lt;BR /&gt;Exit &lt;BR /&gt;&lt;BR /&gt;Select file or change to new directory: &lt;BR /&gt;&lt;BR /&gt;05/28/03 09:38a &lt;DIR&gt; 512 . &lt;BR /&gt;&lt;BR /&gt;05/28/03 09:38a &lt;DIR&gt; 0 .. &lt;BR /&gt;&lt;BR /&gt;05/28/03 09:38a &lt;DIR&gt; 512 HPUX _ &lt;BR /&gt;&lt;BR /&gt;05/28/03 09:38a &lt;DIR&gt; 512 Intel_Firmware &lt;BR /&gt;&lt;BR /&gt;05/28/03 09:38a &lt;DIR&gt; 512 DIAG &lt;BR /&gt;&lt;BR /&gt;05/28/03 09:38a &lt;DIR&gt; 512 HP &lt;BR /&gt;&lt;BR /&gt;05/28/03 09:38a &lt;DIR&gt; 512 TOOLS &lt;BR /&gt;&lt;BR /&gt;Exit &lt;BR /&gt;&lt;BR /&gt;Select file or change to new directory: &lt;BR /&gt;&lt;BR /&gt;05/28/03 09:38a &lt;DIR&gt; 512 . &lt;BR /&gt;&lt;BR /&gt;05/28/03 09:38a &lt;DIR&gt; 512 .. &lt;BR /&gt;&lt;BR /&gt;05/28/03 11:52a 419,545 HPUX.EFI _ &lt;BR /&gt;&lt;BR /&gt;05/28/03 11:52a 24,576 NBP.EFI &lt;BR /&gt;&lt;BR /&gt;Exit &lt;BR /&gt;&lt;BR /&gt;Filename: \EFI\HPUX\HPUX.EFI &lt;BR /&gt;&lt;BR /&gt;DevicePath:[Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun1,Lun0)/HD(Part1,SigB45A0000)/\EF I\HPUX\HPUX.EFI] &lt;BR /&gt;&lt;BR /&gt;IA-64 EFI Application 05/28/03 11:52a 419,545 bytes &lt;BR /&gt;&lt;BR /&gt;BootFFFF: Acpi(HWP0002,100)/Pci(1|0)/Scsi(Pun1,Lun0)/HD(Part1,SigB45A0000)/\EFI\HPUX\HPUX.EFI &lt;BR /&gt;&lt;BR /&gt;Now enter a description for this boot option, e.g. HP-UX mirror boot disk: &lt;BR /&gt;&lt;BR /&gt;Enter Description: HP-UX mirror boot disk &lt;BR /&gt;&lt;BR /&gt;Current BootOption--&amp;gt;Main Menu. Select an Operation &lt;BR /&gt;&lt;BR /&gt;New BootOption Data. ASCII/Unicode strings only, with max of 240 characters &lt;BR /&gt;&lt;BR /&gt;Enter BootOption Data Type [A-Ascii U-Unicode N-No BootOption] : N &lt;BR /&gt;&lt;BR /&gt;Finally save the setting to NVRAM: &lt;BR /&gt;&lt;BR /&gt;Save changes to NVRAM [Y-Yes N-No]: Y &lt;BR /&gt;&lt;BR /&gt;10) Try to boot from the mirror disk by choosing the appropriate boot option. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;/HW&gt;&lt;/HW&gt;</description>
      <pubDate>Tue, 20 Feb 2007 12:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947127#M289691</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-02-20T12:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: root mirroring in itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947128#M289692</link>
      <description>Aneez,&lt;BR /&gt;Do a pvcreate on the 2nd disk, and start from the scratch. &lt;BR /&gt;# efi_ls -d  /dev/rdsk/c2t1d0s1&lt;BR /&gt;Is fine , and should work.&lt;BR /&gt;&lt;BR /&gt;Good luck. &lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 20 Feb 2007 12:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mirroring-in-itanium/m-p/3947128#M289692</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-02-20T12:12:52Z</dc:date>
    </item>
  </channel>
</rss>

