<?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: extend filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131851#M628642</link>
    <description>Grace/Zean...&lt;BR /&gt;&lt;BR /&gt;The answer is right in your VG display output.... you dont have 2 disks available to complete the mirror that you setup with the first 2 disks... c5t9d0 and c7t9d0...&lt;BR /&gt;&lt;BR /&gt;You only have 3 disks... 2 of which are 100% allocated at present... and 1 that is unused... Simply put, You cant lvextend a mirrored Lvol with only 1 available disk present in the VG...&lt;BR /&gt;&lt;BR /&gt;You need to add another available disk of the identical size to the VG... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Without an additional disk, The only way to lvextend the LVOL is to break the mirror and then lvextend it with /dev/dsk/c5t10d0 the disk but you will not be able to mirror it then... and must get another disk if you were to re-mirror it.&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Dec 2003 16:53:18 GMT</pubDate>
    <dc:creator>Todd McDaniel_1</dc:creator>
    <dc:date>2003-12-01T16:53:18Z</dc:date>
    <item>
      <title>extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131846#M628637</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt; I have added a new disk to current mirror but am unable to extend the volume group as error comes back :&lt;BR /&gt;&lt;BR /&gt; lvextend -L 18384  /dev/vg01/lvol12&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg01/lvol12" could not be extended.&lt;BR /&gt;&lt;BR /&gt; Out put from vgdisplay is :&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg01&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg01&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                      1      &lt;BR /&gt;Open LV                     1      &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      3      &lt;BR /&gt;Act PV                      3      &lt;BR /&gt;Max PE per PV               4341         &lt;BR /&gt;VGDA                        6   &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;Total PE                    13021   &lt;BR /&gt;Alloc PE                    8680    &lt;BR /&gt;Free PE                     4341    &lt;BR /&gt;Total PVG                   2        &lt;BR /&gt;Total Spare PVs             0              &lt;BR /&gt;Total Spare PVs in use      0                     &lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg01/lvol12&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            17360           &lt;BR /&gt;   Current LE                  4340      &lt;BR /&gt;   Allocated PE                8680        &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c5t9d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    4340    &lt;BR /&gt;   Free PE                     0       &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c7t9d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    4340    &lt;BR /&gt;   Free PE                     0       &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c5t10d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    4341    &lt;BR /&gt;   Free PE                     4341    &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volume groups ---&lt;BR /&gt;   PVG Name                    pv0                        &lt;BR /&gt;   PV Name                     /dev/dsk/c5t9d0            &lt;BR /&gt;&lt;BR /&gt;   PVG Name                    pv1                        &lt;BR /&gt;   PV Name                     /dev/dsk/c7t9d0 &lt;BR /&gt;&lt;BR /&gt; Can anyone advise me on this.&lt;BR /&gt;&lt;BR /&gt; Thanks &lt;BR /&gt; Zean&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Nov 2003 09:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131846#M628637</guid>
      <dc:creator>grace white</dc:creator>
      <dc:date>2003-11-30T09:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131847#M628638</link>
      <description>Hi Zean,&lt;BR /&gt;&lt;BR /&gt;What is the current LV config now?&lt;BR /&gt;Post an lvdisplay output of all the LVs in this VG.&lt;BR /&gt;Because if this is already a 2 part mirror for ALL the LVs in this VG, then all you could do with that new PV is make a 3 part mirror. BUT, if you have no mirrors currently or have some small LVs or have an LV that occupies less than half the current VG, you could mirror THAT.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Sun, 30 Nov 2003 09:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131847#M628638</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-11-30T09:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131848#M628639</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt; output from lvdisplay &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg01/lvol12&lt;BR /&gt;VG Name                     /dev/vg01&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)            17360           &lt;BR /&gt;Current LE                  4340      &lt;BR /&gt;Allocated PE                8680        &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  PVG-strict                &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV  &lt;BR /&gt;   /dev/dsk/c5t9d0    4340      4340      &lt;BR /&gt;   /dev/dsk/c7t9d0    4340      4340 &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Zean</description>
      <pubDate>Sun, 30 Nov 2003 09:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131848#M628639</guid>
      <dc:creator>grace white</dc:creator>
      <dc:date>2003-11-30T09:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131849#M628640</link>
      <description>Hi Zean,&lt;BR /&gt;I see two possible causes for your problem.&lt;BR /&gt;1) Note the following&lt;BR /&gt;From vgdisplay output ...&lt;BR /&gt;--- Physical volume groups ---&lt;BR /&gt;PVG Name pv0 &lt;BR /&gt;PV Name /dev/dsk/c5t9d0 &lt;BR /&gt;&lt;BR /&gt;PVG Name pv1 &lt;BR /&gt;PV Name /dev/dsk/c7t9d0 &lt;BR /&gt;&lt;BR /&gt;You did not add the new disk in either one of the Physical volume groups (this is option -g of the vgextend command). Since your logical volume has the "Allocation PVG-strict" this is not wise.&lt;BR /&gt;&lt;BR /&gt;2) You should have added 2 disks, 1 in each Physical volume group. Remember that this logical volume is mirrored. You cannot allocate space for just 1 of the mirrors and "forget" about the other.&lt;BR /&gt;&lt;BR /&gt;How would I have done this ? &lt;BR /&gt;1) Drop the mirror (lvreduce -m 0)&lt;BR /&gt;2) vgextend the volumegroup with 2 disks, one in each Physical volume group (pv0, pv1).&lt;BR /&gt;3) lvextend the logical volume&lt;BR /&gt;4) Recreate the mirror (lvextend -m 1)&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Tom Geudens&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Nov 2003 09:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131849#M628640</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2003-11-30T09:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131850#M628641</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you can not do this because your lvol12 is mirrored and for extending a mirrored volume you require free space in 2 different disks becoz you have strict allocation policy.&lt;BR /&gt;&lt;BR /&gt;Sunil &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Dec 2003 02:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131850#M628641</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-12-01T02:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: extend filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131851#M628642</link>
      <description>Grace/Zean...&lt;BR /&gt;&lt;BR /&gt;The answer is right in your VG display output.... you dont have 2 disks available to complete the mirror that you setup with the first 2 disks... c5t9d0 and c7t9d0...&lt;BR /&gt;&lt;BR /&gt;You only have 3 disks... 2 of which are 100% allocated at present... and 1 that is unused... Simply put, You cant lvextend a mirrored Lvol with only 1 available disk present in the VG...&lt;BR /&gt;&lt;BR /&gt;You need to add another available disk of the identical size to the VG... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Without an additional disk, The only way to lvextend the LVOL is to break the mirror and then lvextend it with /dev/dsk/c5t10d0 the disk but you will not be able to mirror it then... and must get another disk if you were to re-mirror it.&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Dec 2003 16:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-filesystem/m-p/3131851#M628642</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-12-01T16:53:18Z</dc:date>
    </item>
  </channel>
</rss>

