<?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 on specific devices in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030437#M610080</link>
    <description>I just wish that the man pages for "lvextend" had some complex examples as every admin would look at this man page at some time.</description>
    <pubDate>Tue, 27 Feb 2007 14:14:15 GMT</pubDate>
    <dc:creator>Ajaysen Reddy</dc:creator>
    <dc:date>2007-02-27T14:14:15Z</dc:date>
    <item>
      <title>Mirroring on specific devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030431#M610074</link>
      <description>I have a VG which has 4 disks all containing 1000 PE.  Disk1 and Disk2 are from XP ArrayX and Disk3 and Disk4 are from XP ArrayY. (PE size is 4MB)&lt;BR /&gt;&lt;BR /&gt;I would like to create a lvol8 to be 2GB mirrored between disk1 and disk3, and lvol9 to be 2GB mirrored between disk2 and disk4.&lt;BR /&gt;&lt;BR /&gt;A command line example would be appreciated.</description>
      <pubDate>Sun, 25 Feb 2007 17:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030431#M610074</guid>
      <dc:creator>Ajaysen Reddy</dc:creator>
      <dc:date>2007-02-25T17:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on specific devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030432#M610075</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;try &lt;BR /&gt;&lt;BR /&gt;lvextend -m 1 /dev/vg01/lvol8 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;where cxtxdx is the disk where the you want the mirror image placed</description>
      <pubDate>Sun, 25 Feb 2007 20:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030432#M610075</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2007-02-25T20:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on specific devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030433#M610076</link>
      <description>DCE:&lt;BR /&gt;&lt;BR /&gt;So first I create the logical volume on Disk 1&lt;BR /&gt;lvextend -l 5000  &lt;BR /&gt;Then I would mirror it on the Disk 3&lt;BR /&gt;lvextend -m 1 &lt;BR /&gt;&lt;BR /&gt;Is this the correct syntax? Thx.</description>
      <pubDate>Tue, 27 Feb 2007 11:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030433#M610076</guid>
      <dc:creator>Ajaysen Reddy</dc:creator>
      <dc:date>2007-02-27T11:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on specific devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030434#M610077</link>
      <description>man lvextend&lt;BR /&gt;There is a perfectly good example in the man page</description>
      <pubDate>Tue, 27 Feb 2007 11:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030434#M610077</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2007-02-27T11:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on specific devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030435#M610078</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;So first I create the logical volume on Disk 1&lt;BR /&gt;&lt;BR /&gt;Yes, with lvcreate.  then you use the lvextend&lt;BR /&gt;&lt;BR /&gt;lvextend -l 5000  &lt;BR /&gt;Then I would mirror it on the Disk 3&lt;BR /&gt;lvextend -m 1 &lt;BR /&gt;&lt;BR /&gt;correct&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Feb 2007 11:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030435#M610078</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2007-02-27T11:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on specific devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030436#M610079</link>
      <description>@DCE:  Thank you for the info. That really helps in understanding, mirroring on to PVs of choice.&lt;BR /&gt;&lt;BR /&gt;@melvyn: I wish they improve the examples and could add a few more with a little more complexity.  I am sure that many VGs have more that 2 PVs, and hence a LV extension with a specific PVs would have been good.</description>
      <pubDate>Tue, 27 Feb 2007 14:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030436#M610079</guid>
      <dc:creator>Ajaysen Reddy</dc:creator>
      <dc:date>2007-02-27T14:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mirroring on specific devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030437#M610080</link>
      <description>I just wish that the man pages for "lvextend" had some complex examples as every admin would look at this man page at some time.</description>
      <pubDate>Tue, 27 Feb 2007 14:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mirroring-on-specific-devices/m-p/5030437#M610080</guid>
      <dc:creator>Ajaysen Reddy</dc:creator>
      <dc:date>2007-02-27T14:14:15Z</dc:date>
    </item>
  </channel>
</rss>

