<?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: lvm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4133661#M316554</link>
    <description>Initialize?&lt;BR /&gt;&lt;BR /&gt;pvcreate&lt;BR /&gt;&lt;BR /&gt;vgcreate&lt;BR /&gt;&lt;BR /&gt;lvcreate&lt;BR /&gt;&lt;BR /&gt;man on those commands for more info&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Tue, 22 Jan 2008 18:26:57 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2008-01-22T18:26:57Z</dc:date>
    <item>
      <title>lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4133660#M316553</link>
      <description>how to initilize lvm on itanium and how large lvm header of a non boot disc, what is stored in lvm</description>
      <pubDate>Tue, 22 Jan 2008 18:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4133660#M316553</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-01-22T18:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4133661#M316554</link>
      <description>Initialize?&lt;BR /&gt;&lt;BR /&gt;pvcreate&lt;BR /&gt;&lt;BR /&gt;vgcreate&lt;BR /&gt;&lt;BR /&gt;lvcreate&lt;BR /&gt;&lt;BR /&gt;man on those commands for more info&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 22 Jan 2008 18:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4133661#M316554</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-01-22T18:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4133662#M316555</link>
      <description>Some info on headers here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1201026655072+28353475&amp;amp;threadId=1190053" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1201026655072+28353475&amp;amp;threadId=1190053&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 22 Jan 2008 18:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4133662#M316555</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-01-22T18:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4133663#M316556</link>
      <description>Hi sajjad&lt;BR /&gt;&lt;BR /&gt;Just adding some more with Geoff's response,&lt;BR /&gt;&lt;BR /&gt;The header size of a non-bootable disk is not fixed. It depends on the VG configuration parameters PVs/VG (-p max_pv), PEs/PV (-e max_pe) and LVs/VG (-l max_lv), but it is usually smaller. The VGâ  s VGRA must not be larger than a single extent..&lt;BR /&gt;&lt;BR /&gt;NOTE: Itanium systems (UX 11.20, 11.22, 11.23) have a 100MB EFI partition at the beginning of the disk.&lt;BR /&gt;&lt;BR /&gt;How the size of the VGRA is calculated&lt;BR /&gt;&lt;BR /&gt;The VGRA size of any non-bootable disk must fit into the size of a single PE. For a bootable disk the VGRA needs to start at offset 2144K while user data always starts at offset 2912K. Due to these constraints the maximum VGRA size of bootable disks is even more restricted as for regular disks.&lt;BR /&gt;However, it is good to know how the size of the VGRA depends on the VGâ  s configuration at creation time. The folowing set or formulas calculates vgra_len in KB.&lt;BR /&gt;vgda_len = (ROUNDUP (16 * max_lv, 1024) + (max_pv * ROUNDUP (16 + 4 * max_pe, 1024)) ) / 1024 + 2; vgsa_len = ROUNDUP (36 + 12 * ROUNDUP (max_pv, 32) + ROUNDUP(max_pe,8) * max_pv / 8, 1024) / 1024; mcr_len = 8; vgra_len = 2 * (ROUNDUP (vgda_len + vgsa_len, 8) + mcr_len);&lt;BR /&gt;8/49&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Ramesh</description>
      <pubDate>Sat, 26 Jan 2008 09:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4133663#M316556</guid>
      <dc:creator>Ramesh S</dc:creator>
      <dc:date>2008-01-26T09:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4133664#M316557</link>
      <description>Every LVM header is the size of one PE / LE.  That's Physical Extent / Logical extent.  4 MB is the default and I assume this is your size but use vgdisplay -v to double check.&lt;BR /&gt;&lt;BR /&gt;I'm confused about what you mean by 'initalize'.  Are you already using VXVM?  Because usually people convert from LVM to VXVM.  But here's a link about converting from VXVM to LVM via ignite:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1065590&amp;amp;admit=109447626+1201384831349+28353475" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1065590&amp;amp;admit=109447626+1201384831349+28353475&lt;/A&gt;</description>
      <pubDate>Sat, 26 Jan 2008 22:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/4133664#M316557</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-01-26T22:05:18Z</dc:date>
    </item>
  </channel>
</rss>

