<?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: PV in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717905#M62313</link>
    <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;Everyone else has explained completely what the max # of pv you can have in a vg.  &lt;BR /&gt;&lt;BR /&gt;As was said there is no kernel parm that controls this BUT ...I have found some folks believe maxvgs has something to do with # of pv in a vg.  Just to augment another bit of info on this for you....&lt;BR /&gt;&lt;BR /&gt;maxvgs is how many vg you can create on a system.  &lt;BR /&gt;If your maxvgs is set to 10 than you can create vg with the minor number of 0-9.  So minor numbers such as 0x0a0000 or 0x10000 would be unable to create.&lt;BR /&gt;Hex converted to dec&lt;BR /&gt;0a = 10&lt;BR /&gt;0b = 11&lt;BR /&gt;10 = 16&lt;BR /&gt;11 = 17&lt;BR /&gt;&lt;BR /&gt;To allow for additional creation of vg's you would have to increase the parm maxvgs &amp;amp; reboot.&lt;BR /&gt;&lt;BR /&gt;Like I said, just adding a tidbit here..hope you don't mind.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
    <pubDate>Mon, 06 May 2002 17:37:37 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2002-05-06T17:37:37Z</dc:date>
    <item>
      <title>PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717896#M62304</link>
      <description>Is there a limit as to how many physical volumes I can have in a volume group?&lt;BR /&gt;If so, what kernel parm controls this action?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bob</description>
      <pubDate>Mon, 06 May 2002 16:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717896#M62304</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-05-06T16:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717897#M62305</link>
      <description>The -p option to vgcreate dictates the maximum number of physical volumes allowed. The default is 16. The absolute max is 255.</description>
      <pubDate>Mon, 06 May 2002 16:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717897#M62305</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-05-06T16:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717898#M62306</link>
      <description>Hi Bob:&lt;BR /&gt;&lt;BR /&gt;The maximum number of PV in a single VG - 255.&lt;BR /&gt;&lt;BR /&gt;The default is 16, if you want to change this use -p option with vgcreate command.&lt;BR /&gt;&lt;BR /&gt;# man vgcreate - for details.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 06 May 2002 16:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717898#M62306</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-06T16:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717899#M62307</link>
      <description>do a &lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg00 | more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note the PV max - there's your limit. Yes you can change it. There is a max, of which I think it's probably around 255 with some other possible restrictions.&lt;BR /&gt;&lt;BR /&gt;man vgcreate -p option&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 06 May 2002 16:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717899#M62307</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-06T16:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717900#M62308</link>
      <description>By default, the maximum logical volumes in a volume group is 255, this value can be decreased but not increased, by recreating the volume group. The maximum physical volumes per volume group is set to 16 by default, but can be decreased or increased up to 255, again, by recreating the volume group. See "-l" option in vgcreate.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 17:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717900#M62308</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-06T17:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717901#M62309</link>
      <description>Sorry .. I meant "-p" option. No kernel parameter is involved here.</description>
      <pubDate>Mon, 06 May 2002 17:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717901#M62309</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-06T17:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717902#M62310</link>
      <description>The max is 255, man vgcreate and see the "-p" switch.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 17:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717902#M62310</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-05-06T17:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717903#M62311</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;there a two limits: &lt;BR /&gt;- an absolute one: 255 PV / VG&lt;BR /&gt;- an relative one: the amount of PVs configured when the VG was created (default: 16)&lt;BR /&gt;&lt;BR /&gt;So, whatever is lower will be your limit, and since you cannot modify these parameters later on, you'll have to do it right from the very beginning!&lt;BR /&gt;&lt;BR /&gt;Oh, and there is no kernel parameter for PVs / VG, there is only one about the amount of VGs / computer ("maxvgs").&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 17:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717903#M62311</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-05-06T17:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717904#M62312</link>
      <description>Hi Robert:&lt;BR /&gt;&lt;BR /&gt;As already noted, the maximum number of physical volumes in one volume group is 255 (ranging from 1-255) with a default of 16 during 'vgcreate'.  Too, once set, it cannot be changed for the volume group unless you destroy and recreate the group.  No kernel parameter is directly involved or tunable.&lt;BR /&gt;&lt;BR /&gt;I think, however, that you may be thinking of another of the kernel parameter 'maxvgs'.  This is tunable and controls the maximum number of LVM *Volume Groups* that can be created and/or activated on the system.  The default is 10 and the allowable range is 1-256.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 06 May 2002 17:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717904#M62312</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-06T17:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: PV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717905#M62313</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;Everyone else has explained completely what the max # of pv you can have in a vg.  &lt;BR /&gt;&lt;BR /&gt;As was said there is no kernel parm that controls this BUT ...I have found some folks believe maxvgs has something to do with # of pv in a vg.  Just to augment another bit of info on this for you....&lt;BR /&gt;&lt;BR /&gt;maxvgs is how many vg you can create on a system.  &lt;BR /&gt;If your maxvgs is set to 10 than you can create vg with the minor number of 0-9.  So minor numbers such as 0x0a0000 or 0x10000 would be unable to create.&lt;BR /&gt;Hex converted to dec&lt;BR /&gt;0a = 10&lt;BR /&gt;0b = 11&lt;BR /&gt;10 = 16&lt;BR /&gt;11 = 17&lt;BR /&gt;&lt;BR /&gt;To allow for additional creation of vg's you would have to increase the parm maxvgs &amp;amp; reboot.&lt;BR /&gt;&lt;BR /&gt;Like I said, just adding a tidbit here..hope you don't mind.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2002 17:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pv/m-p/2717905#M62313</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2002-05-06T17:37:37Z</dc:date>
    </item>
  </channel>
</rss>

