<?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: Disk Mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716845#M645255</link>
    <description>Hi Judi:&lt;BR /&gt;&lt;BR /&gt;The LVM mirroring happens at the Logical Volume level and not in Volume group level. You need to purchase the Mirror/SW from HP, install the software and codewords. Then add the new disk to the existing volume, extend the LVs with:&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 lv_name new_pv_name&lt;BR /&gt;&lt;BR /&gt;Check the mirror status with:&lt;BR /&gt;&lt;BR /&gt;# lvdisplay lv_name&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
    <pubDate>Fri, 03 May 2002 17:51:47 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-05-03T17:51:47Z</dc:date>
    <item>
      <title>Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716841#M645251</link>
      <description>How can I mirror a volume  - I am looking to mirror volumes other than the root volume</description>
      <pubDate>Fri, 03 May 2002 17:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716841#M645251</guid>
      <dc:creator>Judi Spaletto</dc:creator>
      <dc:date>2002-05-03T17:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716842#M645252</link>
      <description>You need to purchase/install a product called MirrorDisk/UX. After that, you can mirror any logical volume, root or non-root. Ideally, you mirror to disks on separate SCSI busses so that a failure of a controller, cable, or disk is easily tolerated. You can then fix the problem without even shutting down if you have hot-plug drives. The mirrors can be setup either through SAM or the command line interface.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2002 17:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716842#M645252</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-05-03T17:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716843#M645253</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;First extend the volume group - man vgextend&lt;BR /&gt;&lt;BR /&gt;and then entent the logical volumes Man lvextend.&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vgXX /dev/dsk/device &lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vgXX/lvolXX /dev/dsk/device &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 03 May 2002 17:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716843#M645253</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-05-03T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716844#M645254</link>
      <description>Hi frst of all add a disk if not available on machine.&lt;BR /&gt;Then for mirroring LVM lvolx you have to give following command&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vgxx/lvolx /dev/dsk/cAtBdZ&lt;BR /&gt;&lt;BR /&gt;where vgxx is the volume group under consideration.&lt;BR /&gt;/dev/dsk/cAtBdZ is the disk devicve name under consideration where you want to put your mirrored copy of Logical volume.&lt;BR /&gt;&lt;BR /&gt;Similarly , do the same for all LVs.&lt;BR /&gt;&lt;BR /&gt;MAke sure you have HP MirrorDisk/UX installed on the machine.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Fri, 03 May 2002 17:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716844#M645254</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-05-03T17:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716845#M645255</link>
      <description>Hi Judi:&lt;BR /&gt;&lt;BR /&gt;The LVM mirroring happens at the Logical Volume level and not in Volume group level. You need to purchase the Mirror/SW from HP, install the software and codewords. Then add the new disk to the existing volume, extend the LVs with:&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 lv_name new_pv_name&lt;BR /&gt;&lt;BR /&gt;Check the mirror status with:&lt;BR /&gt;&lt;BR /&gt;# lvdisplay lv_name&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 03 May 2002 17:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716845#M645255</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-03T17:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716846#M645256</link>
      <description>If you only want to create a mirror in other disk, you can do that:&lt;BR /&gt;&lt;BR /&gt;- Initialize new disk:&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/disknew&lt;BR /&gt;&lt;BR /&gt;-Add the physical vol. to the VG&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vgxx /dev/dsk/disknew&lt;BR /&gt;&lt;BR /&gt;-Mirror the Logical volumes&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vgxx/lvol1 /devdsk/disknew&lt;BR /&gt;&lt;BR /&gt;-Verify with:&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v /dev/vgxx/lvol1&lt;BR /&gt;&lt;BR /&gt;Carlos V&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 13:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716846#M645256</guid>
      <dc:creator>Carlos Vanegas</dc:creator>
      <dc:date>2002-05-06T13:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716847#M645257</link>
      <description>1. joining the pv into vg&lt;BR /&gt;#vgextend vg_name /dev/dsk/pv_name &lt;BR /&gt;&lt;BR /&gt;2. mirroring the lv by using switch -m, say "1" for the copy&lt;BR /&gt;#lvextend -m 1 lv_name /dev/dsk/pv_name&lt;BR /&gt;&lt;BR /&gt;Man vgextend and lvextend for more.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 14:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/2716847#M645257</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-05-06T14:45:26Z</dc:date>
    </item>
  </channel>
</rss>

