<?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: allocation strict in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924741#M408628</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can change the strict allocation policy for this file system using lvchange command. Followed by this you can extend the LVOL using lvextend command as done earlier.&lt;BR /&gt;&lt;BR /&gt;When the allocation policy is set to strict two copies of any PE in that LV can not share the same disk and you do not have free PE's in more than one disk which is the cause of the error.&lt;BR /&gt;All though it is not recomended to have more than one copy of same PE on the same disk, as in such case the failure of that Physical Volume will cause these LE's unavailable and causing LV being unavailable.&lt;BR /&gt;&lt;BR /&gt;The LV is allready spreading across three disks.&lt;BR /&gt;&lt;BR /&gt;Another alternative which seems more promising is to move some PE's from fully used disk to the disk having free PE's and then extend LV without altering allocation policy.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
    <pubDate>Fri, 09 Sep 2005 00:36:28 GMT</pubDate>
    <dc:creator>Devender Khatana</dc:creator>
    <dc:date>2005-09-09T00:36:28Z</dc:date>
    <item>
      <title>allocation strict</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924736#M408623</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;while extending the volume getting the following error.&lt;BR /&gt;lvextend -L 620 /dev/vg00/lvol7&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol7" could not be extended.&lt;BR /&gt;Failure possibly caused by strict allocation policy&lt;BR /&gt;&lt;BR /&gt;when I run this command &lt;BR /&gt;lvdisplay /dev/vg00/lvol7&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/lvol7&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               1&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            420&lt;BR /&gt;Current LE                  105&lt;BR /&gt;Allocated PE                210&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   on&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;Now my question is can I change the allocation strict to non strict. &lt;BR /&gt;will it solve my problem..the disk is not mirrored.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jack</description>
      <pubDate>Thu, 08 Sep 2005 17:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924736#M408623</guid>
      <dc:creator>Jack_126</dc:creator>
      <dc:date>2005-09-08T17:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: allocation strict</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924737#M408624</link>
      <description>How can you say you are not mirrored when lvdisplay clearly shows that you are? You do not mirror at the disk level but rather at the LVOL level. Your error is that while there may be enough free extents to allow you to extend the LVOL there are not enough extents available on separate PV's to allow the mirrors to be extended. You could choose to lvreduce -m 0 to remove the mirror which would free up space --- at the risk of loss of data should you lose a disk.</description>
      <pubDate>Thu, 08 Sep 2005 17:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924737#M408624</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-09-08T17:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: allocation strict</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924738#M408625</link>
      <description>Yes, I believe you can.  Have a look at the lvchange man page.</description>
      <pubDate>Thu, 08 Sep 2005 17:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924738#M408625</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-09-08T17:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: allocation strict</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924739#M408626</link>
      <description>Hi Stephenson,&lt;BR /&gt; you are right the volume is mirrored.&lt;BR /&gt;Now what is the best way to extend the /lvol7. System is having onlinejfs installed. the following o/p is attached.&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                      16&lt;BR /&gt;Open LV                     16&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      6&lt;BR /&gt;Act PV                      6&lt;BR /&gt;Max PE per PV               2000&lt;BR /&gt;VGDA                        12&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    3046&lt;BR /&gt;Alloc PE                    2738&lt;BR /&gt;Free PE                     308&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            84&lt;BR /&gt;   Current LE                  21&lt;BR /&gt;   Allocated PE                42&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Status                   available&lt;BR /&gt;   LV Size (Mbytes)            512&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                256&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol4&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            512&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                256&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            48&lt;BR /&gt;   Current LE                  12&lt;BR /&gt;   Allocated PE                24&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol7&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            420&lt;BR /&gt;   Current LE                  105&lt;BR /&gt;   Allocated PE                210&lt;BR /&gt;   Used PV                     3&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol5&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            460&lt;BR /&gt;   Current LE                  115&lt;BR /&gt;   Allocated PE                230&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol8&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            620&lt;BR /&gt;   Current LE                  155&lt;BR /&gt;   Allocated PE                310&lt;BR /&gt;   Used PV                     4&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol6&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            120&lt;BR /&gt;   Current LE                  30&lt;BR /&gt;   Allocated PE                60&lt;BR /&gt;   Used PV                     3&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/dnbusr1_vol&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            3000&lt;BR /&gt;   Current LE                  750&lt;BR /&gt;   Allocated PE                750&lt;BR /&gt;   Used PV                     5&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/users&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            100&lt;BR /&gt;   Current LE                  25&lt;BR /&gt;   Allocated PE                50&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/pkg1_vol&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            512&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                256&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/tools_vol&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            200&lt;BR /&gt;   Current LE                  50&lt;BR /&gt;   Allocated PE                100&lt;BR /&gt;   Used PV                     3&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/dbadmin&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            52&lt;BR /&gt;   Current LE                  13&lt;BR /&gt;   Allocated PE                26&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/master&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            44&lt;BR /&gt;   Current LE                  11&lt;BR /&gt;   Allocated PE                22&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol15&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            512&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                128&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/sysprocsdev&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            36&lt;BR /&gt;   Current LE                  9&lt;BR /&gt;   Allocated PE                18&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c1t6d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    507&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c1t5d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    508&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c1t4d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    508&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c0t6d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    507&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c0t5d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    508&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c0t4d0&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    508&lt;BR /&gt;   Free PE                     308&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jack&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Sep 2005 19:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924739#M408626</guid>
      <dc:creator>Jack_126</dc:creator>
      <dc:date>2005-09-08T19:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: allocation strict</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924740#M408627</link>
      <description>Hi Jack,&lt;BR /&gt;&lt;BR /&gt;   Here the problem is ,eventhough u have 308 free PEs in vg00 volume group but all are from a single disk.But a mirrored lvol can only be extended if free PEs are there in atleast two disks.So better u can go for new disks.Please note that u have to go for 2 disks to maintain mirror copies in this Lvol.</description>
      <pubDate>Thu, 08 Sep 2005 23:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924740#M408627</guid>
      <dc:creator>AMJ_1</dc:creator>
      <dc:date>2005-09-08T23:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: allocation strict</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924741#M408628</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can change the strict allocation policy for this file system using lvchange command. Followed by this you can extend the LVOL using lvextend command as done earlier.&lt;BR /&gt;&lt;BR /&gt;When the allocation policy is set to strict two copies of any PE in that LV can not share the same disk and you do not have free PE's in more than one disk which is the cause of the error.&lt;BR /&gt;All though it is not recomended to have more than one copy of same PE on the same disk, as in such case the failure of that Physical Volume will cause these LE's unavailable and causing LV being unavailable.&lt;BR /&gt;&lt;BR /&gt;The LV is allready spreading across three disks.&lt;BR /&gt;&lt;BR /&gt;Another alternative which seems more promising is to move some PE's from fully used disk to the disk having free PE's and then extend LV without altering allocation policy.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Fri, 09 Sep 2005 00:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924741#M408628</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-09-09T00:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: allocation strict</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924742#M408629</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Got the Idea.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jack</description>
      <pubDate>Sun, 11 Sep 2005 05:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocation-strict/m-p/4924742#M408629</guid>
      <dc:creator>Jack_126</dc:creator>
      <dc:date>2005-09-11T05:11:32Z</dc:date>
    </item>
  </channel>
</rss>

