<?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: Problem while extending the VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404183#M626302</link>
    <description>You will have to recreate the voulme group...&lt;BR /&gt;&lt;BR /&gt;For a 34GB LUN, you need to create a vg like so:&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 8 -p 128 /dev/vgXX /dev/dsk/cXtXdX&lt;BR /&gt;&lt;BR /&gt;man vgcreate for more info&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Wed, 20 Oct 2004 10:01:40 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-10-20T10:01:40Z</dc:date>
    <item>
      <title>Problem while extending the VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404179#M626298</link>
      <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;I have HPUX clusters connected to XP512.&lt;BR /&gt;&lt;BR /&gt;I have one VG which already in place. and I want to extend it.&lt;BR /&gt;&lt;BR /&gt;While extending it gives following problem:&lt;BR /&gt;&lt;BR /&gt;# vgextend /dev/cad /dev/dsk/c4t15d5&lt;BR /&gt;vgextend: Warning: Max_PE_per_PV for the volume group (3473) too small for this PV (8690).&lt;BR /&gt;         Using only 3473 PEs from this physical volume.&lt;BR /&gt;Volume group "/dev/cad" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/cad has been saved in /etc/lvmconf/cad.conf&lt;BR /&gt;&lt;BR /&gt;The size of the LUN is 34 GB (OPEN-L).&lt;BR /&gt;&lt;BR /&gt;The details of VG is:&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/cad&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available, exclusive      &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      1      &lt;BR /&gt;Open LV                     1      &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      8      &lt;BR /&gt;Act PV                      8      &lt;BR /&gt;Max PE per PV               3473         &lt;BR /&gt;VGDA                        16  &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;Total PE                    27776   &lt;BR /&gt;Alloc PE                    25600   &lt;BR /&gt;Free PE                     2176    &lt;BR /&gt;Total PVG                   0        &lt;BR /&gt;Total Spare PVs             0              &lt;BR /&gt;Total Spare PVs in use      0                   &lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Mahesh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 09:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404179#M626298</guid>
      <dc:creator>Mahesh Babbar</dc:creator>
      <dc:date>2004-10-20T09:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while extending the VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404180#M626299</link>
      <description>Hi Mahesh,&lt;BR /&gt;&lt;BR /&gt;you are running into the MX_PE per PV limit for the VG. This is a standard problem for unix admin in recent days.&lt;BR /&gt;&lt;BR /&gt;A Look at this doc from itrc would be helpful in understanding the situation,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063201757" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063201757&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The itrc doc id is KBRC00004285&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 09:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404180#M626299</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-10-20T09:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while extending the VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404181#M626300</link>
      <description>Mahesh,&lt;BR /&gt;&lt;BR /&gt; It looks like the PVs that are already part of the volume group are of size 13.X GB. When the VG is created, MAX PE per PV is set to the biggest PV size added to the VG at the time of creation.&lt;BR /&gt;&lt;BR /&gt; Now you could only use 4 * 3473 MB of 34 GB LUN you just added.&lt;BR /&gt;&lt;BR /&gt; Are you running 11i or 11.0. &lt;BR /&gt;&lt;BR /&gt; If 11i, I have an unsupported program that can help you increase the PE size or Max PE per PV without recreating the Volume group.&lt;BR /&gt;&lt;BR /&gt; Only other option is to recreate the volume group with a bigger Max PE per PV value.&lt;BR /&gt;&lt;BR /&gt;- Sundar.</description>
      <pubDate>Wed, 20 Oct 2004 10:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404181#M626300</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-20T10:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while extending the VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404182#M626301</link>
      <description>The PE Size and Max PE per PV default to fit the size of the original disk in the VG.  The only way to change this is to re-create the VG from scratch.  Back up the data, remove the VG, create the VG, specifying suitable PE Size and Max PE per PV figures, and restore the data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 20 Oct 2004 10:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404182#M626301</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-10-20T10:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while extending the VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404183#M626302</link>
      <description>You will have to recreate the voulme group...&lt;BR /&gt;&lt;BR /&gt;For a 34GB LUN, you need to create a vg like so:&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 8 -p 128 /dev/vgXX /dev/dsk/cXtXdX&lt;BR /&gt;&lt;BR /&gt;man vgcreate for more info&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 20 Oct 2004 10:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404183#M626302</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-20T10:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while extending the VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404184#M626303</link>
      <description>The volume group was created with too low of a max_pe setting to allow for a larger disk.&lt;BR /&gt;&lt;BR /&gt;There is an enhancement request to allow this setting to be changed on-the-fly, but that has not been addressed yet.&lt;BR /&gt;&lt;BR /&gt;You will have to recreate the volume group to accommodate the larger disks.  Be sure to specify -e max_pe to allow for future growth beyond these disks.</description>
      <pubDate>Wed, 20 Oct 2004 10:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404184#M626303</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-10-20T10:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while extending the VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404185#M626304</link>
      <description>Thanks to all for replying so fast.&lt;BR /&gt;&lt;BR /&gt;Sundar : Can you please elaborate on the utility which can do the trick w/o recreating the VG.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Mahesh</description>
      <pubDate>Wed, 20 Oct 2004 10:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404185#M626304</guid>
      <dc:creator>Mahesh Babbar</dc:creator>
      <dc:date>2004-10-20T10:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while extending the VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404186#M626305</link>
      <description>Mahesh,&lt;BR /&gt;&lt;BR /&gt;  Attached is the tool I was talking about. There are lot of pre-requisites that have to be met for the tool to succeed.&lt;BR /&gt;  &lt;BR /&gt;  I would strongly recommend taking the complete backup of VG before using the tool.&lt;BR /&gt;&lt;BR /&gt;  also remember this tool is not supported by HP.&lt;BR /&gt;&lt;BR /&gt;- Sundar.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 11:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-extending-the-vg/m-p/3404186#M626305</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-20T11:36:35Z</dc:date>
    </item>
  </channel>
</rss>

