<?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: Itanium root disk mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143432#M484149</link>
    <description>&lt;!--!*#--&gt;Had you completed the task.&lt;BR /&gt;&lt;BR /&gt;if satisfied ,plz assign the points.</description>
    <pubDate>Fri, 28 Nov 2008 10:13:39 GMT</pubDate>
    <dc:creator>Analyst</dc:creator>
    <dc:date>2008-11-28T10:13:39Z</dc:date>
    <item>
      <title>Itanium root disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143427#M484144</link>
      <description>Dear Guru,s&lt;BR /&gt;&lt;BR /&gt;model:--ia64 hp server rx3600&lt;BR /&gt;&lt;BR /&gt;existing hdd-/dev/dsk/c3t1d0s2 with 11 lv.(140Gb)&lt;BR /&gt;&lt;BR /&gt;I want to mirror with another hdd of same size /dev/dsk/c3t0d0.&lt;BR /&gt;&lt;BR /&gt;can anybody can help you by giving proper steps.&lt;BR /&gt;&lt;BR /&gt;note--The links was given in old forums not working.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance........&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 08:23:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143427#M484144</guid>
      <dc:creator>jeevarajkn</dc:creator>
      <dc:date>2008-11-27T08:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium root disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143428#M484145</link>
      <description>Refer the attached document &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;John</description>
      <pubDate>Thu, 27 Nov 2008 08:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143428#M484145</guid>
      <dc:creator>john123</dc:creator>
      <dc:date>2008-11-27T08:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium root disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143429#M484146</link>
      <description>Hi Jeeva,&lt;BR /&gt;&lt;BR /&gt;   1. Setup the disk partitions&lt;BR /&gt;&lt;BR /&gt;         1. Create a partition description file:&lt;BR /&gt;&lt;BR /&gt;            # vi /tmp/partitionfile&lt;BR /&gt;            2&lt;BR /&gt;            EFI 100MB&lt;BR /&gt;            HPUX 100%&lt;BR /&gt;         2. Use the 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;            idisk version: 1.2&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&lt;BR /&gt;            ...&lt;BR /&gt;   2. Create the new device files for the new partitions (c2t1d0s1 and c2t1d0s2)&lt;BR /&gt;&lt;BR /&gt;      # insf -e -C disk&lt;BR /&gt;   3. Use mkboot(1M) to format the EFI partition (s1), populate it with the EFI files under /usr/lib/efi/, format the LIF volume (part of s2), and populate it with the LIF files (ISL, AUTO, HPUX, LABEL) under /usr/lib/uxbootlf:&lt;BR /&gt;&lt;BR /&gt;           # mkboot -e -l /dev/rdsk/c2t1d0&lt;BR /&gt;           # efi_ls -d /dev/rdsk/c2t1d0s1                 (to check EFI)&lt;BR /&gt;           FileName                      Last Modified         Size&lt;BR /&gt;           EFI/                            5/19/2003              0&lt;BR /&gt;           STARTUP.NSH                     5/19/2003            336&lt;BR /&gt;         &lt;BR /&gt;           total space 103215616 bytes, free space 100076032 bytes&lt;BR /&gt;         &lt;BR /&gt;           # lifls -l /dev/rdsk/c2t1d0s2                (to check LIF)&lt;BR /&gt;       &lt;BR /&gt;&lt;BR /&gt;   4. Write the contents of the AUTO file to the EFI partition:&lt;BR /&gt;&lt;BR /&gt;      # mkboot -a "boot vmunix" /dev/dsk/c2t1d0&lt;BR /&gt;      # efi_cp -d /dev/rdsk/c2t1d0s1 -u /EFI/HPUX/AUTO /tmp/x; cat /tmp/x&lt;BR /&gt;      (to check it)&lt;BR /&gt;      NOTE: Specify -a "boot vmunix -lq" if you want the system to boot up without interruption in case of a disk failure.&lt;BR /&gt;   5. 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;      # vgextend vg00 /dev/dsk/c2t1d0s2&lt;BR /&gt;         1. Mirror the LVs to the s2 partition:&lt;BR /&gt;&lt;BR /&gt;            # for i in lvol1 lvol ... lvol8&lt;BR /&gt;            &amp;gt; do lvextend -m 1 /dev/vg00/$i /dev/dsk/c2t1d0s2&lt;BR /&gt;            &amp;gt; done&lt;BR /&gt;         2. Write the contents of the LABEL file, i.e. set root, boot, swap and dump device:&lt;BR /&gt;&lt;BR /&gt;                # lvlnboot -r /dev/vg00/lvol3&lt;BR /&gt;                 # lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;                 # lvlnboot -s /dev/vg00/lvol2&lt;BR /&gt;                 # lvlnboot -d /dev/vg00/lvol2&lt;BR /&gt;             &lt;BR /&gt;                 # lvlnboot -v                               (to check it)&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/c3t2d0s2 (0/1/1/1.2.0) -- Boot Disk&lt;BR /&gt;                         /dev/dsk/c2t1d0s2 (0/1/1/0.1.0) -- Boot Disk&lt;BR /&gt;                 Boot: lvol1     on:     /dev/dsk/c3t2d0s2&lt;BR /&gt;                                         /dev/dsk/c2t1d0s2&lt;BR /&gt;                 Root: lvol3     on:     /dev/dsk/c3t2d0s2&lt;BR /&gt;                                         /dev/dsk/c2t1d0s2&lt;BR /&gt;                 Swap: lvol2     on:     /dev/dsk/c3t2d0s2&lt;BR /&gt;                                         /dev/dsk/c2t1d0s2&lt;BR /&gt;                 Dump: lvol2     on:     /dev/dsk/c3t2d0s2, 0&lt;BR /&gt;&lt;BR /&gt;   6. Specify the mirrored disk as an alternate bootpath&lt;BR /&gt;&lt;BR /&gt;      # setboot -a &lt;HW path="" of="" mirror=""&gt;&lt;BR /&gt;      # setboot (to check it)&lt;BR /&gt;   7. Create an EFI boot option. This boot option will be stored in NVRAM:&lt;BR /&gt;&lt;BR /&gt;           Boot to EFI and enter the Boot option maintenance menu:&lt;BR /&gt;       &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;           | &lt;BR /&gt;           |         Boot from a File&lt;BR /&gt;           |    &amp;gt;&amp;gt;&amp;gt;  Add a Boot Option&lt;BR /&gt;           |         Delete Boot Option(s)&lt;BR /&gt;           |         Change Boot Order&lt;BR /&gt;           |  &lt;BR /&gt;           |         Manage BootNext setting&lt;BR /&gt;           |         Set Auto Boot TimeOut&lt;BR /&gt;           | &lt;BR /&gt;           |         Select Active Console Output Devices&lt;BR /&gt;           |         Select Active Console Input Devices&lt;BR /&gt;           |         Select Active Standard Error Devices&lt;BR /&gt;           | &lt;BR /&gt;           |         Cold Reset&lt;BR /&gt;           |         Exit&lt;BR /&gt;           --------------------------------------------------------------&lt;BR /&gt;         &lt;BR /&gt;         &lt;BR /&gt;           Select the mirror disk. (Pun1,Lun0) represents SCSI target 1, Lun 0&lt;BR /&gt;           (c2t1d0) in our case. (Pun2,Lun0) is the original boot disk (c3t2d0):&lt;BR /&gt;       &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;           | &amp;gt;&amp;gt;&amp;gt; IA64_EFI [Acpi(HWP0002,100)/Pci(1|0)/&lt;BR /&gt;           |                             Scsi(Pun1,Lun0)/HD(Part1,SigB45A0000)&lt;BR /&gt;           |     IA64_EFI [Acpi(HWP0002,100)/Pci(1|1)/&lt;BR /&gt;           |                             Scsi(Pun2,Lun0)/HD(Part1,Sig958B0000)&lt;BR /&gt;           |     EFI DISK [Acpi(HWP0002,600)/Pci(1|0)/Pci(0|0)/Pci(0|0)/&lt;BR /&gt;           |               Pci(0|0)/Scsi(Pun0,Lun0)/&lt;BR /&gt;           |               HD(Part1,Sig   119E1A60-0B4C-01C3-507B-9E5F8078F531)&lt;BR /&gt;           |     Removable Media Boot [Acpi(HWP0002,0)/Pci(2|0)/&lt;BR /&gt;           |               Ata(Primary,Master)]&lt;BR /&gt;           |     Load File [EFI Shell [Built-in]]&lt;BR /&gt;           |     Load File [Acpi(HWP0002,0)/Pci(3|0)/Mac(00306E3809C6)]&lt;BR /&gt;           |     Load File [Acpi(HWP0002,100)/Pci(2|0)/Mac(00306E3889E3)]&lt;BR /&gt;           |     Exit&lt;BR /&gt;           ---------------------------------------------------------------------&lt;BR /&gt;       &lt;BR /&gt;       &lt;BR /&gt;           Now navigate to the HP-UX bootloader, HPUX.EFI, on the disk:&lt;BR /&gt;       &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;           |   &amp;gt;&amp;gt;&amp;gt;  05/28/03  09:38a &lt;DIR&gt;         512 EFI&lt;BR /&gt;           |        [Treat like Removable Media Boot]&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;           |        05/28/03  09:38a &lt;DIR&gt;           0 ..&lt;BR /&gt;           |   &amp;gt;&amp;gt;&amp;gt;  05/28/03  09:38a &lt;DIR&gt;         512 HPUX&lt;BR /&gt;           |        05/28/03  09:38a &lt;DIR&gt;         512 Intel_Firmware&lt;BR /&gt;           |        05/28/03  09:38a &lt;DIR&gt;         512 DIAG&lt;BR /&gt;           |        05/28/03  09:38a &lt;DIR&gt;         512 HP&lt;BR /&gt;           |        05/28/03  09:38a &lt;DIR&gt;         512 TOOLS&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;           |        05/28/03  09:38a &lt;DIR&gt;         512 ..&lt;BR /&gt;            |   &amp;gt;&amp;gt;&amp;gt;  05/28/03  11:52a           419,545 HPUX.EFI&lt;BR /&gt;           |        05/28/03  11:52a            24,576 NBP.EFI&lt;BR /&gt;           |     Exit&lt;BR /&gt;           | &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)/&lt;BR /&gt;           |                HD(Part1,SigB45A0000)/\EFI\HPUX\HPUX.EFI]&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)/&lt;BR /&gt;           |                HD(Part1,SigB45A0000)/\EFI\HPUX\HPUX.EFI&lt;BR /&gt;           ---------------------------------------------------------------------&lt;BR /&gt;       &lt;BR /&gt;       &lt;BR /&gt;           Now enter a description for this boot option, e.g. "HP-UX mirror boot&lt;BR /&gt;           disk":&lt;BR /&gt;       &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;           |     New BootOption Data. ASCII/Unicode strings only, with max of&lt;BR /&gt;           |                240 characters&lt;BR /&gt;           |     Enter BootOption Data Type [A-Ascii U-Unicode&lt;BR /&gt;           |                N-No BootOption] : N&lt;BR /&gt;           ---------------------------------------------------------------------&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;   8. Try to boot from the mirror disk by choosing the appropriate boot option.&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;</description>
      <pubDate>Thu, 27 Nov 2008 09:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143429#M484146</guid>
      <dc:creator>Analyst</dc:creator>
      <dc:date>2008-11-27T09:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium root disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143430#M484147</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You should bookmark this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf" target="_blank"&gt;http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[ It never ceases to amaze me that people download and repost versions of documents that are freely available and are often updated ].&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 27 Nov 2008 15:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143430#M484147</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-11-27T15:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium root disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143431#M484148</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Othrs gave you good references.&lt;BR /&gt;I do not like manual work much, so I&lt;BR /&gt;prefer to automate these simple and&lt;BR /&gt;boring tasks :&lt;BR /&gt;&lt;BR /&gt;I wrote a script to do it for any HP-UX server running LVM:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.circlingcycle.com.au/Unix-sources/HP-UX-11x-LVM-mirroring.sh.txt" target="_blank"&gt;http://www.circlingcycle.com.au/Unix-sources/HP-UX-11x-LVM-mirroring.sh.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe it helps you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Fri, 28 Nov 2008 00:10:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143431#M484148</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-11-28T00:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium root disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143432#M484149</link>
      <description>&lt;!--!*#--&gt;Had you completed the task.&lt;BR /&gt;&lt;BR /&gt;if satisfied ,plz assign the points.</description>
      <pubDate>Fri, 28 Nov 2008 10:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143432#M484149</guid>
      <dc:creator>Analyst</dc:creator>
      <dc:date>2008-11-28T10:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium root disk mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143433#M484150</link>
      <description>Thanks to all , am closing the call.</description>
      <pubDate>Mon, 26 Oct 2009 07:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/itanium-root-disk-mirroring/m-p/5143433#M484150</guid>
      <dc:creator>jeevarajkn</dc:creator>
      <dc:date>2009-10-26T07:01:36Z</dc:date>
    </item>
  </channel>
</rss>

