<?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: not enough physical extents when extending a logical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375564#M196396</link>
    <description>Thanks everyone.&lt;BR /&gt;&lt;BR /&gt;This explains why I have not had this error before since this is the first time I have tried to extend an existing volume group.&lt;BR /&gt;I dont like the idea of recreating the VG so I will just add the volume under a new VG.</description>
    <pubDate>Thu, 09 Sep 2004 08:30:48 GMT</pubDate>
    <dc:creator>martin clarke_1</dc:creator>
    <dc:date>2004-09-09T08:30:48Z</dc:date>
    <item>
      <title>not enough physical extents when extending a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375558#M196390</link>
      <description>I have swapped a 146GIG drive out of a PA-RISC machine with a 36gig drive on an Itanium machine. SAM detected the physical volume and shows it to be unused and 140014 meg available.&lt;BR /&gt;I have an existing logical volume that uses all of the space on an existing 36gig drive. When I use SAM to configure the new 146gig drive and extend the existing logical volume I get the "not enough physical extents message". I have tried reducing the ammount of physical space used to extend the logical volume but the same message keep coming up. I also tried setting up a new logical volume with the new disk but again I get the same message.&lt;BR /&gt;Do I have to defrag the new drive somehow since it has been used on a PA-RISC machine.&lt;BR /&gt;Before I removed the disk from the PA-RISC machine I moved all data off onto other disks and used sam to unconfigure it.</description>
      <pubDate>Thu, 09 Sep 2004 07:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375558#M196390</guid>
      <dc:creator>martin clarke_1</dc:creator>
      <dc:date>2004-09-09T07:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: not enough physical extents when extending a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375559#M196391</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;It sounds to me like the max PE per PV was allowed to default when the VG was originally created and is now to low for the size of this new disk.  Unfortunately, the only way to fix this is to re-create the VG from scratch and restore the data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 09 Sep 2004 07:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375559#M196391</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-09-09T07:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: not enough physical extents when extending a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375560#M196392</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;I should add:  to check this, run vgdisplay on the vg that the lv belongs to and check the Max PE per PV figure and the PE Size figure.  If you do the math, I think you'll see that it comes out to the 36GB size you used to have.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 09 Sep 2004 07:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375560#M196392</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-09-09T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: not enough physical extents when extending a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375561#M196393</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;# vgcreate -e max_pe&lt;BR /&gt;&lt;BR /&gt;Set the maximum number of physical extents that can be allocated from any of the physical volumes in the volume group. The default value for max_pe is 1016. However, if the size of any physical volume exceeds 1016 times the pe_size, the default value for max_pe is adjusted to match the physical volume size. The maximum number of physical extents can be a value in the range 1 to 65535&lt;BR /&gt;&lt;BR /&gt;I think you should rebuild your complete volume group.&lt;BR /&gt;&lt;BR /&gt;MB.</description>
      <pubDate>Thu, 09 Sep 2004 07:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375561#M196393</guid>
      <dc:creator>Marcel Boogert_1</dc:creator>
      <dc:date>2004-09-09T07:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: not enough physical extents when extending a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375562#M196394</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you should use the "-e &lt;MAX_PE&gt;" option in vgcreate&lt;BR /&gt;Default is 1016 and maximum is 65535&lt;BR /&gt;&lt;BR /&gt;vgcreate -e &lt;MAX_PE&gt; ...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky&lt;BR /&gt;&lt;/MAX_PE&gt;&lt;/MAX_PE&gt;</description>
      <pubDate>Thu, 09 Sep 2004 07:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375562#M196394</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-09-09T07:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: not enough physical extents when extending a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375563#M196395</link>
      <description>Yes, you need to have a volume group with a larger pe_size&lt;BR /&gt;&lt;BR /&gt;The -e max_pe will adjust automatically:&lt;BR /&gt;&lt;BR /&gt; The&lt;BR /&gt;                               default value for max_pe is 1016.  However,&lt;BR /&gt;                               if the size of any physical volume exceeds&lt;BR /&gt;                               1016 times the pe_size, the default value for&lt;BR /&gt;                               max_pe is adjusted to match the physical&lt;BR /&gt;                               volume size.  The maximum number of physical&lt;BR /&gt;                               extents can be a value in the range 1 to&lt;BR /&gt;                               65535.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SAM will do it for you if you create a new vg - but you can add to an existing one if the pe_size is too small....&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Sep 2004 07:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375563#M196395</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-09-09T07:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: not enough physical extents when extending a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375564#M196396</link>
      <description>Thanks everyone.&lt;BR /&gt;&lt;BR /&gt;This explains why I have not had this error before since this is the first time I have tried to extend an existing volume group.&lt;BR /&gt;I dont like the idea of recreating the VG so I will just add the volume under a new VG.</description>
      <pubDate>Thu, 09 Sep 2004 08:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375564#M196396</guid>
      <dc:creator>martin clarke_1</dc:creator>
      <dc:date>2004-09-09T08:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: not enough physical extents when extending a logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375565#M196397</link>
      <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt;glad to hear that we could help you - so please don't forget to assign points&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Thu, 09 Sep 2004 08:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-physical-extents-when-extending-a-logical-volume/m-p/3375565#M196397</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-09-09T08:57:21Z</dc:date>
    </item>
  </channel>
</rss>

