<?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: Performance Difference between logical volumes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718635#M791833</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you are using one of the state-of-the-art SAN, it really does not matter. You would then create lvols as per your convenience and perceive ease..&lt;BR /&gt;&lt;BR /&gt;of course, they are principles that you can adopt as per where to locate your datafiles. (eg. archived regolog, redologs, etc)&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Fri, 27 Jan 2006 04:17:51 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2006-01-27T04:17:51Z</dc:date>
    <item>
      <title>Performance Difference between logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718630#M791828</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am about to install SAP ECC5 in our server.  I'm just wondering if there is an effect in performance if I create 1 big /oracle logical volume rather than creating separate logical volumes for sapdata1, sapdata2, etc.&lt;BR /&gt;&lt;BR /&gt;What are the pros and cons of having 1 logical volume for the whole /oracle directory?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Karl&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jan 2006 23:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718630#M791828</guid>
      <dc:creator>Karl_</dc:creator>
      <dc:date>2006-01-26T23:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Difference between logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718631#M791829</link>
      <description>Oracle is better with SAME(Strip all mirror everything). Als the manageability is important. I always prefer seperate lvols for data, binaries, archive/redo logs.&lt;BR /&gt;&lt;BR /&gt;So the advantages far outwiegh the disadvantages. You shuold have multiple lvols rather than having just one big lvol.</description>
      <pubDate>Thu, 26 Jan 2006 23:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718631#M791829</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-01-26T23:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Difference between logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718632#M791830</link>
      <description>For many years the convention was to have seperate lvols and spread i/o over seperate disks.&lt;BR /&gt;However , since most of us have SAN on huge&lt;BR /&gt;diskstorage cabinets who have the capability&lt;BR /&gt;to buffer gigabytes of read and write ,&lt;BR /&gt;the whole principle becomes questionable,&lt;BR /&gt;as it does not matter.&lt;BR /&gt;&lt;BR /&gt;So if your db is on local disks or on an&lt;BR /&gt;attached diskcluster via scsi , definitely&lt;BR /&gt;spread lvols.&lt;BR /&gt;&lt;BR /&gt;If you are attached to a SAN it doesn't matter anymore for performance. &lt;BR /&gt;Still I would choose for&lt;BR /&gt;the old convention as it is more clear&lt;BR /&gt;and manageable.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2006 02:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718632#M791830</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-01-27T02:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Difference between logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718633#M791831</link>
      <description>However, be careful. Some arrays allocate cache per LUN, so a big sequential I/O to an LVOL that is simply a linear collection of LUNs will probably causse a bottleneck at the array ("priority destage" on EMC). If you go for large monolithic LVOLs, then use distributed striping within a PVG.&lt;BR /&gt;&lt;BR /&gt;vgcreate -g PVGstriped -n name disk1 disk2 ..&lt;BR /&gt;lvcreate -D y -g PVGstriped etc&lt;BR /&gt;&lt;BR /&gt;Forgive me if my command syntax isn't perfect: been on Solaris for 2 years now, working from memory....:-&amp;gt;</description>
      <pubDate>Fri, 27 Jan 2006 03:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718633#M791831</guid>
      <dc:creator>Jakes Louw</dc:creator>
      <dc:date>2006-01-27T03:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Difference between logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718634#M791832</link>
      <description>I split mine - 1.5 TB across 12 sapdata lvols...more for admin reasons then performance.&lt;BR /&gt;&lt;BR /&gt;Makes it easier to check performance of certain areas (by lvol).&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2006 03:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718634#M791832</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-01-27T03:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Difference between logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718635#M791833</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you are using one of the state-of-the-art SAN, it really does not matter. You would then create lvols as per your convenience and perceive ease..&lt;BR /&gt;&lt;BR /&gt;of course, they are principles that you can adopt as per where to locate your datafiles. (eg. archived regolog, redologs, etc)&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 27 Jan 2006 04:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718635#M791833</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-01-27T04:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Difference between logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718636#M791834</link>
      <description>Hi Karl,&lt;BR /&gt;&lt;BR /&gt;At least one lvol for datafiles and redologs/archivelogs and another for binary files and redologs/archivelogs. Redologs/archivelogs should be multiplexed.&lt;BR /&gt;&lt;BR /&gt;Also very important is to have at least 2 tablespaces for each application module: ARD and ARX for Receivables, APD and APX for Payables, etc...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Fri, 27 Jan 2006 05:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-difference-between-logical-volumes/m-p/3718636#M791834</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-01-27T05:25:36Z</dc:date>
    </item>
  </channel>
</rss>

