<?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: Creating large volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825789#M611337</link>
    <description>Hi etc,&lt;BR /&gt;&lt;BR /&gt;Look at manual for vgcreate.&lt;BR /&gt;&lt;BR /&gt;There are some parameters in vgcreate which influent on its building and extention, e.g:&lt;BR /&gt;-p max_pv           Set the maximum number of physical volumes&lt;BR /&gt;                               that the volume group is allowed to contain.&lt;BR /&gt;&lt;BR /&gt;Please take into account that you can not change these settings after vg creation, so try to plan the VG before you begin to use it.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Jul 2006 15:21:01 GMT</pubDate>
    <dc:creator>Victor Fridyev</dc:creator>
    <dc:date>2006-07-18T15:21:01Z</dc:date>
    <item>
      <title>Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825783#M611331</link>
      <description>I need to create a super large volume group, with roughly 600GB of data in it. It will consist of 10 76-GB EMC disks. Any strategy for doing so?&lt;BR /&gt;&lt;BR /&gt;Is there anything better than just dumping all the disks in it and then doing lvextends on LVs?  Some LVs are as large as 60GB. How about contiguous?  These are EMC disks and they already have RAID 7 configuration.</description>
      <pubDate>Tue, 18 Jul 2006 14:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825783#M611331</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-07-18T14:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825784#M611332</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I think given the sophistication of the SAN, that I'd elect to create the volume group (with some growth factored into it) and simply create the necessary logical volumes without stiping (or distribution) of any kind.&lt;BR /&gt;&lt;BR /&gt;Do not make your logical volumes contiguous as this will greately constain their expansion should you do so later.&lt;BR /&gt;&lt;BR /&gt;By a growth factor for the logical volume, I mean that if you need 10 physical volumes initially, but might want to double that later, be sure to specify '-p 20' for the 'max_pv' since once set this cannot be changed without recreating the volume group.  The same applies for the other arguments to 'vgcreate' that go into the LVM geometry --- 'max_pe', 'max_lv' and 'pe_size'.  Choose appropriately.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 18 Jul 2006 14:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825784#M611332</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-07-18T14:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825785#M611333</link>
      <description>Shalom etc,&lt;BR /&gt;&lt;BR /&gt;Some advice.&lt;BR /&gt;&lt;BR /&gt;vgcreate -p number&lt;BR /&gt;&lt;BR /&gt;as in &lt;BR /&gt;&lt;BR /&gt;vgcreate -p 20  &lt;REST of="" command=""&gt;&lt;BR /&gt;&lt;BR /&gt;A volume group only has so many PE's to spread around and the default scheme is for 255 disks.&lt;BR /&gt;&lt;BR /&gt;If you will have a lot less disks, you need to change the scheme to have so much disk space in one volume group.&lt;BR /&gt;&lt;BR /&gt;Since you need 600 of the 760 GB of available disk capacity, you may wish to use a hot spare to provide improved reliability for the volume group. Hopefully the underlying LUN's have some kind of striping to avoid data loss in the event of a single disk failure.&lt;BR /&gt;&lt;BR /&gt;I'm not familiar with raid 7, if you explain that, I or others may be able to elaborate further.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/REST&gt;</description>
      <pubDate>Tue, 18 Jul 2006 14:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825785#M611333</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-18T14:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825786#M611334</link>
      <description>I don't know about problems with big volume groups, except physical extent size&lt;BR /&gt;-s pe_size          Sets the number of megabytes in each physical&lt;BR /&gt;                               extent, where pe_size is expressed in units&lt;BR /&gt;                               of megabytes (MB) in the range 1 to 256.&lt;BR /&gt;                               pe_size must be equal to a power of 2 (1, 2,&lt;BR /&gt;                               4, 8, etc.).  The default value for pe_size&lt;BR /&gt;                               is 4 (four megabytes).&lt;BR /&gt;&lt;BR /&gt;One have to use value 16 or 32 in order to create such a big vg. Additionally you can decrease number of logical volumes (-l max_lv), if pe_size is critical for performance.&lt;BR /&gt;See man vgcreate&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Tue, 18 Jul 2006 14:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825786#M611334</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-07-18T14:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825787#M611335</link>
      <description>There is a hot spare..&lt;BR /&gt;&lt;BR /&gt;I need to make clear, that these are very large LUNS, each one is 75GB. So 10 disks makes 750GB. I doubt very much it will exceed 255 disks. &lt;BR /&gt;&lt;BR /&gt;Is there still a problem, am I missing something from this?&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 15:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825787#M611335</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-07-18T15:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825788#M611336</link>
      <description>PS&lt;BR /&gt;&lt;BR /&gt;My PE size now is 4.&lt;BR /&gt;&lt;BR /&gt;Is that a problem, should I increase it?&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 15:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825788#M611336</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-07-18T15:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825789#M611337</link>
      <description>Hi etc,&lt;BR /&gt;&lt;BR /&gt;Look at manual for vgcreate.&lt;BR /&gt;&lt;BR /&gt;There are some parameters in vgcreate which influent on its building and extention, e.g:&lt;BR /&gt;-p max_pv           Set the maximum number of physical volumes&lt;BR /&gt;                               that the volume group is allowed to contain.&lt;BR /&gt;&lt;BR /&gt;Please take into account that you can not change these settings after vg creation, so try to plan the VG before you begin to use it.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 15:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825789#M611337</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-07-18T15:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825790#M611338</link>
      <description>I think I will go with PE size of 16&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 15:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825790#M611338</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-07-18T15:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825791#M611339</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Have a look at the Software Recovery Handbook's LVM chapter-16.  The Volume Group Reserved Area (VGRA) must fit into one physical extent.  While a 'vgcreate' will fail (and warn you in doing so), you can obtain a better idea of what to expect by examining some of the formula and tables in the aforementioned chapter.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 18 Jul 2006 15:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825791#M611339</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-07-18T15:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825792#M611340</link>
      <description>Hi :&lt;BR /&gt;&lt;BR /&gt;Oops, see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/LVM.pdf" target="_blank"&gt;http://www2.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/LVM.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 18 Jul 2006 15:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825792#M611340</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-07-18T15:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825793#M611341</link>
      <description>While a pe-size of 4MiB will allow up to 252GiB per physical volume; it will also limit the maximum size of any LVOL under this VG to the same value --- and that assumes you specify 64Ki as you max_pe value. By default, vgcreate is going to use your specified pe_size and a max_pe's big enough to accomodate the largest PV listed when vgcreate is run. In your case, not only must you specify a larger pe_size but also a larger max_pe size when you run vgcreate. &lt;BR /&gt;&lt;BR /&gt;Specifying a max_pe of 64Ki (-e 65536) and a pe_size of 16MiB (-s 16) will allow full utilization in any combination of LVOL's.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 15:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825793#M611341</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-18T15:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating large volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825794#M611342</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;A combination of a larger PE size and limiting the total number of physical volumes should do the job.&lt;BR /&gt;&lt;BR /&gt;The forumulas JRF referred to are what you should look at to make the decision.&lt;BR /&gt;&lt;BR /&gt;The PE size does not impact anything concerning performance. I believe A. Clay has done some actual testing in this regard with Oracle.&lt;BR /&gt;&lt;BR /&gt;Congrats to ITRC's newest King, Victor, my boss.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 18 Jul 2006 15:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-large-volume-group/m-p/3825794#M611342</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-18T15:48:06Z</dc:date>
    </item>
  </channel>
</rss>

