<?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: Warning: Max_PE_per_PV for the volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-max-pe-per-pv-for-the-volume-group/m-p/5947959#M493783</link>
    <description>&lt;P&gt;You likely need to add some additional parameters to your vgcreate command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I would do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;# vgcreate -s 64 -l 10 -p 12 vg02 /dev/dsk/c6t0d1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What these do:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-s 64 --- sets the PE size at 64 MB (default is 4 MB, maximum is 256 MB)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-l 10 --- allows for 10 LV's to be defined in this VG (the number you choose should be appropriate for your environment - the default is 255, which is the maximum)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-p 12 --- allows for 12 physical volumes in the VG&amp;nbsp;&lt;SPAN&gt;(the number you choose should be appropriate for your environment - the default is 16)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;For more information on the various options, see the 'vgcreate' man page.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;You may be able to create your VG by specifying a new value for the PE size only. &amp;nbsp;Something like:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;# vgcreate -s 64&amp;nbsp;&lt;SPAN&gt;vg02 /dev/dsk/c6t0d1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you still have problems and receive an error, try increasing the value of the '-s' option. &amp;nbsp;Be aware that it must be specified in powers of 2, so the &amp;nbsp;next values after 64 are 128 &amp;amp; 256.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jan 2013 20:09:18 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2013-01-29T20:09:18Z</dc:date>
    <item>
      <title>Warning: Max_PE_per_PV for the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-max-pe-per-pv-for-the-volume-group/m-p/5947927#M493782</link>
      <description>&lt;P&gt;#vgcreate vg02 /dev/dsk/c6t0d1&lt;BR /&gt;Warning: Max_PE_per_PV for the volume group (65535) too small for this PV (166911).&lt;BR /&gt;Using only 65535 PEs from this physical volume.&lt;BR /&gt;Increased the number of physical extents per physical volume to 65535.&lt;BR /&gt;vgcreate: Volume group "/dev/vg02" could not be created:&lt;BR /&gt;VGRA for the disk is too big for the specified parameters. Increase the&lt;BR /&gt;extent size or decrease max_PVs/max_LVs and try again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting the above error message, Any Help would be highly appreciated&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 19:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-max-pe-per-pv-for-the-volume-group/m-p/5947927#M493782</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2013-01-29T19:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Warning: Max_PE_per_PV for the volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/warning-max-pe-per-pv-for-the-volume-group/m-p/5947959#M493783</link>
      <description>&lt;P&gt;You likely need to add some additional parameters to your vgcreate command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I would do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;# vgcreate -s 64 -l 10 -p 12 vg02 /dev/dsk/c6t0d1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What these do:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-s 64 --- sets the PE size at 64 MB (default is 4 MB, maximum is 256 MB)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-l 10 --- allows for 10 LV's to be defined in this VG (the number you choose should be appropriate for your environment - the default is 255, which is the maximum)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-p 12 --- allows for 12 physical volumes in the VG&amp;nbsp;&lt;SPAN&gt;(the number you choose should be appropriate for your environment - the default is 16)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;For more information on the various options, see the 'vgcreate' man page.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;You may be able to create your VG by specifying a new value for the PE size only. &amp;nbsp;Something like:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;# vgcreate -s 64&amp;nbsp;&lt;SPAN&gt;vg02 /dev/dsk/c6t0d1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you still have problems and receive an error, try increasing the value of the '-s' option. &amp;nbsp;Be aware that it must be specified in powers of 2, so the &amp;nbsp;next values after 64 are 128 &amp;amp; 256.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 20:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/warning-max-pe-per-pv-for-the-volume-group/m-p/5947959#M493783</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2013-01-29T20:09:18Z</dc:date>
    </item>
  </channel>
</rss>

