<?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: Extending a mirrored filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-mirrored-filesystem/m-p/2530722#M868754</link>
    <description>#lvextend -m 1 /dev/vg00/lvolx /dev/dsk/cxtxd0&lt;BR /&gt;and see &lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html&lt;/A&gt;</description>
    <pubDate>Mon, 21 May 2001 11:42:10 GMT</pubDate>
    <dc:creator>Vincenzo Restuccia</dc:creator>
    <dc:date>2001-05-21T11:42:10Z</dc:date>
    <item>
      <title>Extending a mirrored filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-mirrored-filesystem/m-p/2530719#M868748</link>
      <description>Can someone tell me the syntax for extending&lt;BR /&gt;a mirrored lv when there are more than two pv's&lt;BR /&gt;in the volume group.&lt;BR /&gt;&lt;BR /&gt;Cheers in advance</description>
      <pubDate>Mon, 21 May 2001 11:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-mirrored-filesystem/m-p/2530719#M868748</guid>
      <dc:creator>Stephen Young_1</dc:creator>
      <dc:date>2001-05-21T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a mirrored filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-mirrored-filesystem/m-p/2530720#M868750</link>
      <description>Hi Stephen:&lt;BR /&gt;&lt;BR /&gt;To mirror onto a specific disk use this syntax:&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vgXX/lvolX /dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 21 May 2001 11:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-mirrored-filesystem/m-p/2530720#M868750</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-05-21T11:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a mirrored filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-mirrored-filesystem/m-p/2530721#M868752</link>
      <description>Hi Stephen,&lt;BR /&gt;&lt;BR /&gt;lvextend the primary lvol to the disk you want the newly allocated PE's to reside on. Use lvdisplay to determine on which disk in your vg the mirrored PE's are located and then use pvmove to move the mirrored data to the disk you want to use as the secondary disk.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Mon, 21 May 2001 11:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-mirrored-filesystem/m-p/2530721#M868752</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-05-21T11:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a mirrored filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-mirrored-filesystem/m-p/2530722#M868754</link>
      <description>#lvextend -m 1 /dev/vg00/lvolx /dev/dsk/cxtxd0&lt;BR /&gt;and see &lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html&lt;/A&gt;</description>
      <pubDate>Mon, 21 May 2001 11:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-mirrored-filesystem/m-p/2530722#M868754</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-05-21T11:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Extending a mirrored filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-mirrored-filesystem/m-p/2530723#M868756</link>
      <description>James gave you the syntax of how to create a mirror copy of an unmirrored lvol. &lt;BR /&gt;&lt;BR /&gt;The following gives you the syntax of increasing the size of an mirrored lvol. &lt;BR /&gt;&lt;BR /&gt;lvextend -l &lt;NEWSIZE&gt; /dev/vgXX/lovlX /dev/dsk/&lt;DISK1&gt; /dev/dsk/&lt;DISK2&gt; &lt;BR /&gt;&lt;BR /&gt;This will extend the size of the lvol to newsize (numbers of physical extents), taking the extents from disk1 and disk2. With the allocation policy set to "strict" (default) the two mirror copies of the disk will always be on different disks. &lt;BR /&gt;&lt;BR /&gt;You might be interested in using physical volume groups. A full descriptiuon of this feature, together with examples, is in the manpage lvmpvg(4). Once setup, it will always take care that the allocation of extents is done properly. &lt;BR /&gt;&lt;BR /&gt;Carsten&lt;/DISK2&gt;&lt;/DISK1&gt;&lt;/NEWSIZE&gt;</description>
      <pubDate>Mon, 21 May 2001 11:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-a-mirrored-filesystem/m-p/2530723#M868756</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-05-21T11:44:22Z</dc:date>
    </item>
  </channel>
</rss>

