<?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: create a mirrored disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430020#M355629</link>
    <description>Hello,&lt;BR /&gt;there are many good .pdf and online help for this topic,&lt;BR /&gt;&lt;BR /&gt;i had attached here one doc file which having very simple steps to perform this task, you may refer it, it is helpfull for me i got this from one of thread here, thanks,&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Jun 2009 06:59:39 GMT</pubDate>
    <dc:creator>avizen9</dc:creator>
    <dc:date>2009-06-01T06:59:39Z</dc:date>
    <item>
      <title>create a mirrored disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430017#M355626</link>
      <description>how ca i create a mirrored boot disk (hp-ux 11iv3)?</description>
      <pubDate>Mon, 01 Jun 2009 06:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430017#M355626</guid>
      <dc:creator>taouw</dc:creator>
      <dc:date>2009-06-01T06:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: create a mirrored disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430018#M355627</link>
      <description>Full process is in the following doc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4589/ch03s04.html#cbddaicd" target="_blank"&gt;http://docs.hp.com/en/5992-4589/ch03s04.html#cbddaicd&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;George</description>
      <pubDate>Mon, 01 Jun 2009 06:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430018#M355627</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2009-06-01T06:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: create a mirrored disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430019#M355628</link>
      <description>Create mirror on second OS disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vgdisplay â  v vg00&lt;BR /&gt;&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/disk/disk2_p2&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4347&lt;BR /&gt;   Free PE                     1309&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;Showes single disk&lt;BR /&gt;&lt;BR /&gt;# ioscan -funNCdisk|more&lt;BR /&gt;Primary disk ( OS installed)&lt;BR /&gt;&lt;BR /&gt;disk      2  64000/0xfa00/0x0   esdisk   CLAIMED     DEVICE       HP 146 GMAX3147NC &lt;BR /&gt;                      /dev/disk/disk2      /dev/disk/disk2_p2   /dev/rdisk/disk2     /dev/rdisk/disk2_p2 &lt;BR /&gt;                      /dev/disk/disk2_p1   /dev/disk/disk2_p3   /dev/rdisk/disk2_p1  /dev/rdisk/disk2_p3 &lt;BR /&gt;&lt;BR /&gt;Mirror the below disk&lt;BR /&gt;&lt;BR /&gt;disk    518  64000/0xfa00/0xa4  esdisk   CLAIMED     DEVICE       HP 146 GMAX3147NC&lt;BR /&gt;                 /dev/disk/disk518      /dev/rdisk/disk518    &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;vi /tmp/partitionfile&lt;BR /&gt;&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;#idisk -wf /tmp/partitionfile /dev/rdisk/disk518&lt;BR /&gt;&lt;BR /&gt;#insf -e&lt;BR /&gt;&lt;BR /&gt;#pvcreate -B /dev/rdisk/disk518_p2&lt;BR /&gt;&lt;BR /&gt;#mkboot -e -l /dev/disk/disk518&lt;BR /&gt;&lt;BR /&gt;#vgextend /dev/vg00 /dev/disk/disk518_p2&lt;BR /&gt;&lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvol&lt;N&gt; /dev/disk/disk518_p2&lt;BR /&gt;&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/lvol9 /dev/vg00&lt;BR /&gt;&lt;BR /&gt;#efi_cp -d /dev/rdisk/disk2_p1 -u /EFI/HPUX/AUTO /tmp/AUTO&lt;BR /&gt;&lt;BR /&gt;#vi /tmp/AUTO&lt;BR /&gt;modify "boot vmunix" to "boot vmunix -lq"&lt;BR /&gt;&lt;BR /&gt;then put back the file on both EFI partitions with:&lt;BR /&gt;&lt;BR /&gt;# efi_cp -d /dev/rdisk/disk2_p1 /tmp/AUTO /EFI/HPUX/AUTO&lt;BR /&gt;&lt;BR /&gt;# efi_cp -d /dev/rdisk/disk518_p1 /tmp/AUTO /EFI/HPUX/AUTO&lt;BR /&gt;&lt;BR /&gt;# setboot â  a / dev/rdisk/disk518 (set mirrored disk as alternate boot)&lt;BR /&gt;&lt;BR /&gt;Reboot and add the new mirrored disk to the EFI-Bootmenu.&lt;BR /&gt;&lt;BR /&gt;Test booting from each drive.&lt;/N&gt;</description>
      <pubDate>Mon, 01 Jun 2009 06:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430019#M355628</guid>
      <dc:creator>sanjayhp</dc:creator>
      <dc:date>2009-06-01T06:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: create a mirrored disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430020#M355629</link>
      <description>Hello,&lt;BR /&gt;there are many good .pdf and online help for this topic,&lt;BR /&gt;&lt;BR /&gt;i had attached here one doc file which having very simple steps to perform this task, you may refer it, it is helpfull for me i got this from one of thread here, thanks,&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jun 2009 06:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430020#M355629</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-06-01T06:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: create a mirrored disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430021#M355630</link>
      <description>opss missed to attach it, here is attachment,...</description>
      <pubDate>Mon, 01 Jun 2009 07:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430021#M355630</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-06-01T07:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: create a mirrored disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430022#M355631</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check with this link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1313525" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1313525&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Subodh.</description>
      <pubDate>Tue, 02 Jun 2009 12:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-mirrored-disk/m-p/4430022#M355631</guid>
      <dc:creator>subodhbagade</dc:creator>
      <dc:date>2009-06-02T12:05:56Z</dc:date>
    </item>
  </channel>
</rss>

