<?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: Extension of Striped Logical Volume/Filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669624#M243554</link>
    <description>Yes, LVM doesn't care how big the LUN's are but in your case all 4 of the new LUN's must be the same size or space will be wasted. As long as the new LUN's are all the same size and are no bigger in capacity than the largest LUN's in the VG, you will be fine.</description>
    <pubDate>Mon, 14 Nov 2005 00:16:43 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-11-14T00:16:43Z</dc:date>
    <item>
      <title>Extension of Striped Logical Volume/Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669618#M243548</link>
      <description>Hi Forum,&lt;BR /&gt;&lt;BR /&gt;Currently, I have a striped logical volume lvolA of size 560GB. &lt;BR /&gt;&lt;BR /&gt;/dev/vgA/lvolA&lt;BR /&gt;                   570949632 356086768 213184280   63% /mnt/sapdata1&lt;BR /&gt;&lt;BR /&gt;It is striped across 4 harddisks (each of size 70GB) initially and then extended to another 4 harddisks (each of size 70GB)&lt;BR /&gt;&lt;BR /&gt;#vgdisplay -v /dev/vgA&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vgA&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                      1&lt;BR /&gt;Open LV                     1&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      8&lt;BR /&gt;Act PV                      8&lt;BR /&gt;Max PE per PV               2178&lt;BR /&gt;VGDA                        16&lt;BR /&gt;PE Size (Mbytes)            32&lt;BR /&gt;Total PE                    17424&lt;BR /&gt;Alloc PE                    17424&lt;BR /&gt;Free PE                     0&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;#lvdisplay -v /dev/vgA/lvolA&lt;BR /&gt;LV Name                     /dev/vgA/lvolA&lt;BR /&gt;VG Name                     /dev/vgA&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                    striped&lt;BR /&gt;LV Size (Mbytes)            557568&lt;BR /&gt;Current LE                  17424&lt;BR /&gt;Allocated PE                17424&lt;BR /&gt;Stripes                     4&lt;BR /&gt;Stripe Size (Kbytes)        8&lt;BR /&gt;Bad block                   NONE&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;Query: I will need to increase the striped /dev/vgA/lvolA by 100GB. But since it is striped multiples of 4 harddisks. I am proposing to have 4 harddisks each of size 25GB (instead of existing pvs of size 70GB) and then perform a lvextend using the following command&lt;BR /&gt;Assuming these are the 4 new pvs:&lt;BR /&gt;/dev/dsk/c15t1d4   &lt;BR /&gt;/dev/dsk/c13t1d5 &lt;BR /&gt;/dev/dsk/c15t1d6   &lt;BR /&gt;/dev/dsk/c13t1d7  &lt;BR /&gt;&lt;BR /&gt;#lvextend –L 675840 /dev/vgA/lvolA &lt;BR /&gt;&lt;BR /&gt;My understanding is the striping will be taken care automatically?&lt;BR /&gt;&lt;BR /&gt;I do not think I will need to specify the new 4 harddisk device names?&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff</description>
      <pubDate>Fri, 11 Nov 2005 05:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669618#M243548</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2005-11-11T05:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extension of Striped Logical Volume/Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669619#M243549</link>
      <description>You are right. Add four disks and extend/create lvol.</description>
      <pubDate>Fri, 11 Nov 2005 05:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669619#M243549</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-11-11T05:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extension of Striped Logical Volume/Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669620#M243550</link>
      <description>Refer this:&lt;BR /&gt;&lt;BR /&gt;     LVM striped logical volumes are always allocated using a strict&lt;BR /&gt;     allocation policy. Consequently, striped logical volumes may only be&lt;BR /&gt;     extended by a number extents that is a multiple of disks the logical&lt;BR /&gt;     volume is striped across.  For example, for a logical volume striped&lt;BR /&gt;     across 3 disks, the logical volume will be extended in increments of 3&lt;BR /&gt;     extents, with each of the 3 extents allocated on a different disk in&lt;BR /&gt;     the volume group.&lt;BR /&gt;&lt;BR /&gt;     The pvg_name argument is allowed only if one of the allocation&lt;BR /&gt;     policies of the logical volume is PVG-strict.&lt;BR /&gt;&lt;BR /&gt;Give volume group of the logical volume also.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Fri, 11 Nov 2005 05:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669620#M243550</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-11T05:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extension of Striped Logical Volume/Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669621#M243551</link>
      <description>hello&lt;BR /&gt;&lt;BR /&gt;vgcfgbackup  the vg&lt;BR /&gt;pvcreate for the new disks /dev/rdsk/ ....&lt;BR /&gt;vgextend -g vgA vgA /dev/dsk/.... all for disks&lt;BR /&gt;lvextend &lt;BR /&gt;extend the filesystem &lt;BR /&gt;&lt;BR /&gt;thats it</description>
      <pubDate>Fri, 11 Nov 2005 05:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669621#M243551</guid>
      <dc:creator>GGA</dc:creator>
      <dc:date>2005-11-11T05:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extension of Striped Logical Volume/Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669622#M243552</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This seems to be fine. The only precaution you should take apart from ones in normal LVOLs, while extending stripped LOVL should be that all the LUNs/Disks shall be of equal size to avaiod storage wastage.&lt;BR /&gt;&lt;BR /&gt;The steps shall be&lt;BR /&gt;#pvcreate /dev/rdsk/c15t1d4&lt;BR /&gt;Repeat for other three LUNs.&lt;BR /&gt;#vgextend /dev/vgA /dev/dsk/c15t1d4 /dev/dsk/c13t1d5 /dev/dsk/c15t1d6 /dev/dsk/c13t1d7&lt;BR /&gt;&lt;BR /&gt;As the existing policy for allocation is stripped, it will be taken in account when extending and extend will not be allowed unless atlease the no. of disks equal to no. of stripes is available i.e. 4.&lt;BR /&gt;&lt;BR /&gt;Extend File system online if you have online JFS using fsadm command or do it offline after unmounting using extendfs.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2005 11:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669622#M243552</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-11-11T11:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extension of Striped Logical Volume/Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669623#M243553</link>
      <description>Hi Forumers,&lt;BR /&gt;&lt;BR /&gt;As mentioned, I will be extending the existing volume group vgA with smaller harddisks of size 25GB. &lt;BR /&gt;&lt;BR /&gt;I do not think it will be of any issue right?&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff</description>
      <pubDate>Sun, 13 Nov 2005 22:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669623#M243553</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2005-11-13T22:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extension of Striped Logical Volume/Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669624#M243554</link>
      <description>Yes, LVM doesn't care how big the LUN's are but in your case all 4 of the new LUN's must be the same size or space will be wasted. As long as the new LUN's are all the same size and are no bigger in capacity than the largest LUN's in the VG, you will be fine.</description>
      <pubDate>Mon, 14 Nov 2005 00:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extension-of-striped-logical-volume-filesystem/m-p/3669624#M243554</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-14T00:16:43Z</dc:date>
    </item>
  </channel>
</rss>

