<?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 Cannot create a volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589727#M647560</link>
    <description>I am trying to create a volume group on a disk array.  I have about 140G's of space that I need to make into a volume group.  When I try to create the volume group this is the error I recieve:&lt;BR /&gt;vgcreate  vgbpcsdb /dev/dsk/c3t0d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 34109.&lt;BR /&gt;vgcreate: Volume group "/dev/vgbpcsdb" could not be created:&lt;BR /&gt;File too large&lt;BR /&gt;&lt;BR /&gt;Any suggestions??&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Oct 2001 13:35:03 GMT</pubDate>
    <dc:creator>John Booth_1</dc:creator>
    <dc:date>2001-10-04T13:35:03Z</dc:date>
    <item>
      <title>Cannot create a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589727#M647560</link>
      <description>I am trying to create a volume group on a disk array.  I have about 140G's of space that I need to make into a volume group.  When I try to create the volume group this is the error I recieve:&lt;BR /&gt;vgcreate  vgbpcsdb /dev/dsk/c3t0d0&lt;BR /&gt;Increased the number of physical extents per physical volume to 34109.&lt;BR /&gt;vgcreate: Volume group "/dev/vgbpcsdb" could not be created:&lt;BR /&gt;File too large&lt;BR /&gt;&lt;BR /&gt;Any suggestions??&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2001 13:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589727#M647560</guid>
      <dc:creator>John Booth_1</dc:creator>
      <dc:date>2001-10-04T13:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589728#M647561</link>
      <description>&lt;BR /&gt;140G at a PE size of 4 MB is just too many extents for the Vg. You need to increase the PE size up from 4 MB - possibly you will have to go up to 16 MB in order to be able to create the VG.</description>
      <pubDate>Thu, 04 Oct 2001 13:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589728#M647561</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-10-04T13:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589729#M647562</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;The LVM structures must fit into one physical disk extent.  This is the "file too large" error.  You can adjust your 'pe_size', 'max_pv', and 'max_lv' to accomodate this.  See the man pages for 'vgcreate' for more details.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 04 Oct 2001 13:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589729#M647562</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-04T13:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589730#M647563</link>
      <description>You need to change the PE size to either 8 or 16MB. Use -s option while creating the volume group.&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 8 vgxx /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 04 Oct 2001 13:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589730#M647563</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-04T13:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589731#M647564</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;While the size of your VG is not too big, you need to increase the size of physical extents using the -s vgcreate argument from the default 4MB to perhaps 16 or 32MB. Remember the -s arg must be a power of two.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Thu, 04 Oct 2001 13:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589731#M647564</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-04T13:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589732#M647565</link>
      <description>Here's a good document from the TKB on this subject.  Doc ID KBRC00000716&lt;BR /&gt;&lt;BR /&gt;vgcreate error: file too large &lt;BR /&gt;DocId: KBRC00000716&lt;BR /&gt;                                      &lt;BR /&gt;Updated:  3/23/01 7:43:00 AM&lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;&lt;BR /&gt;When attempting to create a new volume group with vgcreate, an error occurs: file too large &lt;BR /&gt;&lt;BR /&gt;CONFIGURATION&lt;BR /&gt;&lt;BR /&gt;HP-UX 10.X, 11.X &lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;Since the LVM data structures must fit into a single extent on the disk, the "file too large" error occurs when the extent size is smaller than the LVM data structures. &lt;BR /&gt;&lt;BR /&gt;As disks continue to increase in size, there is not enough room in the header files to create a table large enough to track all the physical extents. &lt;BR /&gt;&lt;BR /&gt;On the one hand, you can reduce the size of the LVM data structure by reducing the maximum number of logical volumes the volume group can contain (max_lv), or, the maximum number of physical volumes the volume group can contain (max_pv).&lt;BR /&gt;&lt;BR /&gt;On the other hand, you can increase the size of the physical extents (pe_size) so that the LVM data structure will fit into a single extent. &lt;BR /&gt;&lt;BR /&gt;# vgcreate -l (number of max logical volumes) -p (number of max physical volumes) -s (size in megabytes of physical extent) /dev/vg## /dev/dsk/c#t#d# &lt;BR /&gt;&lt;BR /&gt;By default, these parameters are set to: &lt;BR /&gt;max_lv 255&lt;BR /&gt;max_pv 16&lt;BR /&gt;pe_size 4MB</description>
      <pubDate>Thu, 04 Oct 2001 13:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589732#M647565</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-10-04T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589733#M647566</link>
      <description>Hello John,&lt;BR /&gt;&lt;BR /&gt;this question pops up quite often, and the answer is&lt;BR /&gt;always: Use bigger PEs, not more of them!&lt;BR /&gt;If you would "search" the forums, you would find a lot&lt;BR /&gt;of explanantions and recommendations (even from Bill&lt;BR /&gt;Hassel himself) to use bigger PEs. Since the defaults&lt;BR /&gt;were made back in time of HP-UX 9(!), when disks were&lt;BR /&gt;much smaller, they have never been increased (or call it&lt;BR /&gt;adpated to reality). But that does not tell you to stick&lt;BR /&gt;with them. When the first steam locomotives run, there&lt;BR /&gt;was a discussion, wether the human body would actually&lt;BR /&gt;survive the speed of more than 30km/h - do we still drive&lt;BR /&gt;only that fast today? &lt;BR /&gt;AFAIK is the maximum size for PEs 256MB/PE and that is&lt;BR /&gt;supported! So you may use it! So do it! &lt;BR /&gt;The drawbacks are slightly bigger LVs (they need to be&lt;BR /&gt;multiples of the PE-size) and sometimes slower a slower&lt;BR /&gt;re-mirroring after a "lvsplit" or break. Is that tolerable&lt;BR /&gt;for you?&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Wodisch&lt;BR /&gt;&lt;BR /&gt;PS: I am still wondering why those great features of&lt;BR /&gt;todays UN*Xs (like HP-UX 11.*) are not used more often:&lt;BR /&gt;PEsize up to 256MB, POPS of up to 256MB/page - really&lt;BR /&gt;great and useful stuff! W.</description>
      <pubDate>Fri, 05 Oct 2001 15:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-a-volume-group/m-p/2589733#M647566</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-10-05T15:42:06Z</dc:date>
    </item>
  </channel>
</rss>

