<?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: about create VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-create-vg/m-p/3843291#M611908</link>
    <description>Thanks for your relply.</description>
    <pubDate>Mon, 14 Aug 2006 22:30:22 GMT</pubDate>
    <dc:creator>rayche</dc:creator>
    <dc:date>2006-08-14T22:30:22Z</dc:date>
    <item>
      <title>about create VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-create-vg/m-p/3843287#M611904</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  I remember there is relationship between the size of PE,the number of PV and the number of PEs when we create VG.&lt;BR /&gt;  For example, I use four PVs and the size of PV is 46G, when I vgcreate -s 1 /dev/vgcheck ....., there is error message :&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;but when I change "-s 1" to "-s 2", VG can be created successfully, so who can tell me the deatailed relationship between those parameter ( number of PE,number of PV,PE SIZE,PV SIZE..)?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 14 Aug 2006 20:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-create-vg/m-p/3843287#M611904</guid>
      <dc:creator>rayche</dc:creator>
      <dc:date>2006-08-14T20:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: about create VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-create-vg/m-p/3843288#M611905</link>
      <description>Essentially the size of any one PV or any one LVOL is limited by the product of pe_size which must be a power of two multiple of 1MiB and max_pe's. Max_pe can be no larger than 64Ki so you need to choose values so that max_pe's X pe_size will accomodate your largest anticipated PV or LVOL and at the same time max_pe's must be &amp;lt;= 65535. That's really all there is to it. It you don't specify the values then defaults are used which may not accodate your needs.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2006 21:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-create-vg/m-p/3843288#M611905</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-14T21:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: about create VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-create-vg/m-p/3843289#M611906</link>
      <description>By the way, smaller PE's are slightly favored over larger PE's only because you are less likely to fit an exact number of larger PE's on a given disk so that some space at the end of the disk may go unused --- although in today's world the loss of 8MiB or 64MiB at the end of the disk would likely be considered trivial. There is no performance advantage to any PE size over another with one dubious exception. If you are running extent-based stripes then smaller PE's better distribute the I/O but the smallest possible PE (1MiB) is still much too large to be a good stripe size.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2006 21:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-create-vg/m-p/3843289#M611906</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-14T21:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: about create VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-create-vg/m-p/3843290#M611907</link>
      <description>Try:&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 32 /dev/vg## /dev/dsk/c#t#d# where:&lt;BR /&gt;&lt;BR /&gt;-s = PE_SIZE (*default = 4mb *)&lt;BR /&gt;&lt;BR /&gt;PE must be a power of 2:  1,2,4,8,16,32,64,128 or 256&lt;BR /&gt;&lt;BR /&gt;Everything must fit into one PE.  The VGRA is one PE.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;PV_SIZE &amp;gt; 1016 * PE_SIZE&lt;BR /&gt;&lt;BR /&gt;If PV_SIZE exceeds (1016 * PE_SIZE) then MAX_PE is increased.&lt;BR /&gt;&lt;BR /&gt;32 mb PE_SIZE&lt;BR /&gt;47104 mb for PV_SIZE (* 46 GB *)&lt;BR /&gt;&lt;BR /&gt;Equals 1472 MAX_PE.  Use vgdisplay to verify.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60103/vgcreate.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60103/vgcreate.1M.html&lt;/A&gt;</description>
      <pubDate>Mon, 14 Aug 2006 21:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-create-vg/m-p/3843290#M611907</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-08-14T21:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: about create VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-create-vg/m-p/3843291#M611908</link>
      <description>Thanks for your relply.</description>
      <pubDate>Mon, 14 Aug 2006 22:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-create-vg/m-p/3843291#M611908</guid>
      <dc:creator>rayche</dc:creator>
      <dc:date>2006-08-14T22:30:22Z</dc:date>
    </item>
  </channel>
</rss>

