<?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: lvextend issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116519#M314044</link>
    <description>The allocation policy is PVG strict, so you should adjust the /etc/lvmpvg file to reflect also this VG.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;like this:&lt;BR /&gt;&lt;BR /&gt;# more /etc/lvmpvg&lt;BR /&gt;VG /dev/vg00&lt;BR /&gt;PVG vg00_main&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;PVG vg00_mirror&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;VG /dev/vgrns &lt;BR /&gt;PVG vgrns_main&lt;BR /&gt;/dev/dsk/c4t1d0&lt;BR /&gt;/dev/dsk/c4t3d0&lt;BR /&gt;/dev/dsk/c4t5d0&lt;BR /&gt;PVG vgrns_mirror&lt;BR /&gt;/dev/dsk/c6t1d0&lt;BR /&gt;/dev/dsk/c6t3d0&lt;BR /&gt;/dev/dsk/c6t5d0&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Dec 2007 20:09:33 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2007-12-13T20:09:33Z</dc:date>
    <item>
      <title>lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116508#M314033</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I'm trying to increase a logical volume with lvextend but i'm getting the error &lt;BR /&gt;&lt;BR /&gt;# lvextend -L 5632 /dev/vgrns/lvu02ora&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vgrns/lvu02ora" could not be extended.&lt;BR /&gt;&lt;BR /&gt;I have three PV mirrored onto another three. The disk that this LV sits on is full but I have plenty of room on the other two. I have tried doing an lvchange -C n on the LV to set the contiguous space allocation but still no luck.&lt;BR /&gt;&lt;BR /&gt;Any ideas&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 13 Dec 2007 19:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116508#M314033</guid>
      <dc:creator>wellsy1976</dc:creator>
      <dc:date>2007-12-13T19:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116509#M314034</link>
      <description>The output of 'vgdisplay -v /dev/vgrns' and 'lvdisplay /dev/vgrns/lvu02ora' would be helpful in troubleshooting your issue.</description>
      <pubDate>Thu, 13 Dec 2007 19:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116509#M314034</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-12-13T19:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116510#M314035</link>
      <description># vgdisplay -v /dev/vgrns |more &lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vgrns&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available, exclusive      &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      12     &lt;BR /&gt;Open LV                     12     &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               24000        &lt;BR /&gt;VGDA                        12  &lt;BR /&gt;PE Size (Mbytes)            4               &lt;BR /&gt;Total PE                    19406   &lt;BR /&gt;Alloc PE                    17430   &lt;BR /&gt;Free PE                     1976    &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;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vgrns/lvu01ora&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            5000            &lt;BR /&gt;   Current LE                  1250      &lt;BR /&gt;   Allocated PE                2500        &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgrns/lvbkup02&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            5000            &lt;BR /&gt;   Current LE                  1250      &lt;BR /&gt;   Allocated PE                2500        &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgrns/lvoralogs&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/vgrns/lvorabase&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            4160            &lt;BR /&gt;   Current LE                  1040      &lt;BR /&gt;   Allocated PE                2080        &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgrns/lvarch&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            2000            &lt;BR /&gt;   Current LE                  500       &lt;BR /&gt;   Allocated PE                1000        &lt;BR /&gt;   Used PV                     4       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgrns/lvbkup03&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            2000            &lt;BR /&gt;   Current LE                  500       &lt;BR /&gt;   Allocated PE                1000        &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgrns/lvu02ora&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            5000            &lt;BR /&gt;   Current LE                  1250      &lt;BR /&gt;   Allocated PE                2500        &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgrns/lvbkup01&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            5000            &lt;BR /&gt;   Current LE                  1250      &lt;BR /&gt;   Allocated PE                2500        &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgrns/lvdbexp&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            3500            &lt;BR /&gt;   Current LE                  875       &lt;BR /&gt;   Allocated PE                1750        &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgrns/lvsgopt&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            2000            &lt;BR /&gt;   Current LE                  500       &lt;BR /&gt;   Allocated PE                1000        &lt;BR /&gt;   Used PV                     3       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgrns/lvu03ora&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            1000            &lt;BR /&gt;   Current LE                  250       &lt;BR /&gt;   Allocated PE                500         &lt;BR /&gt;   Used PV                     2       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgrns/lvoralogs3&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;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c4t1d0&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/c4t3d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    1023    &lt;BR /&gt;   Free PE                     748     &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                    4340    &lt;BR /&gt;   Free PE                     240     &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c6t1d0&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/c6t3d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    1023    &lt;BR /&gt;   Free PE                     748     &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c6t5d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    4340    &lt;BR /&gt;   Free PE                     240     &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;# lvdisplay /dev/vgrns/lvu02ora&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vgrns/lvu02ora&lt;BR /&gt;VG Name                     /dev/vgrns&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)            5000            &lt;BR /&gt;Current LE                  1250      &lt;BR /&gt;Allocated PE                2500        &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;&lt;BR /&gt;thanks!!</description>
      <pubDate>Thu, 13 Dec 2007 19:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116510#M314035</guid>
      <dc:creator>wellsy1976</dc:creator>
      <dc:date>2007-12-13T19:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116511#M314036</link>
      <description>You want to increase to a size of (-L) 5632 - this needs 1408 PE's.&lt;BR /&gt;&lt;BR /&gt;But your LV is mirrored - so you need 2816 PE's, but you have **only** 1976 PE's free!&lt;BR /&gt;&lt;BR /&gt;That's why you get&lt;BR /&gt;&lt;BR /&gt;Not enough free physical extents available</description>
      <pubDate>Thu, 13 Dec 2007 19:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116511#M314036</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-12-13T19:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116512#M314037</link>
      <description>Looks like my maths are wrong?!&lt;BR /&gt;&lt;BR /&gt;I want to increase a 5GB file system to by 500MB. I thought there was 1976 4MB extents free. &lt;BR /&gt;&lt;BR /&gt;1976 * 4&lt;BR /&gt;7904</description>
      <pubDate>Thu, 13 Dec 2007 19:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116512#M314037</guid>
      <dc:creator>wellsy1976</dc:creator>
      <dc:date>2007-12-13T19:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116513#M314038</link>
      <description>You should have plenty of room.  You are increasing the LV by 632 MB or 158 extents.  Because of mirrors you will 158 x 2 = 316 extents.  You should have plenty free.&lt;BR /&gt;&lt;BR /&gt;Your lvdisplay output shows that your allocation policy for the LV is PVG-strict.  What PVGs do you have set up for this VG?&lt;BR /&gt;&lt;BR /&gt;The contents of /etc/lvmpvg would be helpful here.</description>
      <pubDate>Thu, 13 Dec 2007 19:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116513#M314038</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-12-13T19:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116514#M314039</link>
      <description>I always struggle with upper- and lower-case L that's why I read the man page - for lvcreate! That's why my calculation was a bit wrong, sorry.&lt;BR /&gt;&lt;BR /&gt;lvu02ora&lt;BR /&gt;LV Size (Mbytes) 5000 &lt;BR /&gt;Current LE 1250 &lt;BR /&gt;Allocated PE 2500 &lt;BR /&gt;&lt;BR /&gt;new number of PE is 1408 - a difference of 158 (* 2) = 316 (because it is mirrored).&lt;BR /&gt;&lt;BR /&gt;The VG should have enough space, but can post ~5 more lines for&lt;BR /&gt;&lt;BR /&gt;# lvdisplay /dev/vgrns/lvu02ora&lt;BR /&gt;&lt;BR /&gt;How about your /etc/lvmpvg and /etc/lvmtab file?</description>
      <pubDate>Thu, 13 Dec 2007 19:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116514#M314039</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-12-13T19:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116515#M314040</link>
      <description>the output is&lt;BR /&gt;&lt;BR /&gt;# more /etc/lvmpvg&lt;BR /&gt;VG      /dev/vg00&lt;BR /&gt;PVG     vg00_main&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;PVG     vg00_mirror&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;Looks like the vgrns is isnt in the file&lt;BR /&gt;&lt;BR /&gt;The file systems I'm trying to increase are Service Guard?</description>
      <pubDate>Thu, 13 Dec 2007 19:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116515#M314040</guid>
      <dc:creator>wellsy1976</dc:creator>
      <dc:date>2007-12-13T19:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116516#M314041</link>
      <description># more /etc/lvmtab&lt;BR /&gt;^CM-h^B/dev/vg00&lt;BR /&gt;&lt;BR /&gt;/M-@S?M-^XM-tM--^B/dev/dsk/c2t2d0&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;/dev/vgrns&lt;BR /&gt;^FM-xM-^?S?M-/M-7^A^F/dev/dsk/c4t1d0&lt;BR /&gt;/dev/dsk/c4t3d0&lt;BR /&gt;/dev/dsk/c4t5d0&lt;BR /&gt;/dev/dsk/c6t1d0&lt;BR /&gt;/dev/dsk/c6t3d0&lt;BR /&gt;/dev/dsk/c6t5d0&lt;BR /&gt;&lt;BR /&gt;It looks a bit corrupted??&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vgrns/lvu02ora |more                                              &lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vgrns/lvu02ora&lt;BR /&gt;VG Name                     /dev/vgrns&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)            5000            &lt;BR /&gt;Current LE                  1250      &lt;BR /&gt;Allocated PE                2500        &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/c4t5d0    1250      1250      &lt;BR /&gt;   /dev/dsk/c6t5d0    1250      1250      &lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE    PV1                PE1   Status 1 PV2                PE2   Status 2 &lt;BR /&gt;   00000 /dev/dsk/c4t5d0    00000 current  /dev/dsk/c6t5d0    00000 current  &lt;BR /&gt;   00001 /dev/dsk/c4t5d0    00001 current  /dev/dsk/c6t5d0    00001 current  &lt;BR /&gt;   00002 /dev/dsk/c4t5d0    00002 current  /dev/dsk/c6t5d0    00002 current  &lt;BR /&gt;   00003 /dev/dsk/c4t5d0    00003 current  /dev/dsk/c6t5d0    00003 current</description>
      <pubDate>Thu, 13 Dec 2007 19:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116516#M314041</guid>
      <dc:creator>wellsy1976</dc:creator>
      <dc:date>2007-12-13T19:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116517#M314042</link>
      <description>/etc/lvmtab is not corrupted - it is binary!&lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;....</description>
      <pubDate>Thu, 13 Dec 2007 20:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116517#M314042</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-12-13T20:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116518#M314043</link>
      <description>sorry&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;/dev/vgrns&lt;BR /&gt;/dev/dsk/c4t1d0&lt;BR /&gt;/dev/dsk/c4t3d0&lt;BR /&gt;/dev/dsk/c4t5d0&lt;BR /&gt;/dev/dsk/c6t1d0&lt;BR /&gt;/dev/dsk/c6t3d0&lt;BR /&gt;/dev/dsk/c6t5d0</description>
      <pubDate>Thu, 13 Dec 2007 20:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116518#M314043</guid>
      <dc:creator>wellsy1976</dc:creator>
      <dc:date>2007-12-13T20:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116519#M314044</link>
      <description>The allocation policy is PVG strict, so you should adjust the /etc/lvmpvg file to reflect also this VG.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;like this:&lt;BR /&gt;&lt;BR /&gt;# more /etc/lvmpvg&lt;BR /&gt;VG /dev/vg00&lt;BR /&gt;PVG vg00_main&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;PVG vg00_mirror&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;VG /dev/vgrns &lt;BR /&gt;PVG vgrns_main&lt;BR /&gt;/dev/dsk/c4t1d0&lt;BR /&gt;/dev/dsk/c4t3d0&lt;BR /&gt;/dev/dsk/c4t5d0&lt;BR /&gt;PVG vgrns_mirror&lt;BR /&gt;/dev/dsk/c6t1d0&lt;BR /&gt;/dev/dsk/c6t3d0&lt;BR /&gt;/dev/dsk/c6t5d0&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Dec 2007 20:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116519#M314044</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-12-13T20:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116520#M314045</link>
      <description>Or you could just turn off the PVG-strict allocation policy for this VG.&lt;BR /&gt;&lt;BR /&gt;# lvchange -s y /dev/vgrns/lvu02ora&lt;BR /&gt;&lt;BR /&gt;This will change the allocation policy to strict, which means mirrors of an LV cannot be on the same PV.  See the lvchange man page for more info.&lt;BR /&gt;&lt;BR /&gt;Once you have done that, try your lvextend again.  I think it should work.&lt;BR /&gt;&lt;BR /&gt;If you want to control where your extents are allocated from, specify the disk device files on your lvextend command line.</description>
      <pubDate>Thu, 13 Dec 2007 20:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116520#M314045</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-12-13T20:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116521#M314046</link>
      <description>I updated the lvmpvg file and tried the lvextend and it worked&lt;BR /&gt;&lt;BR /&gt;Thanks For all your help!!</description>
      <pubDate>Thu, 13 Dec 2007 20:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116521#M314046</guid>
      <dc:creator>wellsy1976</dc:creator>
      <dc:date>2007-12-13T20:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116522#M314047</link>
      <description>IMHO it is the better way to work with the lvmpvg file.&lt;BR /&gt;&lt;BR /&gt;BTW - Welcome to the forums!</description>
      <pubDate>Thu, 13 Dec 2007 20:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116522#M314047</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-12-13T20:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: lvextend issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116523#M314048</link>
      <description>Thanks for all the points but now it is enough ;-)&lt;BR /&gt;&lt;BR /&gt;Just to add this.&lt;BR /&gt;If you do the command you did&lt;BR /&gt;# lvextend -L 5632 /dev/vgrns/lvu02ora&lt;BR /&gt;&lt;BR /&gt;without PVG-strict and with only strict allocation policy, maybe your LV will extend to 2 disk on the same bus (for example c6t3d0 mirrored to c6t5d0), - that's it and this is not what you want to do.&lt;BR /&gt;Without any strict policy and without a specified target LVM could even mirror the LVOL to the **same** disk!&lt;BR /&gt;&lt;BR /&gt;Without PVG-strict you need to say&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 5632 /dev/vgrns/lvu02ora /dev/dsk/c4t3d0 /dev/dsk/c6t3d0&lt;BR /&gt;&lt;BR /&gt;for example, so the conclusion is to use lvmpvg, because this makes all easier and safe.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; The file systems I'm trying to increase are Service Guard&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now you need to make the other nodes aware of this change.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Dec 2007 20:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvextend-issues/m-p/4116523#M314048</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-12-13T20:35:51Z</dc:date>
    </item>
  </channel>
</rss>

