<?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: Mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002107#M297396</link>
    <description>Make sure you have installed MirrorUX into the system. Assuming that you are using LVM, the following command can be used for mirroring.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;To mirror a Logical Volume lvol1 in Volume group VG01 to the Physical Disk c10t4d0. Before executing pvcreate make sure that the disk is not used in any other volume groups.&lt;BR /&gt;&lt;BR /&gt;# pvcreate /dev/rdsk/c10t4d0&lt;BR /&gt;# vgextend /dev/vg01 /dev/dsk/c10t4d0&lt;BR /&gt;# lvextend -m1 /dev/vg01/lvol1 /dev/dsk/c10t4d0&lt;BR /&gt;&lt;BR /&gt;Babu</description>
    <pubDate>Thu, 17 May 2007 13:30:31 GMT</pubDate>
    <dc:creator>Babu A</dc:creator>
    <dc:date>2007-05-17T13:30:31Z</dc:date>
    <item>
      <title>Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002102#M297391</link>
      <description>Hi stuffs,&lt;BR /&gt;   &lt;BR /&gt;   i am new to hpux but i have an idea about all thos basics but urgently i need steps to create a disk mirroring and it is not a boot disk,&lt;BR /&gt;&lt;BR /&gt; Ecpecting your results soon,</description>
      <pubDate>Thu, 17 May 2007 10:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002102#M297391</guid>
      <dc:creator>Prakash.D</dc:creator>
      <dc:date>2007-05-17T10:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002103#M297392</link>
      <description>&lt;BR /&gt;I assume you have mirrordisk installed:-&lt;BR /&gt;&lt;BR /&gt;swlist | grep -i mirrordisk&lt;BR /&gt;&lt;BR /&gt;lvextend is the command to use to create mirrors:-&lt;BR /&gt;&lt;BR /&gt;lvcreate -m &lt;NO mirrors=""&gt; &lt;LV path=""&gt; &lt;PV path=""&gt;&lt;BR /&gt;&lt;BR /&gt;usually you would put the mirror on a different controller to improve redundancy further.&lt;/PV&gt;&lt;/LV&gt;&lt;/NO&gt;</description>
      <pubDate>Thu, 17 May 2007 10:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002103#M297392</guid>
      <dc:creator>Paul Senior_1</dc:creator>
      <dc:date>2007-05-17T10:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002104#M297393</link>
      <description>above entry should read &lt;BR /&gt;&lt;BR /&gt;lvextend -m &lt;NO mirrors=""&gt; &lt;LV path=""&gt; &lt;PV path=""&gt;&lt;/PV&gt;&lt;/LV&gt;&lt;/NO&gt;</description>
      <pubDate>Thu, 17 May 2007 10:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002104#M297393</guid>
      <dc:creator>Paul Senior_1</dc:creator>
      <dc:date>2007-05-17T10:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002105#M297394</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Correction to earlier command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 &lt;LVOL name=""&gt; &lt;DISK path=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That is all that need to be done if the logical volume already exists.&lt;BR /&gt;&lt;BR /&gt;Note that LVM Mirror/UX is an optional product that must be paid for.&lt;BR /&gt;&lt;BR /&gt;Aside: Hi Stuffs, what does that mean?&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;/DISK&gt;&lt;/LVOL&gt;</description>
      <pubDate>Thu, 17 May 2007 10:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002105#M297394</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-17T10:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002106#M297395</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I assume you wish to set up software mirroring, in which case, your first step is to purchase Mirrordisk/UX, which adds functionality to LVM commands.&lt;BR /&gt;&lt;BR /&gt;Then, for command specifics, see â  Adding a Mirror to a Logical Volumeâ   from the HP-UX SysAdmin Guide:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-6481/ch03s03.html#lvm.admin.addmirror" target="_blank"&gt;http://docs.hp.com/en/5991-6481/ch03s03.html#lvm.admin.addmirror&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Basically, you add an '-m 1' option to 'lvcreate' or 'lvextend' after configuring the new physical volume.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Thu, 17 May 2007 10:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002106#M297395</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-05-17T10:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002107#M297396</link>
      <description>Make sure you have installed MirrorUX into the system. Assuming that you are using LVM, the following command can be used for mirroring.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;To mirror a Logical Volume lvol1 in Volume group VG01 to the Physical Disk c10t4d0. Before executing pvcreate make sure that the disk is not used in any other volume groups.&lt;BR /&gt;&lt;BR /&gt;# pvcreate /dev/rdsk/c10t4d0&lt;BR /&gt;# vgextend /dev/vg01 /dev/dsk/c10t4d0&lt;BR /&gt;# lvextend -m1 /dev/vg01/lvol1 /dev/dsk/c10t4d0&lt;BR /&gt;&lt;BR /&gt;Babu</description>
      <pubDate>Thu, 17 May 2007 13:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring/m-p/4002107#M297396</guid>
      <dc:creator>Babu A</dc:creator>
      <dc:date>2007-05-17T13:30:31Z</dc:date>
    </item>
  </channel>
</rss>

