<?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 a stripe in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962037#M631899</link>
    <description>To the best of my unhappy knowledge and unhappy experience, NO.&lt;BR /&gt;&lt;BR /&gt;Ran across this with ASU.  This application had a file system with 24 disks within a logical volume stipped at 64 kb and no one would ever clean this file system out.  It grew and grew and grew.  It grew to 96% and still no one would clean it out.&lt;BR /&gt;&lt;BR /&gt;Then the user found out that they needed to buy another 24 disks to make the file system grow, or, clean it out.&lt;BR /&gt;&lt;BR /&gt;Which do you think they performed?&lt;BR /&gt;&lt;BR /&gt;They bought a whole new disk array rather than clean up this file system and added 24 disks.&lt;BR /&gt;&lt;BR /&gt;And obstinite users that they were, they wouldn't allow for 4 disk pvg's, which is what a lot of people recommended.&lt;BR /&gt;&lt;BR /&gt;So, if you have a physical volume group with 4 disks you can label them and add them in as needed.&lt;BR /&gt;&lt;BR /&gt;1) vgcreate -g pvg0 /dev/vg01 /dev/dsk/c2t9d0  (* First disk into pvg0 *)&lt;BR /&gt;&lt;BR /&gt;2a)  vgextend -g pvg0 /dev/vg01 /dev/dsk/c4t8d0  (* additional disk into pvg0 *)&lt;BR /&gt;&lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;2b) vi /etc/lvmpvg&lt;BR /&gt;(* manually add disks *)&lt;BR /&gt;&lt;BR /&gt;vg01&lt;BR /&gt;pvg1&lt;BR /&gt;   c2t9d0&lt;BR /&gt;   c4t8d0&lt;BR /&gt;   c1t9d0 (* add in *)&lt;BR /&gt;   c3t8d0 (* add in *)&lt;BR /&gt;&lt;BR /&gt;lvcreate -D y -s g -r n /dev/vg01&lt;BR /&gt;&lt;BR /&gt;(* lvcreate determines pvgs w/out specifiying them *)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90008/00/02/208-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90008/00/02/208-toc.html&amp;amp;searchterms=stripe%7cpvg%7clvcreate&amp;amp;queryid=20030429-185924" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90008/00/02/208-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90008/00/02/208-toc.html&amp;amp;searchterms=stripe%7cpvg%7clvcreate&amp;amp;queryid=20030429-185924&lt;/A&gt;</description>
    <pubDate>Wed, 30 Apr 2003 00:01:57 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2003-04-30T00:01:57Z</dc:date>
    <item>
      <title>extend a stripe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962033#M631895</link>
      <description>Here is one that I haven't tested before.  If you have say 10 disks in a VG.  And you have created a LV that is striped across all 10 disks.  Then the day comes where you have used all the space.  Can you add 5 disks and extend the LV or does the LV have to be extended onto 10 devices.</description>
      <pubDate>Tue, 29 Apr 2003 15:14:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962033#M631895</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2003-04-29T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: extend a stripe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962034#M631896</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;If I may quote from the lvextend man page:&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;&lt;BR /&gt;The answer to your question, then, is 10.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 29 Apr 2003 15:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962034#M631896</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-29T15:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: extend a stripe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962035#M631897</link>
      <description>I haven't either but I think if you stripe it across 10 disks and given the fact that this has to be in strict allocation, the only way it would work is to add another 10 disks (no more no less).</description>
      <pubDate>Tue, 29 Apr 2003 15:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962035#M631897</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-04-29T15:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: extend a stripe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962036#M631898</link>
      <description>I am going to try something, and will then assign points later this afternoon</description>
      <pubDate>Tue, 29 Apr 2003 15:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962036#M631898</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2003-04-29T15:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: extend a stripe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962037#M631899</link>
      <description>To the best of my unhappy knowledge and unhappy experience, NO.&lt;BR /&gt;&lt;BR /&gt;Ran across this with ASU.  This application had a file system with 24 disks within a logical volume stipped at 64 kb and no one would ever clean this file system out.  It grew and grew and grew.  It grew to 96% and still no one would clean it out.&lt;BR /&gt;&lt;BR /&gt;Then the user found out that they needed to buy another 24 disks to make the file system grow, or, clean it out.&lt;BR /&gt;&lt;BR /&gt;Which do you think they performed?&lt;BR /&gt;&lt;BR /&gt;They bought a whole new disk array rather than clean up this file system and added 24 disks.&lt;BR /&gt;&lt;BR /&gt;And obstinite users that they were, they wouldn't allow for 4 disk pvg's, which is what a lot of people recommended.&lt;BR /&gt;&lt;BR /&gt;So, if you have a physical volume group with 4 disks you can label them and add them in as needed.&lt;BR /&gt;&lt;BR /&gt;1) vgcreate -g pvg0 /dev/vg01 /dev/dsk/c2t9d0  (* First disk into pvg0 *)&lt;BR /&gt;&lt;BR /&gt;2a)  vgextend -g pvg0 /dev/vg01 /dev/dsk/c4t8d0  (* additional disk into pvg0 *)&lt;BR /&gt;&lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;2b) vi /etc/lvmpvg&lt;BR /&gt;(* manually add disks *)&lt;BR /&gt;&lt;BR /&gt;vg01&lt;BR /&gt;pvg1&lt;BR /&gt;   c2t9d0&lt;BR /&gt;   c4t8d0&lt;BR /&gt;   c1t9d0 (* add in *)&lt;BR /&gt;   c3t8d0 (* add in *)&lt;BR /&gt;&lt;BR /&gt;lvcreate -D y -s g -r n /dev/vg01&lt;BR /&gt;&lt;BR /&gt;(* lvcreate determines pvgs w/out specifiying them *)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90008/00/02/208-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90008/00/02/208-toc.html&amp;amp;searchterms=stripe%7cpvg%7clvcreate&amp;amp;queryid=20030429-185924" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&amp;amp;con=/hpux/onlinedocs/B9106-90008/00/02/208-con.html&amp;amp;toc=/hpux/onlinedocs/B9106-90008/00/02/208-toc.html&amp;amp;searchterms=stripe%7cpvg%7clvcreate&amp;amp;queryid=20030429-185924&lt;/A&gt;</description>
      <pubDate>Wed, 30 Apr 2003 00:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962037#M631899</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-30T00:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: extend a stripe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962038#M631900</link>
      <description>Thanks all</description>
      <pubDate>Wed, 30 Apr 2003 14:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-stripe/m-p/2962038#M631900</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2003-04-30T14:24:50Z</dc:date>
    </item>
  </channel>
</rss>

