<?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: Replace Mirror Disk Boot HPUX 11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951954#M617587</link>
    <description>Hi Miguel:&lt;BR /&gt;&lt;BR /&gt;See here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 12 Jan 2006 09:42:27 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-01-12T09:42:27Z</dc:date>
    <item>
      <title>Replace Mirror Disk Boot HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951953#M617586</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I need know who resync Mirror Disk Boot in hpux 11.23&lt;BR /&gt;&lt;BR /&gt;Procedure step by step&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Miguel</description>
      <pubDate>Thu, 12 Jan 2006 09:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951953#M617586</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-01-12T09:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Mirror Disk Boot HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951954#M617587</link>
      <description>Hi Miguel:&lt;BR /&gt;&lt;BR /&gt;See here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 12 Jan 2006 09:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951954#M617587</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-12T09:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Mirror Disk Boot HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951955#M617588</link>
      <description>On parisc or Itanium?&lt;BR /&gt;&lt;BR /&gt;parisc:&lt;BR /&gt;&lt;BR /&gt;After failed disk has been replaced by HP (assuming the disk is c1t5d0):&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg00 /dev/rdsk/c1t5d0&lt;BR /&gt;&lt;BR /&gt;mkboot /dev/rdsk/c1t5d0&lt;BR /&gt;&lt;BR /&gt;mkboot -a "hpux -lq (;0) /stand/vmunix" /dev/rdsk/c1t5d0&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vg00&lt;BR /&gt;&lt;BR /&gt;lvlnboot -Rv /dev/vg00&lt;BR /&gt;&lt;BR /&gt;vgsync /dev/vg00&lt;BR /&gt;&lt;BR /&gt;Or:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Build from scratch:&lt;BR /&gt;&lt;BR /&gt;Say /dev/dsk/c0t6d0 is the root disk and /dev/dsk/c3t6d0 is the disk you want to make a mirror of.&lt;BR /&gt;&lt;BR /&gt;1. Create a bootable LVM disk to be used for the mirror.&lt;BR /&gt;pvcreate -B /dev/rdsk/c3t6d0&lt;BR /&gt;2. Add this disk to the current root volume group.&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c3t6d0&lt;BR /&gt;3. Make the new disk a boot disk.&lt;BR /&gt;mkboot -l /dev/rdsk/c3t6d0&lt;BR /&gt;4. Copy the correct AUTO file into the new LIF area.&lt;BR /&gt;mkboot -a "hpux -lq (;0)/vmunix" /dev/rdsk/c3t6d0&lt;BR /&gt;5. Mirror the boot, root and primary swap logical volumes to the new&lt;BR /&gt;bootable disk. Ensure that all devices in vg00, such as /usr, /swap,&lt;BR /&gt;etc., are mirrored.&lt;BR /&gt;The following is an example of mirroring the boot logical volume:&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c3t6d0&lt;BR /&gt;The following is an example of mirroring the primary swap logical&lt;BR /&gt;volume:&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c3t6d0&lt;BR /&gt;The following is an example of mirroring the root logical volume:&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c3t6d0&lt;BR /&gt;6. Update the boot information contained in the BDRA for the mirror&lt;BR /&gt;copies of boot, primary swap and root.&lt;BR /&gt;/usr/sbin/lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;/usr/sbin/lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;/usr/sbin/lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;7. Check if the BDRA is correct.&lt;BR /&gt;/usr/sbin/lvlnboot -R /dev/vg00&lt;BR /&gt;8. Verify that the mirrors were properly created.&lt;BR /&gt;lvlnboot -v /dev/vg00&lt;BR /&gt;The output of this command is shown in a display like the following:&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&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/c0t6d0 (1/0/0/3/0.6.0) -- Boot Disk&lt;BR /&gt;/dev/dsk/c3t6d0 (1/0/1/0/0/1/1.6.0) -- Boot Disk&lt;BR /&gt;Boot: lvol1 on: /dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c3t6d0&lt;BR /&gt;Root: lvol3 on: /dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c3t6d0&lt;BR /&gt;Swap: lvol2 on: /dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c3t6d0&lt;BR /&gt;Dump: lvol2 on: /dev/dsk/c0t6d0, 0&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;Then lvextend for all other lvols:&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol9 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol10 /dev/dsk/c3t6d0&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol11 /dev/dsk/c3t6d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Itanium:&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;Rgds...Geoff&lt;BR /&gt;&lt;BR /&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;/DIR&gt;&lt;/HW&gt;&lt;/HW&gt;</description>
      <pubDate>Thu, 12 Jan 2006 09:43:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951955#M617588</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-01-12T09:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Mirror Disk Boot HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951956#M617589</link>
      <description>Shalom Miguel,&lt;BR /&gt;&lt;BR /&gt;lvsynch /dev/vg00/lvol3&lt;BR /&gt;&lt;BR /&gt;Use a real lvol name.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 Jan 2006 09:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951956#M617589</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-12T09:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Mirror Disk Boot HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951957#M617590</link>
      <description>That was not the whole post.&lt;BR /&gt;&lt;BR /&gt;The actual question to synch the volumes, the answer is correct.&lt;BR /&gt;&lt;BR /&gt;But the question title indicates the need for the full procdure, found here.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 Jan 2006 09:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951957#M617590</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-12T09:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Mirror Disk Boot HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951958#M617591</link>
      <description>System:&lt;BR /&gt;&lt;BR /&gt;HP-UX morpr104 B.11.23 U ia64 1453051071 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;But:&lt;BR /&gt;#strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t6d0s2&lt;BR /&gt;/dev/dsk/c2t6d0s2&lt;BR /&gt;#lvlnboot -v /dev/vg00&lt;BR /&gt;lvlnboot: Couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;#vgdisplay -v vg00&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      10&lt;BR /&gt;Open LV                     10&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               4384&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    4318&lt;BR /&gt;Alloc PE                    2624&lt;BR /&gt;Free PE                     1694&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Status                   available/stale&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                128&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Status                   available/stale&lt;BR /&gt;   LV Size (Mbytes)            10240&lt;BR /&gt;   Current LE                  640&lt;BR /&gt;   Allocated PE                1280&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   LV Name                     /dev/vg00/lvol9&lt;BR /&gt;   LV Status                   available/stale&lt;BR /&gt;   LV Size (Mbytes)            10240&lt;BR /&gt;   Current LE                  640&lt;BR /&gt;   Allocated PE                1280&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Status                   available/stale&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                128&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   LV Name                     /dev/vg00/lvol4&lt;BR /&gt;   LV Status                   available/stale&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                128&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   LV Name                     /dev/vg00/lvol5&lt;BR /&gt;   LV Status                   available/stale&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                128&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   LV Name                     /dev/vg00/lvol6&lt;BR /&gt;   LV Status                   available/stale&lt;BR /&gt;   LV Size (Mbytes)            4096&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                512&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   LV Name                     /dev/vg00/lvol7&lt;BR /&gt;   LV Status                   available/stale&lt;BR /&gt;   LV Size (Mbytes)            4096&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                512&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   LV Name                     /dev/vg00/lvol8&lt;BR /&gt;   LV Status                   available/stale&lt;BR /&gt;   LV Size (Mbytes)            3072&lt;BR /&gt;   Current LE                  192&lt;BR /&gt;   Allocated PE                384&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   LV Name                     /dev/vg00/lvol10&lt;BR /&gt;   LV Status                   available/stale&lt;BR /&gt;   LV Size (Mbytes)            6144&lt;BR /&gt;   Current LE                  384&lt;BR /&gt;   Allocated PE                768&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c2t6d0s2&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0s2":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4318&lt;BR /&gt;   Free PE                     1694&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;The bag disk is /dev/dsk/c2t6d0</description>
      <pubDate>Thu, 12 Jan 2006 10:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951958#M617591</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-01-12T10:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Mirror Disk Boot HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951959#M617592</link>
      <description>Thanks for help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Miguel</description>
      <pubDate>Thu, 12 Jan 2006 10:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replace-mirror-disk-boot-hpux-11-23/m-p/4951959#M617592</guid>
      <dc:creator>Miguel Carabano_1</dc:creator>
      <dc:date>2006-01-12T10:39:07Z</dc:date>
    </item>
  </channel>
</rss>

