<?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: Create Large Disk Volume Group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-large-disk-volume-group/m-p/3333684#M189523</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  I dont think you can increase the MAX PEs value beyond 65535 atleast not in 11.0.&lt;BR /&gt;&lt;BR /&gt;  I happened to have the same problem sometime back.&lt;BR /&gt;&lt;BR /&gt;  So you might want to look at increasing the PE Size than the MAX PEs.&lt;BR /&gt;&lt;BR /&gt;  Incrase the PE size from default 4MB to 8MB.&lt;BR /&gt;&lt;BR /&gt;  This way you wont hit on the MAX PE limit.&lt;BR /&gt;&lt;BR /&gt;  use the -s option with vgcreate&lt;BR /&gt;&lt;BR /&gt;  # vgcreate -s 8 /dev/vg_pimb1 dev/dsk/c15t5d1 /dev/dsk/c17t5d1</description>
    <pubDate>Fri, 16 Jul 2004 10:12:11 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-07-16T10:12:11Z</dc:date>
    <item>
      <title>Create Large Disk Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-large-disk-volume-group/m-p/3333681#M189520</link>
      <description>Am attempting to create a volume group with a 384 GB disk.&lt;BR /&gt;&lt;BR /&gt;[sdat2c03][/home/root] #pvcreate -f /dev/rdsk/c15t5d1&lt;BR /&gt;Physical volume "/dev/rdsk/c15t5d1" has been successfully created.&lt;BR /&gt;[sdat2c03][/home/root] #pvcreate -f /dev/rdsk/c17t5d1&lt;BR /&gt;Physical volume "/dev/rdsk/c17t5d1" has been successfully created.&lt;BR /&gt;[sdat2c03][/home/root] #vgcreate /dev/vg_pimb1 /dev/dsk/c15t5d1 /dev/dsk/c17t5d1&lt;BR /&gt;Warning: Max_PE_per_PV for the volume group (65535) too small for this PV (99262).&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/vg_pimb1" could not be created:&lt;BR /&gt;VGRA for the disk is too big for the specified parameters. Increase the &lt;BR /&gt;extent size or decrease max_PVs/max_LVs and try again.&lt;BR /&gt;&lt;BR /&gt;[sdat2c03][/home/root] #&lt;BR /&gt;&lt;BR /&gt;(Disks are alternate paths using PV links)&lt;BR /&gt;&lt;BR /&gt;How do I do this ?</description>
      <pubDate>Fri, 16 Jul 2004 09:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-large-disk-volume-group/m-p/3333681#M189520</guid>
      <dc:creator>Brent W. Moll</dc:creator>
      <dc:date>2004-07-16T09:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create Large Disk Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-large-disk-volume-group/m-p/3333682#M189521</link>
      <description>use the -e option to increase the max pe size.&lt;BR /&gt;&lt;BR /&gt;vgcreate -e 99262 /dev/dsk/1 /dev/dsk2&lt;BR /&gt;&lt;BR /&gt;or increase e and it would be better if you use a value divisible by 8.</description>
      <pubDate>Fri, 16 Jul 2004 09:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-large-disk-volume-group/m-p/3333682#M189521</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2004-07-16T09:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create Large Disk Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-large-disk-volume-group/m-p/3333683#M189522</link>
      <description>The default no. of pes is 65535. With default PE size of 4mb, you can only use (4*65535) of the disk.&lt;BR /&gt;&lt;BR /&gt;Increase the PEs. Check -e option on vgcreate.&lt;BR /&gt;&lt;BR /&gt;What makes you include so large disk in VG&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 16 Jul 2004 09:45:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-large-disk-volume-group/m-p/3333683#M189522</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-07-16T09:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create Large Disk Volume Group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-large-disk-volume-group/m-p/3333684#M189523</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  I dont think you can increase the MAX PEs value beyond 65535 atleast not in 11.0.&lt;BR /&gt;&lt;BR /&gt;  I happened to have the same problem sometime back.&lt;BR /&gt;&lt;BR /&gt;  So you might want to look at increasing the PE Size than the MAX PEs.&lt;BR /&gt;&lt;BR /&gt;  Incrase the PE size from default 4MB to 8MB.&lt;BR /&gt;&lt;BR /&gt;  This way you wont hit on the MAX PE limit.&lt;BR /&gt;&lt;BR /&gt;  use the -s option with vgcreate&lt;BR /&gt;&lt;BR /&gt;  # vgcreate -s 8 /dev/vg_pimb1 dev/dsk/c15t5d1 /dev/dsk/c17t5d1</description>
      <pubDate>Fri, 16 Jul 2004 10:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-large-disk-volume-group/m-p/3333684#M189523</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-16T10:12:11Z</dc:date>
    </item>
  </channel>
</rss>

