<?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: how to do mirror in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720816#M63124</link>
    <description>Thank you all. As always this forum was very helpful.</description>
    <pubDate>Thu, 09 May 2002 19:23:07 GMT</pubDate>
    <dc:creator>Olga_1</dc:creator>
    <dc:date>2002-05-09T19:23:07Z</dc:date>
    <item>
      <title>how to do mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720809#M63117</link>
      <description>I need to mirror /u04:&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lv_u4    1024000  594188  403004   60% /u04&lt;BR /&gt;I was searching the net and could not get detail instructions.&lt;BR /&gt;How to do it? Please provide as much details as possible, as I am new to it.&lt;BR /&gt;Thank you for your help.</description>
      <pubDate>Thu, 09 May 2002 17:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720809#M63117</guid>
      <dc:creator>Olga_1</dc:creator>
      <dc:date>2002-05-09T17:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to do mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720810#M63118</link>
      <description>Olga,&lt;BR /&gt;&lt;BR /&gt;providing you have the available extents in your VG - and on another disk - otherwise the mirroring isn't really mirroring (it's copying - The IDEA of mirroring is to mirror data to a different disk in case the disk fails. You can mirror to the same disk, but why?):&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 dev/vg01/lv_u4&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 09 May 2002 17:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720810#M63118</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-09T17:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to do mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720811#M63119</link>
      <description>if you have the mirror/ux software, you can do: &lt;BR /&gt;&lt;BR /&gt;"vgextend /dev/vg01 /dev/dsk/cxxxxx"&lt;BR /&gt;&lt;BR /&gt;to add the physical disk to the volume group, and then do:&lt;BR /&gt;&lt;BR /&gt;"lvextend -m 1 /dev/vg01/lv_u4 /dev/dsk/cxxxxx"&lt;BR /&gt;&lt;BR /&gt;to add the physical disk to the logical volume as a mirrored copy.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Thu, 09 May 2002 17:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720811#M63119</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-05-09T17:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to do mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720812#M63120</link>
      <description>Here is the HOWTO&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-90672&amp;amp;service=hpux&amp;amp;path=../B2355-90672/00/00/67&amp;amp;title=HP-UX%20System%20Administration%20Tasks" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-90672&amp;amp;service=hpux&amp;amp;path=../B2355-90672/00/00/67&amp;amp;title=HP-UX%20System%20Administration%20Tasks&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;-Yates&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 May 2002 17:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720812#M63120</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-05-09T17:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to do mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720813#M63121</link>
      <description>Hi Olga:&lt;BR /&gt;&lt;BR /&gt;This document has complete steps (TKB #ULVMKBRC00008267):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=fd8fce000f39f074f9/screen=ckiDisplayDocument?docId=200000058669767" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=fd8fce000f39f074f9/screen=ckiDisplayDocument?docId=200000058669767&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 May 2002 17:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720813#M63121</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-09T17:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to do mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720814#M63122</link>
      <description>Hi Olga,&lt;BR /&gt;&lt;BR /&gt; You first have to determine whether you have enough free space in vg01&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg01&lt;BR /&gt;&lt;BR /&gt;If some free but less than what lv_u4 has now, you'll need the extend vg01 with a new disk&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/rdsk/cxtydz # setup new drive - Note that you must use the raw disk (rdsk)&lt;BR /&gt;vgextend /dev/vg01 /dev/dsk/cxtydz # extends vg01&lt;BR /&gt;&lt;BR /&gt;Then extend the LV using the mirror option&lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg01/lv_u4 #extend the LV using a mirror - NOTE this is all you'd have to do IF there is enough space in vg01&lt;BR /&gt;&lt;BR /&gt;At the end check the LV &lt;BR /&gt;&lt;BR /&gt;lvdisplay /dev/vg01/lv_u4&lt;BR /&gt;&lt;BR /&gt;Should say mirror copies = 1&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 09 May 2002 17:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720814#M63122</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-09T17:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to do mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720815#M63123</link>
      <description>You need to add a disk to vg01 then you would mirror the LV to that disk, that way you can be sure that your mirror copy is sitting in a separate disk.&lt;BR /&gt;(say you add c2t2d2 to vg01)&lt;BR /&gt;&lt;BR /&gt;dev/vg01/lv_u4 1024000 594188 403004 60% /u04 &lt;BR /&gt;&lt;BR /&gt;# pvcreate /dev/rdsk/c2t2d0&lt;BR /&gt;# vgextend vg01 /dev/dsk/c2t2d0&lt;BR /&gt;==&amp;gt; add c2t2d0 to vg01&lt;BR /&gt;# lvextend -m 1 /dev/vg01/lv_u4 /dev/dsk/c2t2d0&lt;BR /&gt;==&amp;gt; extend a copy of "lv_u4" to c2t2d0&lt;BR /&gt;# lvdisplay -v /dev/vg01/lv_u4&lt;BR /&gt;==&amp;gt; check it</description>
      <pubDate>Thu, 09 May 2002 19:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720815#M63123</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-09T19:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to do mirror</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720816#M63124</link>
      <description>Thank you all. As always this forum was very helpful.</description>
      <pubDate>Thu, 09 May 2002 19:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-do-mirror/m-p/2720816#M63124</guid>
      <dc:creator>Olga_1</dc:creator>
      <dc:date>2002-05-09T19:23:07Z</dc:date>
    </item>
  </channel>
</rss>

