<?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: vgextend in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132846#M450407</link>
    <description>&lt;!--!*#--&gt;Did it occur to you to actually READ THE man PAGE for lvextend before posting?&lt;BR /&gt;&lt;BR /&gt;from man lvextend:&lt;BR /&gt;&lt;BR /&gt;           -l le_number        Increase the space allocated to the logical&lt;BR /&gt;                               volume, specified in logical extents.&lt;BR /&gt;                               le_number is a decimal value greater than the&lt;BR /&gt;                               current number of logical extents.&lt;BR /&gt;&lt;BR /&gt;                               le_number must be at least 1 and no greater&lt;BR /&gt;                               than a volume group version-dependent&lt;BR /&gt;                               maximum; use the lvmadm command to determine&lt;BR /&gt;                               the maximum number of logical extents for the&lt;BR /&gt;                               volume group version.&lt;BR /&gt;&lt;BR /&gt;                               One, and only one, -l, -L, or -m option must&lt;BR /&gt;                               be supplied.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So you told the command to *extend* the LV to 3749 extents which is smaller than it currently is. Figure out how many extents equals 100GB and use that instead...&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Sep 2008 18:49:42 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2008-09-30T18:49:42Z</dc:date>
    <item>
      <title>vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132844#M450405</link>
      <description>I am trying to extend my filesystem.. the disk has 146 gb cap... and wanted to allocate 100GB&lt;BR /&gt;&lt;BR /&gt;I went through man vgextend.. could only was able the system upto 10 gig...I want to extend it to 100gig&lt;BR /&gt;&lt;BR /&gt;Please advide&lt;BR /&gt;&lt;BR /&gt;# extendfs /dev/vg01/roracle&lt;BR /&gt;vxfs extendfs: file system is already at maximum device capacity.&lt;BR /&gt;# mount /dev/vg01/oracle /data&lt;BR /&gt;# vgdisplay 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                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               8750&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    8749&lt;BR /&gt;Alloc PE                    5000&lt;BR /&gt;Free PE                     3749&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;# lvextend -l 3749 /dev/vg01/oracle&lt;BR /&gt;lvextend: "LogicalExtentsNumber" is not bigger than current setting.</description>
      <pubDate>Tue, 30 Sep 2008 18:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132844#M450405</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-30T18:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132845#M450406</link>
      <description>&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg01/oracle&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               0&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            80000&lt;BR /&gt;Current LE                  5000&lt;BR /&gt;Allocated PE                5000&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;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name                 LE on PV  PE on PV&lt;BR /&gt;   /dev/dsk/c0t1d0         5000      5000&lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE    PV1                     PE1   Status 1&lt;BR /&gt;   00000 /dev/dsk/c0t1d0         00000 current&lt;BR /&gt;Standard input</description>
      <pubDate>Tue, 30 Sep 2008 18:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132845#M450406</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-30T18:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132846#M450407</link>
      <description>&lt;!--!*#--&gt;Did it occur to you to actually READ THE man PAGE for lvextend before posting?&lt;BR /&gt;&lt;BR /&gt;from man lvextend:&lt;BR /&gt;&lt;BR /&gt;           -l le_number        Increase the space allocated to the logical&lt;BR /&gt;                               volume, specified in logical extents.&lt;BR /&gt;                               le_number is a decimal value greater than the&lt;BR /&gt;                               current number of logical extents.&lt;BR /&gt;&lt;BR /&gt;                               le_number must be at least 1 and no greater&lt;BR /&gt;                               than a volume group version-dependent&lt;BR /&gt;                               maximum; use the lvmadm command to determine&lt;BR /&gt;                               the maximum number of logical extents for the&lt;BR /&gt;                               volume group version.&lt;BR /&gt;&lt;BR /&gt;                               One, and only one, -l, -L, or -m option must&lt;BR /&gt;                               be supplied.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So you told the command to *extend* the LV to 3749 extents which is smaller than it currently is. Figure out how many extents equals 100GB and use that instead...&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Sep 2008 18:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132846#M450407</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-09-30T18:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132847#M450408</link>
      <description>or to spell it out for you:&lt;BR /&gt;&lt;BR /&gt;lvextend -l 6400 /dev/vg01/oracle&lt;BR /&gt;&lt;BR /&gt;Please please please stop what your working on and spend some time reading the manuals&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 30 Sep 2008 18:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132847#M450408</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-09-30T18:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132848#M450409</link>
      <description>Try lvextend -L 102400m /dev/vg01/oracle&lt;BR /&gt;&lt;BR /&gt;and then if you have onlinejfs&lt;BR /&gt;&lt;BR /&gt;fsadm -b 102400m /mount_point</description>
      <pubDate>Tue, 30 Sep 2008 18:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132848#M450409</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-09-30T18:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132849#M450410</link>
      <description>Usage: lvextend&lt;BR /&gt;        [-A Autobackup]&lt;BR /&gt;        {-l LogicalExtentsNumber |&lt;BR /&gt;         -L LogicalVolumeSize}&lt;BR /&gt;        LogicalVolumePath [ PhysicalVolumePath... | PhysicalVolumeGroupName... ]&lt;BR /&gt;"LogicalVolumeSize": Must be a value between 1 and 16777216 (16M).&lt;BR /&gt;# lvextend -L 16777216 /dev/vg01/oracle&lt;BR /&gt;lvextend: "LogicalExtentsNumber" is bigger than the maximum value allowed.&lt;BR /&gt;# lvextend -L 167772 /dev/vg01/oracle&lt;BR /&gt;Warning: rounding up logical volume size to extent boundary at size "167776" MB.&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg01/oracle" could not be extended.&lt;BR /&gt;Failure possibly caused by strict allocation policy&lt;BR /&gt;# lvextend -l 167772 /dev/vg01/oracle&lt;BR /&gt;Usage: lvextend&lt;BR /&gt;        [-A Autobackup]&lt;BR /&gt;        {-l LogicalExtentsNumber |&lt;BR /&gt;         -L LogicalVolumeSize}&lt;BR /&gt;        LogicalVolumePath [ PhysicalVolumePath... | PhysicalVolumeGroupName... ]&lt;BR /&gt;"LogicalExtentsNumber": Must be a value between 1 and 65535.&lt;BR /&gt;#  lvextend -l 65535 /dev/vg01/oracle&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg01/oracle" could not be extended.&lt;BR /&gt;Failure possibly caused by strict allocation policy&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Please give me the command for now.... I will research on it after I have given the system</description>
      <pubDate>Tue, 30 Sep 2008 18:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132849#M450410</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-30T18:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132850#M450411</link>
      <description>I thought&lt;BR /&gt;&lt;BR /&gt;lvextend -L 102400m /dev/vg01/oracle&lt;BR /&gt;&lt;BR /&gt;was pretty explicit.</description>
      <pubDate>Tue, 30 Sep 2008 18:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132850#M450411</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-09-30T18:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: vgextend</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132851#M450412</link>
      <description>Thanks a lot Court Campbell.... You saved me...</description>
      <pubDate>Tue, 30 Sep 2008 19:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgextend/m-p/5132851#M450412</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-09-30T19:02:14Z</dc:date>
    </item>
  </channel>
</rss>

