<?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: Not enough extent in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099486#M631452</link>
    <description>Lee,&lt;BR /&gt;&lt;BR /&gt;You can't add PE(s) to the other disk - it's full.  The only way to make more Physical Extents available on it would be to move one of you logical volumes from the "full" disk to the "less full" disk.&lt;BR /&gt;&lt;BR /&gt;I would be interested in seeing exactly what we're dealing with here.  Could you please post the output of "lvdisplay /dev/vg00/lvol5" and "bdf -l".  Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Oct 2003 08:23:59 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-10-22T08:23:59Z</dc:date>
    <item>
      <title>Not enough extent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099481#M631447</link>
      <description>Can I add extent to this filesystem while it is mounted?  I see that I am out of PE on all but one disk, is that why this command is not working and how do I fix it?  Plus, can it be done on-line or while mounted? I am getting this error when running this command: lvextend -L 400 /dev/vg00/lvol5  &lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg00/lvol5" could not be extended.&lt;BR /&gt;Failure possibly caused by strict allocation policy&lt;BR /&gt;&lt;BR /&gt;Also, can the policy be change while a f/s is mounted?&lt;BR /&gt;&lt;BR /&gt;Thanks very much!!!&lt;BR /&gt;--- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c4t6d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    2169    &lt;BR /&gt;   Free PE                     0       &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c3t6d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    2169    &lt;BR /&gt;   Free PE                     0       &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c4t5d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    2169    &lt;BR /&gt;   Free PE                     0       &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c3t5d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    2169    &lt;BR /&gt;   Free PE                     0       &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c9t0d5&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    2157    &lt;BR /&gt;   Free PE                     1044    &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 07:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099481#M631447</guid>
      <dc:creator>Lee Bryant</dc:creator>
      <dc:date>2003-10-22T07:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough extent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099482#M631448</link>
      <description>Strict allocation warnings mean the volume group cant be non-contiguous.&lt;BR /&gt;&lt;BR /&gt;You should be able to change the policy while its mounted. lvchange is the command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 22 Oct 2003 07:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099482#M631448</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-22T07:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough extent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099483#M631449</link>
      <description>If you have OnlineJFS you can extend without taking anything down, check to see if this shows as installed Product number is B3929 I think:&lt;BR /&gt;swlist | grep -i online&lt;BR /&gt;&lt;BR /&gt;If you have this...then do a simple extend and do not state the c-t-d- in your command line, let the system grab it...:&lt;BR /&gt;&lt;BR /&gt;lvextend -l xxx /dev/vgname/lvolx&lt;BR /&gt;&lt;BR /&gt;Then extend your filesystem:&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b &lt;NEWSIZE in="" mb=""&gt;m /filesystem&lt;BR /&gt;&lt;BR /&gt;Note I put an 'm' right after the new size to denote it's in Mb.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;...If you don't have Online JFS then you will have to take filesystem down (possibly reboot and go into single user) and do it with lvextend &amp;amp; extendfs commands.&lt;BR /&gt;&lt;/NEWSIZE&gt;</description>
      <pubDate>Wed, 22 Oct 2003 07:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099483#M631449</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2003-10-22T07:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough extent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099484#M631450</link>
      <description>Hi,&lt;BR /&gt;an error concerning "strict allocation policy" can also mean that as you have only free space on one physical disk, an extension cannot be mirrored on a different disk, which would make it a high-risk venture; hence extension not allowed. &lt;BR /&gt;Even if possible, I would not recommend changing the allocation policy as you would be in deep trouble even if only a single  disk crashes!&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;John K.</description>
      <pubDate>Wed, 22 Oct 2003 07:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099484#M631450</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-10-22T07:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough extent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099485#M631451</link>
      <description>Thank you for the responses/answers thus far.  I will lokk into them.  I look forward to additional help and suggestions!  &lt;BR /&gt;Particluarly, can and how do I add more PEs to the other disk?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 22 Oct 2003 08:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099485#M631451</guid>
      <dc:creator>Lee Bryant</dc:creator>
      <dc:date>2003-10-22T08:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough extent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099486#M631452</link>
      <description>Lee,&lt;BR /&gt;&lt;BR /&gt;You can't add PE(s) to the other disk - it's full.  The only way to make more Physical Extents available on it would be to move one of you logical volumes from the "full" disk to the "less full" disk.&lt;BR /&gt;&lt;BR /&gt;I would be interested in seeing exactly what we're dealing with here.  Could you please post the output of "lvdisplay /dev/vg00/lvol5" and "bdf -l".  Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 08:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099486#M631452</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-10-22T08:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough extent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099487#M631453</link>
      <description>Pete, thanks and here you go.  I hope this helps!&lt;BR /&gt;&lt;BR /&gt;# lvdisplay /dev/vg00/lvol5 &lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/lvol5&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)            124             &lt;BR /&gt;Current LE                  31        &lt;BR /&gt;Allocated PE                62          &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;# bdf -l&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     143360   70977   67904   51% /&lt;BR /&gt;/dev/vg00/lvol1      83733   47018   28341   62% /stand&lt;BR /&gt;/dev/vg00/lv_vertel&lt;BR /&gt;                   1536000  886232  609189   59% /vertel&lt;BR /&gt;/dev/vg00/lvol7     745472  674840   67118   91% /var&lt;BR /&gt;/dev/vg00/lv_save  2097152 1794948  283379   86% /var/adm/sw/save&lt;BR /&gt;/dev/vg00/lvol6     880640  626266  238480   72% /usr&lt;BR /&gt;/dev/vg00/lvol5     126976  126976       0  100% /tmp&lt;BR /&gt;/dev/vg00/lvol4     655360  621099   32182   95% /opt&lt;BR /&gt;/dev/vg00/lv_registry&lt;BR /&gt;                     53248   17734   33337   35% /opt/registry&lt;BR /&gt;/dev/vg00/lv_patrol&lt;BR /&gt;                    512000  484052   26419   95% /opt/patrol&lt;BR /&gt;/dev/vg00/lv_oracle8&lt;BR /&gt;                   2048000  736818 1229357   37% /opt/oracle8/CTMS&lt;BR /&gt;/dev/vg00/lv_extif  614400  501326  106054   83% /opt/extif&lt;BR /&gt;/dev/vg00/lv_clarify&lt;BR /&gt;                   1536000 1215490  300509   80% /opt/clarify&lt;BR /&gt;/dev/vg00/lvol8      20480    7378   12356   37% /home&lt;BR /&gt;/dev/vg00/lv_weblogic&lt;BR /&gt;                   2048000  657237 1306759   33% /home/weblogic&lt;BR /&gt;/dev/vg_oracle/lv_ora8i&lt;BR /&gt;                   3145728 2276911  814524   74% /opt/oracle8i&lt;BR /&gt;/dev/vg_app/lv_rule&lt;BR /&gt;                     53248    1404   48664    3% /opt/clarify/bs_rule&lt;BR /&gt;/dev/vg_app/lv_scripts&lt;BR /&gt;                    524288   10198  482020    2% /opt/clarify/devl/scripts&lt;BR /&gt;/dev/vg_app/lv_archive&lt;BR /&gt;                   3096576 1987109 1040207   66% /opt/clarify/devl/export/archive&lt;BR /&gt;/dev/vg_app/lv_msgstore&lt;BR /&gt;                    102400    1185   94893    1% /opt/extif/top/mediator/BTB/msgStore&lt;BR /&gt;/dev/vg_app/lv_conf&lt;BR /&gt;                    155648    1313  144741    1% /home/OTMP/conf&lt;BR /&gt;/dev/vg_app/lv_xref&lt;BR /&gt;                     53248    1141   48854    2% /opt/extif/top/mediator/BTB/XRefFiles&lt;BR /&gt;/dev/vg_app/lv_omnibus&lt;BR /&gt;                    307200   59004  232702   20% /opt/Omnibus&lt;BR /&gt;/dev/vg_app/lv_web_app&lt;BR /&gt;                    102400   13993   82905   14% /home/weblogic/weblogic60/wlserver6.0/config/bmpDomain/applications&lt;BR /&gt;&lt;BR /&gt;# find /tmp -exec ls -ld {} \;&lt;BR /&gt;drwxrwxrwx   6 bin        bin          18432 Oct 22 21:35 /tmp&lt;BR /&gt;drwxrwxrwx   2 root       sys             96 Oct 21 21:44 /tmp/lost+found&lt;BR /&gt;drwx------   2 root       root            96 Sep 13 17:28 /tmp/.AgentSockets&lt;BR /&gt;srwx------   1 root       root             0 Sep 13 17:28 /tmp/.AgentSockets/A&lt;BR /&gt;-rw-rw-rw-   1 extif      ctms             0 Oct 22 21:31 /tmp/ctmsif_monitor.out&lt;BR /&gt;-rw-rw-rw-   1 root       root             0 Oct 22 21:31 /tmp/truncmon.out&lt;BR /&gt;-rw-rw-rw-   1 root       root            15 Oct 22 21:32 /tmp/trunccroncln.out&lt;BR /&gt;drwxrwxrwx   2 ora8ctms   dba             96 Oct 21 17:21 /tmp/.oracle&lt;BR /&gt;drwxrwxrwx   2 patrol     dba             96 Oct 21 21:43 /tmp/patrol&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 16:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099487#M631453</guid>
      <dc:creator>Lee Bryant</dc:creator>
      <dc:date>2003-10-22T16:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Not enough extent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099488#M631454</link>
      <description>Lee,&lt;BR /&gt;&lt;BR /&gt;A few things.. bad news im afraid.&lt;BR /&gt; &lt;BR /&gt;First your command to add extents to a LV will fail how you have it listed b/c the associated disks with that LVOL have no extents left... of course I am assuming that /dev/dsk/c9t0d5 is not in LVOL5. if it were your command would not have failed. ALSO, it will fail again b/c you have no extents avail on a 2nd disk for the mirroring.&lt;BR /&gt;&lt;BR /&gt;With a mirrored filesystem, you must add an equal number of extents to both the primary and mirror... Since you have strict allocation, the mirror extents cant be from the same disk as the primary which is a good thing... that would be a very bad thing...&lt;BR /&gt; &lt;BR /&gt;I dont see that you can do what you are intending with the current setup...&lt;BR /&gt; &lt;BR /&gt;You need to do a few things. First add 2 new disks to your VG that are identical size. then extend the Lvol you intend.&lt;BR /&gt; &lt;BR /&gt;with your current VG with 5 disks, you cant extend the LVOL. YOU COULD do it if you had another disk with 1044 extents avail as you do with /dev/dsk/c9t0d5 but since you dont, it will not be possible.</description>
      <pubDate>Thu, 23 Oct 2003 10:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-enough-extent/m-p/3099488#M631454</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-10-23T10:03:34Z</dc:date>
    </item>
  </channel>
</rss>

