<?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: lvcreate in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/3082970#M631152</link>
    <description>If you are using 2Gbps FC HBA's -- I would have the XP512 present LUNS that are on different ACP's (array controller pairs) and array groups... Then in LVM, create PV's out of the LUNs and add them to a VG... You may then create a stripe LVOL -- 4 way with your desired striped size...&lt;BR /&gt;&lt;BR /&gt;BTW, I would not build a stripe that involves an odd number of columns (ie. 5 as you're planning...).&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Oct 2003 12:06:03 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2003-10-01T12:06:03Z</dc:date>
    <item>
      <title>lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/3082968#M631150</link>
      <description>I'm using a XP512 (2 FC connections), using OPEN-D disks.&lt;BR /&gt;My question is: I need to create a VG with&lt;BR /&gt; 250 GB, using strip (64k). Does any difference creating this VG with one Lvol or&lt;BR /&gt;5 Lvols with 50 GB each. This VG will contain a ORACLE 8i database, on HPUX 11i.&lt;BR /&gt;Obs.: Sorry, my poor english.</description>
      <pubDate>Wed, 01 Oct 2003 11:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/3082968#M631150</guid>
      <dc:creator>José Bispo Santos Filho</dc:creator>
      <dc:date>2003-10-01T11:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/3082969#M631151</link>
      <description>To me, it always seems better to have more than one logical volume for your database and particularly preferable to keep your archive logs out of the volume group completely and preferably on another machine.&lt;BR /&gt; &lt;BR /&gt;I would personally recommend creating the volume group with the -s 8 option to vgcreate when dealing with these kinds of size.</description>
      <pubDate>Wed, 01 Oct 2003 12:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/3082969#M631151</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-01T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/3082970#M631152</link>
      <description>If you are using 2Gbps FC HBA's -- I would have the XP512 present LUNS that are on different ACP's (array controller pairs) and array groups... Then in LVM, create PV's out of the LUNs and add them to a VG... You may then create a stripe LVOL -- 4 way with your desired striped size...&lt;BR /&gt;&lt;BR /&gt;BTW, I would not build a stripe that involves an odd number of columns (ie. 5 as you're planning...).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2003 12:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/3082970#M631152</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-10-01T12:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/3082971#M631153</link>
      <description>You English is good enough.&lt;BR /&gt; &lt;BR /&gt;Your second option probably won't work.&lt;BR /&gt; &lt;BR /&gt;I think the first option is a good way.  Your real problem is that Oracle recommends raid 1 mirror copy, not raid 5 for its databases for performance reasons.&lt;BR /&gt; &lt;BR /&gt;You need mirror/ux to do that with lvm.&lt;BR /&gt; &lt;BR /&gt;lvextend -m 1 /dev/vg##/oradata /dev/dsk/c0t0d0&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Oct 2003 12:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/3082971#M631153</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-01T12:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/3082972#M631154</link>
      <description>&lt;BR /&gt;The XP512 are already protected LUNS and PVLINKS can also come into play as the HDS LUN is can be multipathed... So no need for any mirroring whatsoever on these LUNs (which can be configured on the frame as wither RAID5 or RAID0+1).  &lt;BR /&gt;&lt;BR /&gt;I've worked with XP512's (which is really a rebadged Hitachi Data Systems - Lightning 9960) for the past 3.5 years and the greatest performance out of those LUNs is if you build your volumes (LVOL in LVM terms) that are striped accross LUNs that come from different ACP's and prefereably presented on different CHP's and FC-HBA's..... &lt;BR /&gt;&lt;BR /&gt;I will however recommend you use VxVM to manage/carve your Xp512 LUNs and have your LUN manager operator present those LUN's as multi-pathed ones so you can use DMP or if you insist on using PVLINKS to dual path them...&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2003 12:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate/m-p/3082972#M631154</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-10-01T12:31:38Z</dc:date>
    </item>
  </channel>
</rss>

