<?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: PE LIMITS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210862#M586757</link>
    <description>Sorry I forgot to attach the file.</description>
    <pubDate>Wed, 04 Jun 2008 20:31:31 GMT</pubDate>
    <dc:creator>Kwahae_1</dc:creator>
    <dc:date>2008-06-04T20:31:31Z</dc:date>
    <item>
      <title>PE LIMITS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210861#M586756</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have attached a display of one of my VG groups. My application using this VG just stopped working due to some reason. Someone suggested that I can no longer write files over 80MB to or extend this VG as its nearly exceeding its PE limits. Is is so and if yes is there any patches I can use to change VG attributes?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 04 Jun 2008 20:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210861#M586756</guid>
      <dc:creator>Kwahae_1</dc:creator>
      <dc:date>2008-06-04T20:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: PE LIMITS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210862#M586757</link>
      <description>Sorry I forgot to attach the file.</description>
      <pubDate>Wed, 04 Jun 2008 20:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210862#M586757</guid>
      <dc:creator>Kwahae_1</dc:creator>
      <dc:date>2008-06-04T20:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: PE LIMITS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210863#M586758</link>
      <description>the vgmodify command was introduced with a patch to 11.23 ( you did not specify what OS version you are using ).&lt;BR /&gt;&lt;BR /&gt;max_pe and max_pv only apply to adding disk devices to the volume group.  If your addition will exceed the value(s) then you will either not be able to add additional devices or use the full capacity of the device.&lt;BR /&gt;&lt;BR /&gt;Writing files is a filesystem function and really has nothing to do with the volume group unless you are referencing the fact that the filesystem is full or does not have more than 80GB of configured capacity and you wish to add additional disk devices to the volume group.&lt;BR /&gt;&lt;BR /&gt;The simplest way to repair this is 1 of the following&lt;BR /&gt;&lt;BR /&gt;1)  create a new VG with new disk, migrate the data off the old and replace with the new &lt;BR /&gt;2)  create a new VG with new disk, choose a mount point that represents the majority of data in your filesystem, migrate that directories data to the new mountpoint, remove the old data and mount the new mountpoint at that directory or create a symlink to the new directory.&lt;BR /&gt;&lt;BR /&gt;3) if you are using later versions of HPUX you could attempt to use the vgmodify command, there is a number of steps that need to be taken along with some data shuffling.  I find it less stressfull to do a data migration to new VGs.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2008 20:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210863#M586758</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-06-04T20:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: PE LIMITS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210864#M586759</link>
      <description>Here is what you have.&lt;BR /&gt;&lt;BR /&gt;Max PE per PV is 46,080 PEs (or about 737GB per device)&lt;BR /&gt;&lt;BR /&gt;You current have 3 devices in this VG.  All devices have all PEs allocated except 5 ( or 80MB) on the last disk.&lt;BR /&gt;&lt;BR /&gt;I would.....&lt;BR /&gt;&lt;BR /&gt;Add another disk/lun to this VG using the vgextend command.&lt;BR /&gt;&lt;BR /&gt;then either lvextend this new space to an existing lvol and extendfs or create another lvol and newfs it and mount it somewhere.&lt;BR /&gt;&lt;BR /&gt;You are no where close on maxing out this VG.  Add some more storage.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2008 20:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210864#M586759</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-06-04T20:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: PE LIMITS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210865#M586760</link>
      <description>&amp;gt; Someone suggested that I can no longer write files over 80MB&lt;BR /&gt;&lt;BR /&gt;I hope they meant that you have unallocated disk space of 80GB on the SAN disks&lt;BR /&gt;&lt;BR /&gt;&amp;gt; extend this VG&lt;BR /&gt;&lt;BR /&gt;You can extend the VG, you just need the disk space&lt;BR /&gt;&lt;BR /&gt;&amp;gt; exceeding its PE limits&lt;BR /&gt;&lt;BR /&gt;You did not exceed any limits. You used up all (except 80GB) of your disk space.&lt;BR /&gt;&lt;BR /&gt;Now let's make something clear. The 80GB is unallocated disk space on your SAN disks.&lt;BR /&gt;&lt;BR /&gt;What about the 3 oracle logical volumes, oralv1, oralv2 and fnlv1. Do they have any unused space? Are they raw volumes or do they have file systems on them?</description>
      <pubDate>Wed, 04 Jun 2008 21:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210865#M586760</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-06-04T21:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: PE LIMITS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210866#M586761</link>
      <description>Using hp-ux B.11.11 U 9000/800 and enclosed is my bdf display.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2008 22:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210866#M586761</guid>
      <dc:creator>Kwahae_1</dc:creator>
      <dc:date>2008-06-04T22:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: PE LIMITS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210867#M586762</link>
      <description>first of all your application cannot stop working because of a PE size. PE size can only be optimized for some applications but cannot make app stop. san disconnection can make application stop.&lt;BR /&gt;the max pe per pv limit only applies to a single lun&lt;BR /&gt;the cross product between the max pe per pv and the pe size give you the larger fs you can build in this vg</description>
      <pubDate>Thu, 05 Jun 2008 06:44:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210867#M586762</guid>
      <dc:creator>Fabien GUTIERREZ</dc:creator>
      <dc:date>2008-06-05T06:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: PE LIMITS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210868#M586763</link>
      <description>&lt;!--!*#--&gt;Please carefully read this:&lt;BR /&gt;&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c32t0d0&lt;BR /&gt;   PV Name                     /dev/dsk/c34t0d0 Alternate Link&lt;BR /&gt;   PV Name                     /dev/dsk/c36t0d0 Alternate Link&lt;BR /&gt;   PV Name                     /dev/dsk/c38t0d0 Alternate Link&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    11518   &lt;BR /&gt;   Free PE                     0       &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c32t0d2&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    3199    &lt;BR /&gt;   Free PE                     0       &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c32t0d1&lt;BR /&gt;   PV Name                     /dev/dsk/c34t0d1 Alternate Link&lt;BR /&gt;   PV Name                     /dev/dsk/c36t0d1 Alternate Link&lt;BR /&gt;   PV Name                     /dev/dsk/c38t0d1 Alternate Link&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Some alternate pathes are missing, right?&lt;BR /&gt;Correct this soon!&lt;BR /&gt;&lt;BR /&gt;You have only 5 free PEs now - this will limit your possibilities to extend anything.&lt;BR /&gt;&lt;BR /&gt;File sizes and PE sizes are not really related, so I doubt about this:&lt;BR /&gt;&lt;BR /&gt;"I can no longer write files over 80MB"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BTW, this is what I get from vgdisplay on my system:&lt;BR /&gt;&lt;BR /&gt; #vgdisplay -v vg00&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      8&lt;BR /&gt;Open LV                     8&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               4350&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    8682&lt;BR /&gt;Alloc PE                    8682&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;VG Version                  1.0&lt;BR /&gt;VG Max Size                 556800m&lt;BR /&gt;VG Max Extents              69600&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have a look at the last lines.&lt;BR /&gt;Nice, isn't it (11.31)?&lt;BR /&gt;&lt;BR /&gt;;-)&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jun 2008 07:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pe-limits/m-p/4210868#M586763</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-05T07:35:07Z</dc:date>
    </item>
  </channel>
</rss>

