<?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: volume group cannot be extended in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151741#M318846</link>
    <description>Jacques,&lt;BR /&gt;ItÂ´s a default configuration, canÂ´t be modified.  In new creations, the default configuration can be modified:&lt;BR /&gt;vgcrete -p 255 (the maximum) vg_name.&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Feb 2008 18:54:59 GMT</pubDate>
    <dc:creator>Laerte Cardoso</dc:creator>
    <dc:date>2008-02-27T18:54:59Z</dc:date>
    <item>
      <title>volume group cannot be extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151740#M318845</link>
      <description>The following is the error message I'm getting when I try to extend vg02. Can this limitation be modified?&lt;BR /&gt;&lt;BR /&gt;========================================&lt;BR /&gt;Volume group "vg02" currently contains 16 physical volumes, which is the maximum number of physical volumes it was configured to contain. This volume group cannot be extended.&lt;BR /&gt;=========================================&lt;BR /&gt;Jacques</description>
      <pubDate>Wed, 27 Feb 2008 18:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151740#M318845</guid>
      <dc:creator>Jacques Carriere</dc:creator>
      <dc:date>2008-02-27T18:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: volume group cannot be extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151741#M318846</link>
      <description>Jacques,&lt;BR /&gt;ItÂ´s a default configuration, canÂ´t be modified.  In new creations, the default configuration can be modified:&lt;BR /&gt;vgcrete -p 255 (the maximum) vg_name.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2008 18:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151741#M318846</guid>
      <dc:creator>Laerte Cardoso</dc:creator>
      <dc:date>2008-02-27T18:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: volume group cannot be extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151742#M318847</link>
      <description>&lt;!--!*#--&gt;If you are running hp-ux 11.23 or 11.31, this could be your solution:&lt;BR /&gt;&lt;BR /&gt;Usage: vgmodify &lt;BR /&gt;        [-e MaxPhysicalExtents] &lt;BR /&gt;        [-p MaxPhysicalVolumes] &lt;BR /&gt;        [-l MaxLogicalVolumes] &lt;BR /&gt;        [-v] &lt;BR /&gt;        [-n] &lt;BR /&gt;        [-r] &lt;BR /&gt;        [-B bootable] &lt;BR /&gt;        VolumeGroupName {[pv_path] [pv_path] ....}&lt;BR /&gt;&lt;BR /&gt;or      vgmodify -o [-v] [-r] [-B bootable] VolumeGroupName {[pv_path] ....}&lt;BR /&gt;&lt;BR /&gt;or      vgmodify -t [-v] [-n] [-B bootable] VolumeGroupName {[pv_path] ....}&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2008 19:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151742#M318847</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-02-27T19:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: volume group cannot be extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151743#M318848</link>
      <description>If you are using 11iv3, you can use the vgmodify command to modify the the max_pv attribute.</description>
      <pubDate>Wed, 27 Feb 2008 19:01:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151743#M318848</guid>
      <dc:creator>Sanjay Yugal Kishore Ha</dc:creator>
      <dc:date>2008-02-27T19:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: volume group cannot be extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151744#M318849</link>
      <description>Hi Jacques:&lt;BR /&gt;&lt;BR /&gt;If you are running 11.31 you can use 'vgmodify' to alter the maximum number of physical volumes in the volume group.  If you are running 11.23, and you have patches PHCO_36744, PHKL_36745 and PHKL_36746, then you can use 'vgmodify', too.&lt;BR /&gt;&lt;BR /&gt;If you are running 11.11 or earlier, you must totally recreate the volume group from scratch, this time specifying '-p max_pv' when you execute 'vgcreate'.&lt;BR /&gt;&lt;BR /&gt;For 'vgmodify', see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/vgmodify.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/vgmodify.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 27 Feb 2008 19:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151744#M318849</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-02-27T19:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: volume group cannot be extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151745#M318850</link>
      <description>Unfortunately, this server is at  11.11 and cannot be modified. &lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2008 19:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151745#M318850</guid>
      <dc:creator>Jacques Carriere</dc:creator>
      <dc:date>2008-02-27T19:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: volume group cannot be extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151746#M318851</link>
      <description>IIRC, Robert-Jan attached an *unsupported* version for 11.11 recently.&lt;BR /&gt;With some luck you can find it ...&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2008 19:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151746#M318851</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-02-27T19:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: volume group cannot be extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151747#M318852</link>
      <description>Here's the thread that Torsten is referring to:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1204140461587+28353475&amp;amp;threadId=1198982" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1204140461587+28353475&amp;amp;threadId=1198982&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 27 Feb 2008 19:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-cannot-be-extended/m-p/4151747#M318852</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-02-27T19:28:56Z</dc:date>
    </item>
  </channel>
</rss>

