<?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: Error creating VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002322#M632673</link>
    <description>Hi, no kernel parameter, but vgcreate parameter.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you don't specify, you use a PE of 4 M&lt;BR /&gt;&lt;BR /&gt;you may try with a PE size of 16M&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;see "man vgcreate" for the details.&lt;BR /&gt;&lt;BR /&gt; HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Jun 2003 13:12:32 GMT</pubDate>
    <dc:creator>Massimo Bianchi</dc:creator>
    <dc:date>2003-06-19T13:12:32Z</dc:date>
    <item>
      <title>Error creating VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002321#M632672</link>
      <description>I want to create a VGxx in my server, but when I assigned the name and select the disk (253530), received the next messages:&lt;BR /&gt;&lt;BR /&gt;vgcreate: Volume group "/dev/vgid2" could not be created: VGRA for the disk is too big for the specified parameters. Increase the extent size or decrease max_PVs/max_LVs and try again.  What parameter I need to increase in kernel??&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 19 Jun 2003 13:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002321#M632672</guid>
      <dc:creator>Carlos Vanegas</dc:creator>
      <dc:date>2003-06-19T13:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002322#M632673</link>
      <description>Hi, no kernel parameter, but vgcreate parameter.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you don't specify, you use a PE of 4 M&lt;BR /&gt;&lt;BR /&gt;you may try with a PE size of 16M&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;see "man vgcreate" for the details.&lt;BR /&gt;&lt;BR /&gt; HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2003 13:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002322#M632673</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-19T13:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002323#M632674</link>
      <description>Let's see the commands you used with error message.</description>
      <pubDate>Thu, 19 Jun 2003 13:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002323#M632674</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-06-19T13:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002324#M632675</link>
      <description>Hi Carlos:&lt;BR /&gt;&lt;BR /&gt;There is no kernel parameter to change.  As the message indictes you need to modify the 'max_pe', 'pe_size', 'max_pv' and/or 'max_lv' to create a smaller LVM header which will fit in one physical extent.&lt;BR /&gt;&lt;BR /&gt;The most likely parameter to change is the 'pe_size'.  Enlarge it.  See the man pages for 'vgcreate' for more details.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 19 Jun 2003 13:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002324#M632675</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-06-19T13:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002325#M632676</link>
      <description>Usually, if you set up a new volume group without any command line switches, the default physical extent size (pe_size=4MB) is used. pe_size can be in the range 1 to 256MB. pe_size must be equal to a power of 2 (1, 2, 4, 8, etc.). The default value for maximal physical extents (max_pe) is 1016.&lt;BR /&gt;&lt;BR /&gt;However, if the size of any physical volume exceeds 1016 times the pe_size, the default value for max_pe is adjusted automatically 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;This automatic procedure does not work, if you manually set the pe_size, e.g.:&lt;BR /&gt;&lt;BR /&gt;    # vgcreate -s 8 vgXY /dev/dsk/cCtTdD&lt;BR /&gt;&lt;BR /&gt;In this example the vgcreate only works with disks smaller or equal than 8128 MB (1016 times 8MB).&lt;BR /&gt;&lt;BR /&gt;If you want to use larger disks you have also to apply the max_pe value, e.g. for a 64GB disk:&lt;BR /&gt;&lt;BR /&gt;    # vgcreate -s 8 -e 8192 vgXY /dev/dsk/cCtTdD&lt;BR /&gt;&lt;BR /&gt;NOTE: Plan these values carefully, thinking of the largest disk you want to use in the future. You cannot change pe_size and max_pe, resp., for an existing volume group.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2003 16:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002325#M632676</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-06-19T16:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002326#M632677</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Intresting what size of your disk?&lt;BR /&gt;No it's not kernel, it's VG creation parms.&lt;BR /&gt;&lt;BR /&gt;You must change the PE size when you&lt;BR /&gt;create PE (make it bigger 16-32 depend)&lt;BR /&gt;&lt;BR /&gt;You can also try to use SAM and see what&lt;BR /&gt;size he will choose.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Thu, 19 Jun 2003 20:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-creating-vg/m-p/3002326#M632677</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-19T20:12:49Z</dc:date>
    </item>
  </channel>
</rss>

