<?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: file too large... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-large/m-p/2721783#M642087</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The HP document KBRC00000716 fixes your problem. Refer to the below thread which contains the full extract of the document as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://aa11.cjb.net/hpux_admin/2001/06/0387.html" target="_blank"&gt;http://aa11.cjb.net/hpux_admin/2001/06/0387.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The solution for you should be as follows:&lt;BR /&gt;&lt;BR /&gt;max. no. of PVs = 115000/(50301/4) = 9&lt;BR /&gt;&lt;BR /&gt;# vgcreate -p 9 /dev/vgemcora01 /dev/dsk/c22t1d4&lt;BR /&gt;&lt;BR /&gt;Extracted the explanation here from the KBRC00000716 document for your convenience:&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;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&lt;BR /&gt;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;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
    <pubDate>Sat, 11 May 2002 23:31:10 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2002-05-11T23:31:10Z</dc:date>
    <item>
      <title>file too large...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-large/m-p/2721780#M642084</link>
      <description>&lt;BR /&gt;Have a 12 drive LUN being presented to the server. See the device files, etc....Here's the session. I get a "File too large". Any ideas?&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f /dev/rdsk/c22t1d4&lt;BR /&gt;Physical volume "/dev/rdsk/c22t1d4" has been successfully created.&lt;BR /&gt;# mkdir /dev/vgemcora01&lt;BR /&gt;# mknod /dev/vgemcora01/group c 64 0x100000&lt;BR /&gt;# vgcreate /dev/vgemcora01 /dev/dsk/c22t1d4&lt;BR /&gt;Increased the number of physical extents per physical volume to 50301.&lt;BR /&gt;vgcreate: Volume group "/dev/vgemcora01" could not be created:&lt;BR /&gt;File too large</description>
      <pubDate>Fri, 10 May 2002 22:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-large/m-p/2721780#M642084</guid>
      <dc:creator>Kim Kendall</dc:creator>
      <dc:date>2002-05-10T22:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: file too large...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-large/m-p/2721781#M642085</link>
      <description>used&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 8 -l 10 -e 2510 .....&lt;BR /&gt;&lt;BR /&gt;All is ok</description>
      <pubDate>Fri, 10 May 2002 23:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-large/m-p/2721781#M642085</guid>
      <dc:creator>Kim Kendall</dc:creator>
      <dc:date>2002-05-10T23:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: file too large...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-large/m-p/2721782#M642086</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;By default, the maximum VGs you can have (as set by the kernel parameter maxvgs) is 10 i.e. minor number 0x000000 to 0x090000. &lt;BR /&gt;&lt;BR /&gt;Thus, you could not vgcreate because the minor number used is 0x100000 which exceeds the maxvgs. Increase the kernel parameter maxvgs to a higher value say 30 and try again.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Sat, 11 May 2002 00:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-large/m-p/2721782#M642086</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-05-11T00:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: file too large...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-too-large/m-p/2721783#M642087</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The HP document KBRC00000716 fixes your problem. Refer to the below thread which contains the full extract of the document as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://aa11.cjb.net/hpux_admin/2001/06/0387.html" target="_blank"&gt;http://aa11.cjb.net/hpux_admin/2001/06/0387.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The solution for you should be as follows:&lt;BR /&gt;&lt;BR /&gt;max. no. of PVs = 115000/(50301/4) = 9&lt;BR /&gt;&lt;BR /&gt;# vgcreate -p 9 /dev/vgemcora01 /dev/dsk/c22t1d4&lt;BR /&gt;&lt;BR /&gt;Extracted the explanation here from the KBRC00000716 document for your convenience:&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;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&lt;BR /&gt;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;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Sat, 11 May 2002 23:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-too-large/m-p/2721783#M642087</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-05-11T23:31:10Z</dc:date>
    </item>
  </channel>
</rss>

