<?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 vg extend in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194172#M165271</link>
    <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;when I try to extend a mirrored volume group&lt;BR /&gt;of 17 GB with another 17 GB disk I get a message: "Disk MBytes More then VG can support - continue anyway?" &lt;BR /&gt;&lt;BR /&gt;Anyone any idea what is happening?</description>
    <pubDate>Tue, 17 Feb 2004 10:26:51 GMT</pubDate>
    <dc:creator>A.G.M. Velthof</dc:creator>
    <dc:date>2004-02-17T10:26:51Z</dc:date>
    <item>
      <title>vg extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194172#M165271</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;when I try to extend a mirrored volume group&lt;BR /&gt;of 17 GB with another 17 GB disk I get a message: "Disk MBytes More then VG can support - continue anyway?" &lt;BR /&gt;&lt;BR /&gt;Anyone any idea what is happening?</description>
      <pubDate>Tue, 17 Feb 2004 10:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194172#M165271</guid>
      <dc:creator>A.G.M. Velthof</dc:creator>
      <dc:date>2004-02-17T10:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: vg extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194173#M165272</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The vg accept all disks but is only able to use diskpace ( MAX PE per PV *  PE Size). This is default the size of the first disk added to the vg. If that is smaller as the disk you try to add you are not able to use all the disk space on the new disk. &lt;BR /&gt;&lt;BR /&gt;You can not alter those sizes. Your only option in fbackup remove current vg, create new one and lvrecover.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Feb 2004 10:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194173#M165272</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-02-17T10:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: vg extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194174#M165273</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have been there&lt;BR /&gt;&lt;BR /&gt;This happens when  you attempt to add a physical volume to a VG and the PV size exceeds the limit on the vg(max PE per PV).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sorry but you must remake it&lt;BR /&gt;&lt;BR /&gt;              Steve STeel</description>
      <pubDate>Tue, 17 Feb 2004 10:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194174#M165273</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-02-17T10:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: vg extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194175#M165274</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the output from&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v your_vg&lt;BR /&gt;&lt;BR /&gt;and check for these notes&lt;BR /&gt;&lt;BR /&gt;Max PE per PV               4350         &lt;BR /&gt;  &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;&lt;BR /&gt;This means your disk is probably to large for your volume group. I my case above 18 GB disks.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 17 Feb 2004 10:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194175#M165274</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-02-17T10:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: vg extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194176#M165275</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This error is received when attempting to add a physical volume to a volume&lt;BR /&gt;group and the size of the physical volume exceeds the disk size limit on the&lt;BR /&gt;volume group (max PE per PV).&lt;BR /&gt;&lt;BR /&gt;Since I dont know what size your disk is lets assume, the PE size is 4 Mbytes and the Max PE per PV limit is set to 1016.  This means that the largest disk that can be added to the volume group is 4064 Mbytes.  The disk that is being added to the volume&lt;BR /&gt;group is larger than the disk that was used when the volume group was created, the disk is added fine but you will only be able to used 4064 Mbytes of its space.&lt;BR /&gt;&lt;BR /&gt;This limit (max PE per PV) defaults to 1016 when the volume group is created (see the vgcreate(1M) man page, -e option).  This parameter can be adjusted by either using the '-e' option with vgcreate, or creating the volume group with the largest disk you plan to have in the volume group - this value will automatically be increased to match the size of the disk when the volume group is created.&lt;BR /&gt;&lt;BR /&gt;The only way to adjust this parameter on an established volume group is to recreate the volume group, requiring:&lt;BR /&gt;&lt;BR /&gt;1.  Backup the data in the file systems&lt;BR /&gt;&lt;BR /&gt;2.  lvreduce out the logical volumes&lt;BR /&gt;&lt;BR /&gt;3.  vgreduce out the physical volumes&lt;BR /&gt;&lt;BR /&gt;4.  vgremove the volume group&lt;BR /&gt;&lt;BR /&gt;5.  vgcreate the volume group with the -e  option to increase the max PEs&lt;BR /&gt;    per PV (or vgcreate-ing the volume group with the larger disk)&lt;BR /&gt;&lt;BR /&gt;6.  vgextend the physical volumes back in&lt;BR /&gt;&lt;BR /&gt;7.  lvcreate the logical volumes&lt;BR /&gt;&lt;BR /&gt;8.  newfs the file systems within those  logical volumes&lt;BR /&gt;&lt;BR /&gt;9.  Restore the data to the file systems&lt;BR /&gt;&lt;BR /&gt;The reason that this parameter cannot be changed dynamically is because it is used to calculate the size of the PE-to-LE mapping information kept in the Volume Group Reserve Area.  The formula used is:&lt;BR /&gt;&lt;BR /&gt;       2*max_pe*max_pv*(extent size)&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Everett&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2004 07:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194176#M165275</guid>
      <dc:creator>Everett R. Stroman</dc:creator>
      <dc:date>2004-02-18T07:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: vg extend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194177#M165276</link>
      <description>Thanks for the reply's.&lt;BR /&gt;I will recreate the volumegroup on the 2 new disks and restore the data.</description>
      <pubDate>Wed, 18 Feb 2004 07:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extend/m-p/3194177#M165276</guid>
      <dc:creator>A.G.M. Velthof</dc:creator>
      <dc:date>2004-02-18T07:34:18Z</dc:date>
    </item>
  </channel>
</rss>

