<?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 redistribute PE on different PV in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435168#M623918</link>
    <description>Thank you.&lt;BR /&gt;&lt;BR /&gt;It's not possible for me to destroy en create a new and restore the data.&lt;BR /&gt;I don't have enough space to mirror the disk.&lt;BR /&gt;&lt;BR /&gt;To use lvchange -D y, i need to use /etc/lvmpvg, i think this is a good idea.&lt;BR /&gt;But the data contigous, will be always contigous.&lt;BR /&gt;Only the new data will be distributed.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Dec 2004 10:53:44 GMT</pubDate>
    <dc:creator>Wood_2</dc:creator>
    <dc:date>2004-12-02T10:53:44Z</dc:date>
    <item>
      <title>How redistribute PE on different PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435164#M623914</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I've a big FS about 1,2 To on XP 512&lt;BR /&gt;The probleme, I've a lot of PE contigous to the same disk (I have 58 disks).&lt;BR /&gt;The I/O perf are realy poor, all the requeste are on same disks (10/58).&lt;BR /&gt;&lt;BR /&gt;Is it possible to redistribute online the PE of the 10 disks to another pv.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help&lt;BR /&gt;&lt;BR /&gt;Nicolas</description>
      <pubDate>Thu, 02 Dec 2004 10:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435164#M623914</guid>
      <dc:creator>Wood_2</dc:creator>
      <dc:date>2004-12-02T10:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: How redistribute PE on different PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435165#M623915</link>
      <description>Hi Nicolas,&lt;BR /&gt;&lt;BR /&gt;pvmove - move allocated physical extents from one LVM physical volume to other physical volumes&lt;BR /&gt;&lt;BR /&gt;Check the man page,&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 02 Dec 2004 10:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435165#M623915</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-12-02T10:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How redistribute PE on different PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435166#M623916</link>
      <description>In fact, you should have create LV striped on those disks (stripping is an option on LV creation). Now all you can do is to create new LVs and swap content. As long as you already have a used disk, it may now be hard to strip on all disks.&lt;BR /&gt;&lt;BR /&gt;Looking further, you can ask yourself if LUNs are well designed on this array.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 10:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435166#M623916</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-02T10:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: How redistribute PE on different PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435167#M623917</link>
      <description>Nicolas,&lt;BR /&gt;&lt;BR /&gt;look at lvdisplay -v /dev/vgXYZ/lvolXYZ&lt;BR /&gt;&lt;BR /&gt;maybe the lvol is striped? then you cannot change it. If it is not striped you change to "distributed extents", but that would require to mirror it and then remove the original (non-distributed) extents&lt;BR /&gt;&lt;BR /&gt;man lvcreate will give you an idea&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Thu, 02 Dec 2004 10:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435167#M623917</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-12-02T10:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: How redistribute PE on different PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435168#M623918</link>
      <description>Thank you.&lt;BR /&gt;&lt;BR /&gt;It's not possible for me to destroy en create a new and restore the data.&lt;BR /&gt;I don't have enough space to mirror the disk.&lt;BR /&gt;&lt;BR /&gt;To use lvchange -D y, i need to use /etc/lvmpvg, i think this is a good idea.&lt;BR /&gt;But the data contigous, will be always contigous.&lt;BR /&gt;Only the new data will be distributed.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 10:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435168#M623918</guid>
      <dc:creator>Wood_2</dc:creator>
      <dc:date>2004-12-02T10:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: How redistribute PE on different PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435169#M623919</link>
      <description>Nicolas, &lt;BR /&gt;&lt;BR /&gt;yes, that is why you need to "lvchange -D f" to force subsequent distributed allocation, then mirror the lvol so your mirror is distributed, then remove the non-distributed mirror. This is the only non-disruptive way of doing it. For anything else you will have to create new lvols and copy the data, but for new lvols you need some space as well, though not necessarily twice of what you have allocated now...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Fri, 03 Dec 2004 07:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435169#M623919</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-12-03T07:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: How redistribute PE on different PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435170#M623920</link>
      <description>hi,&lt;BR /&gt; &lt;BR /&gt;as you are talking about an XP 512 tis are logical disks, not physical.  So the 10 (logical) busy disks might still be spread over more physical disks in the XP 512, or less if you're unlucky.&lt;BR /&gt; &lt;BR /&gt;Perhaps you need to look at the XP 512 instead of at the HPUX side:&lt;BR /&gt;- add more cache memory ??&lt;BR /&gt;- HP StorageWorks Performance Control XP ??&lt;BR /&gt;- HP StorageWorks Auto LUN XP ??&lt;BR /&gt;--&amp;gt; have a chat with HP.&lt;BR /&gt; &lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 03 Dec 2004 07:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-redistribute-pe-on-different-pv/m-p/3435170#M623920</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2004-12-03T07:56:04Z</dc:date>
    </item>
  </channel>
</rss>

