<?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 failed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471612#M648360</link>
    <description>I am having this same problem trying to introduce an XP512 into my volume group.  It looks like any reduction in the variables (max-pv, max-lv, etc) will allow the command to work.  It's difficult in my case because I need to allocate 4TB (almost 200 disks)  so my command is:&lt;BR /&gt;vgcreate -e 65535 -l 255 -p 255 -s 64 ...&lt;BR /&gt;&lt;BR /&gt;this gives the error File to large.  May need to up the extent size and lower the max-extents.  Just a thought.&lt;BR /&gt;&lt;BR /&gt;Jason Moorhead</description>
    <pubDate>Thu, 05 Apr 2001 19:46:52 GMT</pubDate>
    <dc:creator>Jason Moorhead_2</dc:creator>
    <dc:date>2001-04-05T19:46:52Z</dc:date>
    <item>
      <title>vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471605#M648353</link>
      <description>I tried to connect a fresh 36.5 GB disk as a new volume group.&lt;BR /&gt;Vgcreate returns an error message: Could not create volume&lt;BR /&gt;group ... file too large.&lt;BR /&gt;What is going wrong?</description>
      <pubDate>Thu, 07 Dec 2000 15:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471605#M648353</guid>
      <dc:creator>Ulrich Deiters</dc:creator>
      <dc:date>2000-12-07T15:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471606#M648354</link>
      <description>Professor,&lt;BR /&gt;&lt;BR /&gt;It could be as you were trying to create your volume group you did not extend your "max_pe" size.  The default is 1016 @ 4mb per physical extent.  You can extend it up to 65535 by using the "-e" option on your vgcreate.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Eddie</description>
      <pubDate>Thu, 07 Dec 2000 15:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471606#M648354</guid>
      <dc:creator>Eddie Warren</dc:creator>
      <dc:date>2000-12-07T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471607#M648355</link>
      <description>You need to specify the following when creating the VG.&lt;BR /&gt;vgcreate -e (maximum number of physical extents) -l (maximum number of logical volumes) -p (aximum number of physical volumes) -s (size in megabytes of physical extent) /dev/vg## /dev/dsk/c#t#d# &lt;BR /&gt;&lt;BR /&gt;check man vgcreate.&lt;BR /&gt; 1 to 65535 Max PE&lt;BR /&gt; 1 to 255 Max LV&lt;BR /&gt; 1 to 255 Max PV</description>
      <pubDate>Thu, 07 Dec 2000 15:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471607#M648355</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2000-12-07T15:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471608#M648356</link>
      <description>When you crerate your volume group with vgcreate use the -e option and specifiy 8681&lt;BR /&gt;when times by 4 gives you 36 meg , default is 1016.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Dec 2000 15:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471608#M648356</guid>
      <dc:creator>Devbinder Singh Marway</dc:creator>
      <dc:date>2000-12-07T15:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471609#M648357</link>
      <description>Sorry, but the problem persists. Vgcreate automatically adjusts&lt;BR /&gt;the number of physical extents (to 8750 in my case). But even&lt;BR /&gt;if I override that with "-e 9000", the message "file too large"&lt;BR /&gt;is returned.&lt;BR /&gt;&lt;BR /&gt;???</description>
      <pubDate>Thu, 07 Dec 2000 15:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471609#M648357</guid>
      <dc:creator>Ulrich Deiters</dc:creator>
      <dc:date>2000-12-07T15:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471610#M648358</link>
      <description>Check this link for more information:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=57dc7ab21c0b25cebe/screen=ckiDisplayDocument?docId=200000047771452" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=57dc7ab21c0b25cebe/screen=ckiDisplayDocument?docId=200000047771452&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I had this problem when I tried to create a VG (when I was rebuilding a system from an ignite tape) on an 18GB drive.  What I did to solve the problem was change the PE Size to 8 MB (the default is 4 MB).  That solved the problem and let the vgcreate go through.</description>
      <pubDate>Thu, 07 Dec 2000 15:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471610#M648358</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2000-12-07T15:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471611#M648359</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;From document #KBRC00000716:&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;Reduce the size of the LVM data structure by reducing the maximum number of logical volumes the volume group can contain (max_lv), the maximum number of physical volumes the volume group can contain (max_pv), the size of the physical extents (pe_size), or any combination thereof. &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;&lt;BR /&gt;max_lv 255&lt;BR /&gt;max_pv 16&lt;BR /&gt;pe_size 4MB &lt;BR /&gt;&lt;BR /&gt;...regards!...&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 07 Dec 2000 15:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471611#M648359</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-12-07T15:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: vgcreate failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471612#M648360</link>
      <description>I am having this same problem trying to introduce an XP512 into my volume group.  It looks like any reduction in the variables (max-pv, max-lv, etc) will allow the command to work.  It's difficult in my case because I need to allocate 4TB (almost 200 disks)  so my command is:&lt;BR /&gt;vgcreate -e 65535 -l 255 -p 255 -s 64 ...&lt;BR /&gt;&lt;BR /&gt;this gives the error File to large.  May need to up the extent size and lower the max-extents.  Just a thought.&lt;BR /&gt;&lt;BR /&gt;Jason Moorhead</description>
      <pubDate>Thu, 05 Apr 2001 19:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate-failed/m-p/2471612#M648360</guid>
      <dc:creator>Jason Moorhead_2</dc:creator>
      <dc:date>2001-04-05T19:46:52Z</dc:date>
    </item>
  </channel>
</rss>

