<?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 Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433051#M3822</link>
    <description>Yet one more thing to consider along the lines of Geetam's post.  Considering the physical.  How are these 8 disks connected to your host?  If you are using SCSI that's a lot of disks on one controller.  If you have FC/AL it is not that many.  How many controllers do you have?&lt;BR /&gt;Some basic concepts to consider.  Keep your data files and your indexes on seperate physical spindles.  Also try to keep them on different controllers.  Keep your operating system file systems and swap space seperate from the application and database file systems.  Basically, spread out.&lt;BR /&gt;Without knowing all the hardware you have it's difficult to give a very good answer on how to set it up.&lt;BR /&gt;</description>
    <pubDate>Mon, 31 Jul 2000 14:29:41 GMT</pubDate>
    <dc:creator>Dave Wherry</dc:creator>
    <dc:date>2000-07-31T14:29:41Z</dc:date>
    <item>
      <title>LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433037#M3808</link>
      <description>I have created a logical volume combined as 8 disks with stripe option for the&lt;BR /&gt;oracle database and application. If I split that volume group into two logical &lt;BR /&gt;volume for database and application will it improve the performance?  &lt;BR /&gt;Are Logical volumes and file system  include in Performance Issues pertaining&lt;BR /&gt;to Disk I/O?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jul 2000 02:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433037#M3808</guid>
      <dc:creator>Madanagopalan S</dc:creator>
      <dc:date>2000-07-27T02:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433038#M3809</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I didn't quite get your first question but&lt;BR /&gt;having a Raw Logical Volume definetely helps u to overcome the filesystem overhead and hence you can use the Raw LVs than file system to get a better performance.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Regards,&lt;BR /&gt;Sundar.</description>
      <pubDate>Thu, 27 Jul 2000 05:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433038#M3809</guid>
      <dc:creator>Sundararajan Anandhan</dc:creator>
      <dc:date>2000-07-27T05:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433039#M3810</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As sundar said, RAw LV's definitely improve performance. So it is better suggested to have the database on the sepearate LV as raw LV and application in separatee LV as filesystem.&lt;BR /&gt;&lt;BR /&gt;Hope this is OK.&lt;BR /&gt;&lt;BR /&gt;Regs,&lt;BR /&gt;S.J.Babu</description>
      <pubDate>Thu, 27 Jul 2000 05:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433039#M3810</guid>
      <dc:creator>S.Jagadeesh Babu</dc:creator>
      <dc:date>2000-07-27T05:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433040#M3811</link>
      <description>By making two logical volumes, you will have better control on the space allocation and easy administration. I don't think it would add any additional performance to the system.&lt;BR /&gt;&lt;BR /&gt;where as raw partition will give you better performance over file systems for database usage.</description>
      <pubDate>Thu, 27 Jul 2000 06:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433040#M3811</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2000-07-27T06:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433041#M3812</link>
      <description>Yes raw logical volumes will improve performance , also under ORACLE use_async_io = true . set this if you are using raw logical volumes this is saying it writes to raw logical volumes asyncronously.&lt;BR /&gt;&lt;BR /&gt;hpe this helps</description>
      <pubDate>Thu, 27 Jul 2000 08:33:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433041#M3812</guid>
      <dc:creator>Adrian Voysey</dc:creator>
      <dc:date>2000-07-27T08:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433042#M3813</link>
      <description>Sorry. Both logical volumes will be filesystem volumes. If I split single&lt;BR /&gt;logical volume into two logical volumes (data and application) , will it &lt;BR /&gt;increase system performance/ increase logical io read/write performance.</description>
      <pubDate>Thu, 27 Jul 2000 08:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433042#M3813</guid>
      <dc:creator>Madanagopalan S</dc:creator>
      <dc:date>2000-07-27T08:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433043#M3814</link>
      <description>There is no performance benefit in splitting one large volume striped over 8 disks into two smaller volumes striped over the same disks.&lt;BR /&gt;&lt;BR /&gt;There are other issues though, among which are:-&lt;BR /&gt;&lt;BR /&gt;Advantages: &lt;BR /&gt;- Filling up one smaller volume will not   affect the other.&lt;BR /&gt;- May reduce the backup requirement (application may not need backing up as often as the database)&lt;BR /&gt;&lt;BR /&gt;Disadvantages:&lt;BR /&gt;- Loss of a single common area of free space i.e. you don't have to guess how big the smaller volumes actually have to be.&lt;BR /&gt;- Requires a change to path names (if everything is already installed) unless you resort to soft links.&lt;BR /&gt;&lt;BR /&gt;I'm sure that others can expand on the above.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Thu, 27 Jul 2000 10:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433043#M3814</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-07-27T10:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433044#M3815</link>
      <description>Another alternative is create the datafiles in filesystem with the direct option (in the mount moment, HP-UX 11.x). This option by-pass the file buffer cache of operating system. &lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 27 Jul 2000 14:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433044#M3815</guid>
      <dc:creator>Marcelo De Florio</dc:creator>
      <dc:date>2000-07-27T14:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433045#M3816</link>
      <description>I disagree slighly with some of the above relies.  there is no guarantee that splitting the logical volumes will have a performance benefit.  But it might.  It might also result in performance degredation.  The only way to be certain is to benchmark both options.&lt;BR /&gt;&lt;BR /&gt;One combined volume:&lt;BR /&gt;+) 8 disk stripe distributes all reads/writes across larger number of disks reducing possibility of overall contention.&lt;BR /&gt;-) database and application share same disks, increasing likelihood of conflicting access requests.&lt;BR /&gt;&lt;BR /&gt;Two volumes:&lt;BR /&gt;-) 4 disk stripes use fewer controllers and so are less effective at distributing access requests.&lt;BR /&gt;+) segregated application/DB means application I/O requests will not hang waiting for large DB I/O fulfillment.&lt;BR /&gt;&lt;BR /&gt;In general, if the application and Database both hit the disks hard you are *probably* better served in segregating the logical volumes.  This will let you better diagnose hotspots and attempt to tune appropriately.  If the DB hits the disks much harder than the application, you might get better performance from a single partition (or an uneven partition in which more disks are given to the DB than the application).&lt;BR /&gt;&lt;BR /&gt;Personally, I prefer to segregate my DBs from applications for flexibility in continued maintenance.</description>
      <pubDate>Thu, 27 Jul 2000 16:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433045#M3816</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-07-27T16:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433046#M3817</link>
      <description>Aside frome the performance issue, what I would do is split up the 8 disks into 2 RAID 5 groups.  Why have such a large logical volume? Do you require one large filesystem? If your talking filesystems, one for the application and one for database exports or imports (which is what I think you are saying) why not have two smaller, separate, easier to manage groups.  If your using dual controllers and require alternate data paths, then this is a good choice. The performance gain would be a definite if you have dual controllers and you are using a disk array. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Thu, 27 Jul 2000 16:20:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433046#M3817</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-07-27T16:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433047#M3818</link>
      <description>There is another potential side benefit using separate file systems.  You have the opportunity to tune each file system based on its contents.  The parameters that have the biggest oppotunity for tuning is block/fragment size.  Adjusting these to your needs can have a very significant benefits.</description>
      <pubDate>Thu, 27 Jul 2000 16:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433047#M3818</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2000-07-27T16:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433048#M3819</link>
      <description>In glance, I have found the statistics about IO by logical volume. What is it mean? &lt;BR /&gt;Is it require to consider this one regarding performance issue? I found only one&lt;BR /&gt;logical volume have higher rate always since both database and application &lt;BR /&gt;reside on that volume. I thought it will improve the performance if I split the logical&lt;BR /&gt;volume for data and application. Any idea?</description>
      <pubDate>Fri, 28 Jul 2000 02:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433048#M3819</guid>
      <dc:creator>Madanagopalan S</dc:creator>
      <dc:date>2000-07-28T02:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433049#M3820</link>
      <description>Oracle (any database really) performance can be increased dramatically by spreading disk I/O in a controlled manner over different disk spindles (eg data on one disk, index on another, reduced contention on disk I/O) In an IT environment mechanical actions (disk head movements, printing, etc) are still the main performance bottleneck. Find out which datafiles are accessed at the same time and put them on different disks.&lt;BR /&gt;&lt;BR /&gt;This requires that you create your logical volumes carefully, so you know exactly where each logical volume (and its mirror) is placed on which bits of hardware, so you can place your datafiles accordingly.&lt;BR /&gt;&lt;BR /&gt;This is difficult (if not impossible) to do if using RAID5 and/or striping. I prefer buying a few more disks and use mirroring (also less overhead of RAID checksumming)&lt;BR /&gt;&lt;BR /&gt;Performance improvements of raw volumes, striping, etc. are minimal compared to placing files so they can be accessed without getting in each other's way (disk heads shifting from one file to the other and back on the same disk)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Geetam</description>
      <pubDate>Fri, 28 Jul 2000 11:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433049#M3820</guid>
      <dc:creator>Geetam</dc:creator>
      <dc:date>2000-07-28T11:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433050#M3821</link>
      <description>Two points to consider:&lt;BR /&gt;&lt;BR /&gt;1) It appeared to me that by "application" you meant just the Oracle application and associated files, which I would expect to be small compared to the size of your database.  I also would expect that once you start the Oracle server processes, they would do very little I/O to the application files, so I'm guessing that you will find the vast majority of your I/Os are to the database.&lt;BR /&gt;&lt;BR /&gt;2) If you are really striping across 8 disks without using RAID or mirroring, you are asking for database downtime when just one of those disks fails.  Not knowing what kind of disks you are using, how clean the power is, how often they are spun down, etc..., if we guess at 4 yrs MTBF for them, you will have a failure of one of the disks (and a database crash) every 6 months.  Database restores can be painful if you are not careful about frequent backups of your transaction log, so I liked (and happen to practice) the idea of mirroring.  However, this assumes your database structure allows you to manually distribute the most frequently accessed tables/indices/logs to different spindles.</description>
      <pubDate>Sat, 29 Jul 2000 18:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433050#M3821</guid>
      <dc:creator>Martin Geil</dc:creator>
      <dc:date>2000-07-29T18:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433051#M3822</link>
      <description>Yet one more thing to consider along the lines of Geetam's post.  Considering the physical.  How are these 8 disks connected to your host?  If you are using SCSI that's a lot of disks on one controller.  If you have FC/AL it is not that many.  How many controllers do you have?&lt;BR /&gt;Some basic concepts to consider.  Keep your data files and your indexes on seperate physical spindles.  Also try to keep them on different controllers.  Keep your operating system file systems and swap space seperate from the application and database file systems.  Basically, spread out.&lt;BR /&gt;Without knowing all the hardware you have it's difficult to give a very good answer on how to set it up.&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2000 14:29:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433051#M3822</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2000-07-31T14:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433052#M3823</link>
      <description>8 disks are connected to two different controllers and operating system is on&lt;BR /&gt;internal harddisk. I have one more doubt. I have found some logical read/writes&lt;BR /&gt;status on glance under i/o on logical volume. What is it mean? Do we have&lt;BR /&gt;to consider this parameters in performance tuning?</description>
      <pubDate>Tue, 01 Aug 2000 00:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433052#M3823</guid>
      <dc:creator>Madanagopalan S</dc:creator>
      <dc:date>2000-08-01T00:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433053#M3824</link>
      <description>Hi,&lt;BR /&gt;You are saying that you have 4 disks on each controller and you have used all the disks without mirroring. Are these disks are legacy disks or disks in some disk array. If so, already some RAID level might have been implemented. So you will not get any performance improvement even if you do any striping at LVM level.&lt;BR /&gt;&lt;BR /&gt;If your disks are not sitting in a disk array, you can try the following:&lt;BR /&gt;&lt;BR /&gt;1. Increase the strip size. This will improve the performance if amount of data for each disk I/O request is more.&lt;BR /&gt;&lt;BR /&gt;2. Check that both the controllers and their disks are of same SCSI type like SE-SCSI, FWD-SCSI. Otherwise, you will get the performance of the slowest SCSI Channel.&lt;BR /&gt;&lt;BR /&gt;3. Even if they are of same SCSI type, check that all the disks are of same type like disk rpm, etc.&lt;BR /&gt;&lt;BR /&gt;Above all these, are you sure that performce gain outweighs redundancy/reliability of the data.</description>
      <pubDate>Tue, 01 Aug 2000 01:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-question/m-p/2433053#M3824</guid>
      <dc:creator>Ramesh Donti</dc:creator>
      <dc:date>2000-08-01T01:11:41Z</dc:date>
    </item>
  </channel>
</rss>

