<?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: Min PV size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/min-pv-size/m-p/4585437#M552893</link>
    <description>I figured this. The LVM needs some space to store the meta data for a particular VG. Unfortunately there is no direct command that will tell me the metadata size for a VG of a particular size. So If I potentially need to create a VG of certain size I need to create a disk that is VG size + metadata. &lt;BR /&gt;&lt;BR /&gt;is there a CLI or some programmatic way of calculating the metadata size.&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Feb 2010 14:11:55 GMT</pubDate>
    <dc:creator>blacof</dc:creator>
    <dc:date>2010-02-17T14:11:55Z</dc:date>
    <item>
      <title>Min PV size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/min-pv-size/m-p/4585434#M552890</link>
      <description>Gus Im using LVM 2.1 and trying to create a 2.1 VG.When using vgcreate with -S option you need to specify the max size the DG can grow to. With that in min I tried to create a 512t VG and accordingly I gave 16m as PE size. But it throws up an error saying that my PV is too small. Please advise &lt;BR /&gt;&lt;BR /&gt;My Disk/PV is 64m&lt;BR /&gt;&lt;BR /&gt;bash-3.2# pvcreate /dev/rdsk/c5t0d2&lt;BR /&gt;Physical volume "/dev/rdsk/c5t0d2" has been successfully created.&lt;BR /&gt;&lt;BR /&gt;bash-3.2# diskinfo -b /dev/rdsk/c5t0d2&lt;BR /&gt;65536&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;bash-3.2# vgcreate -V 2.1  -S 512t -s 16m myvg /dev/dsk/c5t0d2&lt;BR /&gt;vgcreate: Volume group "/dev/myvg" could not be created:&lt;BR /&gt;Error: One of the physical volumes is too small to be configured&lt;BR /&gt;as part of the volume group.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Feb 2010 11:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/min-pv-size/m-p/4585434#M552890</guid>
      <dc:creator>blacof</dc:creator>
      <dc:date>2010-02-17T11:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Min PV size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/min-pv-size/m-p/4585435#M552891</link>
      <description>Maybe I'm reading this wrong...&lt;BR /&gt;&lt;BR /&gt;But are you trying to create a volume group size max of 512 Terabytes?  16Mb I can understand....but....&lt;BR /&gt;Do you really want the vg that big?&lt;BR /&gt;Now I appreciate that the max size allowed is 2 Petabytes for LVM 2.0 and 2.1 (it's in the manpages), but wouldn't that make for a really hard to manage volume group.&lt;BR /&gt;&lt;BR /&gt;Maybe you could run vgcreate -E option as suggested in the manpage to check the relationship b/t pe size and max vg size and it will give you the maximum size that the vg can be set at.  &lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Feb 2010 13:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/min-pv-size/m-p/4585435#M552891</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2010-02-17T13:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Min PV size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/min-pv-size/m-p/4585436#M552892</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at the examples listed in this document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/6054/LVM_Limits_White_Paper_V4.pdf" target="_blank"&gt;http://docs.hp.com/en/6054/LVM_Limits_White_Paper_V4.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 17 Feb 2010 14:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/min-pv-size/m-p/4585436#M552892</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2010-02-17T14:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Min PV size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/min-pv-size/m-p/4585437#M552893</link>
      <description>I figured this. The LVM needs some space to store the meta data for a particular VG. Unfortunately there is no direct command that will tell me the metadata size for a VG of a particular size. So If I potentially need to create a VG of certain size I need to create a disk that is VG size + metadata. &lt;BR /&gt;&lt;BR /&gt;is there a CLI or some programmatic way of calculating the metadata size.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Feb 2010 14:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/min-pv-size/m-p/4585437#M552893</guid>
      <dc:creator>blacof</dc:creator>
      <dc:date>2010-02-17T14:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Min PV size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/min-pv-size/m-p/4585438#M552894</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; is there a CLI or some programmatic way of calculating the metadata size&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/lvm-v2/L2_whitepaper_8.pdf" target="_blank"&gt;http://docs.hp.com/en/lvm-v2/L2_whitepaper_8.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 17 Feb 2010 14:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/min-pv-size/m-p/4585438#M552894</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-17T14:13:46Z</dc:date>
    </item>
  </channel>
</rss>

