<?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: vgextend error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694812#M644765</link>
    <description>Can I continue with this message? So I am not utilizing the full capacity of the disk right?&lt;BR /&gt;The volume group has seagate drives Now I am adding EMC DRIVES they are little bigger in size.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 01 Apr 2002 20:35:11 GMT</pubDate>
    <dc:creator>Raji Murthy</dc:creator>
    <dc:date>2002-04-01T20:35:11Z</dc:date>
    <item>
      <title>vgextend error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694807#M644760</link>
      <description>When I tried to extend one of my volume group I got this message. Can anyone help me to resolve this?&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;vgextend: Not enough physical extents per physical volume.&lt;BR /&gt; Need: 1057, Have: 1023.&lt;BR /&gt;Volume group "/dev/vg01" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 01 Apr 2002 20:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694807#M644760</guid>
      <dc:creator>Raji Murthy</dc:creator>
      <dc:date>2002-04-01T20:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694808#M644761</link>
      <description>There wasn't enough free space on your disk for the vgextend you've defined. So the vgextend just took the free space he still could claim. Have a look with "vgdisplay -v /dev/vg01", you'll see that the sizes are a bit smaller.&lt;BR /&gt;&lt;BR /&gt;Kurt</description>
      <pubDate>Mon, 01 Apr 2002 20:21:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694808#M644761</guid>
      <dc:creator>Kurt Beyers.</dc:creator>
      <dc:date>2002-04-01T20:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694809#M644762</link>
      <description>The resolution is easy -- Use a smaller size for you LV extension.  You've got 1023 free extents (probably 4092 MB) and you're trying to extend by 1057 extents (4228 MB).  Decrease the size you want to make the LV by 150MB and you should be OK.</description>
      <pubDate>Mon, 01 Apr 2002 20:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694809#M644762</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-04-01T20:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694810#M644763</link>
      <description>This means it was looking for a physical devie with 1057 extent but it got the physical device with 1053 extents and it has increased the Volume Group by 1053 extents.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Mon, 01 Apr 2002 20:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694810#M644763</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-04-01T20:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694811#M644764</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;your max PE value for the Vg is more than the possible PE's for the disk on which you are trying to extend this VG.&lt;BR /&gt;&lt;BR /&gt;The max size of a disk that can be included in the Vg you are trying to extend is &lt;BR /&gt;maxPE*PESize&lt;BR /&gt;1023*4 ==&amp;gt; 4092MB.&lt;BR /&gt;&lt;BR /&gt;The disk that you are trying to add can have 1057PE's&lt;BR /&gt;Disk Capacity ==&amp;gt; 1057*4 --&amp;gt; 4228MB&lt;BR /&gt;&lt;BR /&gt;Since you can only utilize 4092 MB from any large capacity disk added to this VG, your PE on the disk has been reduced to 1023.&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=9bf701c419829ffc51/screen=ckiDisplayDocument?docId=200000055877488" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=9bf701c419829ffc51/screen=ckiDisplayDocument?docId=200000055877488&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The error that you are receiving is not a problem.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Apr 2002 20:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694811#M644764</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-04-01T20:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694812#M644765</link>
      <description>Can I continue with this message? So I am not utilizing the full capacity of the disk right?&lt;BR /&gt;The volume group has seagate drives Now I am adding EMC DRIVES they are little bigger in size.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 01 Apr 2002 20:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694812#M644765</guid>
      <dc:creator>Raji Murthy</dc:creator>
      <dc:date>2002-04-01T20:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694813#M644766</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;since you are not loosing much disk space. you can continue with this disk without any problem.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Apr 2002 20:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694813#M644766</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-04-01T20:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694814#M644767</link>
      <description>Are you creating a fresh volume group? If it is yes , I would suggest to create the Volume Group with higher max PE.&lt;BR /&gt;&lt;BR /&gt;vgcreate -e 10000 /dev/vg01 /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Mon, 01 Apr 2002 20:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend-error/m-p/2694814#M644767</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-04-01T20:47:50Z</dc:date>
    </item>
  </channel>
</rss>

