<?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: PE size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425607#M354953</link>
    <description>Dear Himacs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;u can change pe size during volume group creation by using vgcreate -s option&lt;BR /&gt;Sets the physical extent size on physical volumes of this volume group. A size suffix (k for kilobytes up to t for terabytes) is optional, megabytes is the default if no suffix is present. The default is 4 MB and it must be at least 1 KB and a power of 2. &lt;BR /&gt;Once this value has been set, it is difficult to change it without recreating the volume group which would involve backing up and restoring data on any logical volumes. However, if no extents need moving for the new value to apply, it can be altered using vgchange -s. &lt;BR /&gt;&lt;BR /&gt;If the volume group metadata uses lvm1 format, extents can vary in size from 8KB to 16GB and there is a limit of 65534 extents in each logical volume. The default of 4 MB leads to a maximum logical volume size of around 256GB. &lt;BR /&gt;&lt;BR /&gt;If the volume group metadata uses lvm2 format those restrictions do not apply, but having a large number of extents will slow down the tools but have no impact on I/O performance to the logical volume. The smallest PE is 1KB. &lt;BR /&gt;&lt;BR /&gt;The 2.4 kernel has a limitation of 2TB per block device. &lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Mon, 25 May 2009 12:17:48 GMT</pubDate>
    <dc:creator>Sajjad Sahir</dc:creator>
    <dc:date>2009-05-25T12:17:48Z</dc:date>
    <item>
      <title>PE size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425601#M354947</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;While vgcreate we use -s to set PE size.Default is 4 MB.Why we required to change the PE size from default 4MB.whats the advantages from doing so&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs&lt;BR /&gt;</description>
      <pubDate>Sun, 24 May 2009 18:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425601#M354947</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-05-24T18:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: PE size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425602#M354948</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;With the possible exception of a new feature in 11.31, you must re-create the volume group to change the -s setting for PE size.&lt;BR /&gt;&lt;BR /&gt;The advantages are bigger volume groups. Some performance advantage can be gained with bigger PE's and Oracle, that is a matter of dispute and debate.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 24 May 2009 18:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425602#M354948</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-24T18:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: PE size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425603#M354949</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You choose a non-default 'pe_size' during a 'vgcreate' to allow yourself to increase the size of the physical disks that comprise a volume group as it subsequently grows.  As the value of 'pe_size' increases (in powers of 2) so does the volume size.&lt;BR /&gt;&lt;BR /&gt;Once set 'pe_size' is forever fixed.  Even 'vgmodify' (available in 11.31 and in 11.23 with patches) can NOT alter its value.&lt;BR /&gt;&lt;BR /&gt;See for more insight:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60130/vgcreate.1M.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60130/vgcreate.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60130/vgmodify.1M.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60130/vgmodify.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 24 May 2009 20:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425603#M354949</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-05-24T20:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: PE size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425604#M354950</link>
      <description>The PE size is a bookeeping item. LVM is limited to 65 thousand PE's so regardless of how big your volume group might be, it cannot have more than 65k PEs. So a 4 MB PE size is extremely limiting for large (multi-GB) volumes. The PE size has virtually no effect on disk I/O performance. If you will be dealing with large volumes (terabytes), the PE size will have to be 16, 32 or 64 MB.</description>
      <pubDate>Mon, 25 May 2009 01:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425604#M354950</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-05-25T01:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: PE size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425605#M354951</link>
      <description>Hi Himacs&lt;BR /&gt;&lt;BR /&gt;The PE size is only used for bookeeping, and has nothing to do with actual read or write performance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Mon, 25 May 2009 08:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425605#M354951</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-05-25T08:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: PE size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425606#M354952</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;@ Taifur:  That's a really nice plagarism of Bill's post about 7-hours earlier.  Exactly what value did you add to this thread with your "me-too"?&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 25 May 2009 12:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425606#M354952</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-05-25T12:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: PE size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425607#M354953</link>
      <description>Dear Himacs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;u can change pe size during volume group creation by using vgcreate -s option&lt;BR /&gt;Sets the physical extent size on physical volumes of this volume group. A size suffix (k for kilobytes up to t for terabytes) is optional, megabytes is the default if no suffix is present. The default is 4 MB and it must be at least 1 KB and a power of 2. &lt;BR /&gt;Once this value has been set, it is difficult to change it without recreating the volume group which would involve backing up and restoring data on any logical volumes. However, if no extents need moving for the new value to apply, it can be altered using vgchange -s. &lt;BR /&gt;&lt;BR /&gt;If the volume group metadata uses lvm1 format, extents can vary in size from 8KB to 16GB and there is a limit of 65534 extents in each logical volume. The default of 4 MB leads to a maximum logical volume size of around 256GB. &lt;BR /&gt;&lt;BR /&gt;If the volume group metadata uses lvm2 format those restrictions do not apply, but having a large number of extents will slow down the tools but have no impact on I/O performance to the logical volume. The smallest PE is 1KB. &lt;BR /&gt;&lt;BR /&gt;The 2.4 kernel has a limitation of 2TB per block device. &lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 25 May 2009 12:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425607#M354953</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-25T12:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: PE size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425608#M354954</link>
      <description>2.4 kernel?? hey, it's an HP-UX forum!</description>
      <pubDate>Mon, 25 May 2009 17:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425608#M354954</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2009-05-25T17:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: PE size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425609#M354955</link>
      <description>&amp;gt; Sajjad: Linux comments...&lt;BR /&gt; &lt;BR /&gt;Many of the above statements about Linux are incorrect for HP-UX. Always consult the man pages for the system you are using.</description>
      <pubDate>Mon, 25 May 2009 21:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-size/m-p/4425609#M354955</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-05-25T21:33:03Z</dc:date>
    </item>
  </channel>
</rss>

