<?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: vgcreate problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125113#M628558</link>
    <description>Try increasing the size of the physical extents&lt;BR /&gt; &lt;BR /&gt;"vgcreate -s 32 /dev/vgeur"&lt;BR /&gt; &lt;BR /&gt;The maximum number of PE is 65535 and the default size is 4MB so you ned to make them bigger</description>
    <pubDate>Thu, 20 Nov 2003 11:39:53 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2003-11-20T11:39:53Z</dc:date>
    <item>
      <title>vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125111#M628556</link>
      <description>Hello HP-UX experts,&lt;BR /&gt;&lt;BR /&gt;I have a problem with the creation of a volume group. I have the error&lt;BR /&gt;&lt;BR /&gt;# vgcreate /dev/vglega /dev/dsk/c6t2d0&lt;BR /&gt;&lt;BR /&gt;Warning: Max_PE_per_PV for the volume group (65535) too small for this PV &lt;BR /&gt;(369258).&lt;BR /&gt;&lt;BR /&gt;Using only 65535 PEs from this physical volume.&lt;BR /&gt;Increased the number of physical extents per physical volume to 65535.&lt;BR /&gt;vgcreate: Volume group "/dev/vgeur" could not be created:&lt;BR /&gt;File too large&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What's the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Gian Luca&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Nov 2003 11:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125111#M628556</guid>
      <dc:creator>Gian Luca Gobbi</dc:creator>
      <dc:date>2003-11-20T11:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125112#M628557</link>
      <description>The volume is too big for the defualt PE size of 4MB.&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 32 /dev/vglega /dev/dsk/c6t2d0&lt;BR /&gt;&lt;BR /&gt;You may even want to use 64MB.&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Thu, 20 Nov 2003 11:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125112#M628557</guid>
      <dc:creator>Brian Bergstrand</dc:creator>
      <dc:date>2003-11-20T11:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125113#M628558</link>
      <description>Try increasing the size of the physical extents&lt;BR /&gt; &lt;BR /&gt;"vgcreate -s 32 /dev/vgeur"&lt;BR /&gt; &lt;BR /&gt;The maximum number of PE is 65535 and the default size is 4MB so you ned to make them bigger</description>
      <pubDate>Thu, 20 Nov 2003 11:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125113#M628558</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-20T11:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125114#M628559</link>
      <description>A disk in a volume group can hold a maximum of 65535 PE , Physical extents of default size 4MB .&lt;BR /&gt;&lt;BR /&gt;The default size of 4 MB per PE is too small for this disk that you are trying to create the VG on .&lt;BR /&gt;&lt;BR /&gt;So increase the size of the PE in powers of 2 to fit the size of the physixal disk .&lt;BR /&gt;&lt;BR /&gt;do man vgcreate for more options ( seee the -s and -e options )</description>
      <pubDate>Thu, 20 Nov 2003 11:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125114#M628559</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2003-11-20T11:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125115#M628560</link>
      <description>Hi Gianluca,&lt;BR /&gt;&lt;BR /&gt;problem is about PE_SIZE, see doc KBRC00009036.&lt;BR /&gt;You should execute vgcreate with -s option, e.g.&lt;BR /&gt;&lt;BR /&gt;# vgcreate -s 16 /dev7vglega /dev/dsk/c6t2d0&lt;BR /&gt;&lt;BR /&gt;I hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Thu, 20 Nov 2003 11:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125115#M628560</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2003-11-20T11:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125116#M628561</link>
      <description>Thanks a lot at all for quick replies!!!&lt;BR /&gt;&lt;BR /&gt;# vgcreate -s 32 /dev/vglega /dev/dsk/c6t2d0&lt;BR /&gt;&lt;BR /&gt;and vglega was created successfully.&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;Gian Luca</description>
      <pubDate>Thu, 20 Nov 2003 11:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125116#M628561</guid>
      <dc:creator>Gian Luca Gobbi</dc:creator>
      <dc:date>2003-11-20T11:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125117#M628562</link>
      <description>the problem here is that the vg extent info has to be able to fit in one PE. If the table exceeds the PE size (default 4MB) then it fails with "file too large". To work around this you have to either&lt;BR /&gt;&lt;BR /&gt;  -increase the PE size&lt;BR /&gt;  -decrease the max number of PV (def 16)&lt;BR /&gt;  -decrease the max number of LV (def 255)&lt;BR /&gt;  -use combo of PV/LV/PE size&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ex:/&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 8 -p 5 -l 20 /dev/vglega /dev/dsk/c6t2d0&lt;BR /&gt;&lt;BR /&gt;where:&lt;BR /&gt;-s = pe size&lt;BR /&gt;-p = max# PV&lt;BR /&gt;-l = max# LV&lt;BR /&gt;&lt;BR /&gt;For a large lun/disk usually a combo of reducing the max# of PV/LV and the PE size should do it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;-Denver</description>
      <pubDate>Thu, 20 Nov 2003 12:08:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-problem/m-p/3125117#M628562</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2003-11-20T12:08:32Z</dc:date>
    </item>
  </channel>
</rss>

