<?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: LVM question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/4041043#M302983</link>
    <description>using the -s 8 worked. I have never seen this before. All luns created have been 100 gb. thanks.</description>
    <pubDate>Fri, 20 Jul 2007 09:30:02 GMT</pubDate>
    <dc:creator>Chris Fadrowski</dc:creator>
    <dc:date>2007-07-20T09:30:02Z</dc:date>
    <item>
      <title>LVM question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/4041040#M302980</link>
      <description>i am trying to create a 400 gb lun from my IA64 11.23v2 unix server using LVM.&lt;BR /&gt;&lt;BR /&gt;when i did the vgcreate i get this.. can someone tell me what the problem is? i don't see the kernel parameter that it may be asking me to change...&lt;BR /&gt;&lt;BR /&gt;root@host:/&amp;gt;vgcreate vg22 /dev/dsk/ch7t1d4&lt;BR /&gt;Warning: Max_PE_per_PV for the volume group (65535) too small for this PV (102399).&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/vg22" 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;BR /&gt;</description>
      <pubDate>Fri, 20 Jul 2007 09:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/4041040#M302980</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2007-07-20T09:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: LVM question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/4041041#M302981</link>
      <description>IMHO, the command is telling you exactly what you need to do.&lt;BR /&gt;&lt;BR /&gt;see man vgcreate.</description>
      <pubDate>Fri, 20 Jul 2007 09:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/4041041#M302981</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-07-20T09:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: LVM question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/4041042#M302982</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;The error is self-explanatory.  The maximum number of EXTENTS is 65,535.  You need to choose a *larger* value for the EXTENT SIZE to accomodate fully utilizing your disk.  &lt;BR /&gt;&lt;BR /&gt;See the manpages for 'vgcreate' and choose a larger value for '-s pe_size'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 20 Jul 2007 09:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/4041042#M302982</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-07-20T09:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: LVM question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/4041043#M302983</link>
      <description>using the -s 8 worked. I have never seen this before. All luns created have been 100 gb. thanks.</description>
      <pubDate>Fri, 20 Jul 2007 09:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/4041043#M302983</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2007-07-20T09:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: LVM question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/4041044#M302984</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;There are basically 2 errors.&lt;BR /&gt;First error is telling you that using default values of PE Size = 4 MB (as you have not specified any) and your disk being 400 GB :(400*1024)/4 = 102399 Physical extents would be needed to be configured, whereas LVM has a limitation of being able to use only 65535 PEs.&lt;BR /&gt;Next error imdicates that the VGRA (Volume Group Reserved Area) is small for the configuration you are trying to use - (again using default value of PE size = 4MB) expecting the VGRA to store more number of extents information than it can.&lt;BR /&gt;Thus you need to specify the parameters in such a way that all limits are stuck to.&lt;BR /&gt;Try using PE Size = 8 MB or 16 MB [ or as you would prefer ] using parameter -s 8&lt;BR /&gt;or -s 16 while doinf a vgcreate.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Fri, 20 Jul 2007 09:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/4041044#M302984</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2007-07-20T09:41:05Z</dc:date>
    </item>
  </channel>
</rss>

