<?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: LV's with VG's distriburion in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-s-with-vg-s-distriburion/m-p/4967883#M417084</link>
    <description>thanks all for your usful advice.&lt;BR /&gt;Regards,&lt;BR /&gt;Ahmed</description>
    <pubDate>Fri, 17 Mar 2006 05:00:56 GMT</pubDate>
    <dc:creator>Ahmed_58</dc:creator>
    <dc:date>2006-03-17T05:00:56Z</dc:date>
    <item>
      <title>LV's with VG's distriburion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-s-with-vg-s-distriburion/m-p/4967879#M417080</link>
      <description>Hi,&lt;BR /&gt;With new VG's and LV's for Oracle Filesystems. what is the best way is for good preformance. &lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Ahmed</description>
      <pubDate>Fri, 17 Mar 2006 01:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-s-with-vg-s-distriburion/m-p/4967879#M417080</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2006-03-17T01:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: LV's with VG's distriburion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-s-with-vg-s-distriburion/m-p/4967880#M417081</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Importantly what hardware are you going to use to create these LVOLs and VGs?&lt;BR /&gt;&lt;BR /&gt;What is the protection you are adopting i.e. mirroring etc. is it at hardware level or at LVOL level only.&lt;BR /&gt;&lt;BR /&gt;These are important factors to be considered in deciding the parameters and layout.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Fri, 17 Mar 2006 01:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-s-with-vg-s-distriburion/m-p/4967880#M417081</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-03-17T01:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: LV's with VG's distriburion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-s-with-vg-s-distriburion/m-p/4967881#M417082</link>
      <description>Just a few high-level rules of thumb that might help in optimizing your Oracle application:&lt;BR /&gt;&lt;BR /&gt;- Stripe the data for parallelizing I/O to disks.&lt;BR /&gt;- Consider using raw vols alongwith asynchronous I/O.&lt;BR /&gt;- Monitor and tweak the buffer cache for optimal performance.&lt;BR /&gt;- Use HP Online JFS and tune its mount options mincache, and convosync and defragment extents periodically using fsadm.&lt;BR /&gt;- Look into Oracle documentation for tuning DML and DDL statements using hints for the optimizer, avoiding full table scans and efficiently allocating and using the SGA.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Fri, 17 Mar 2006 01:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-s-with-vg-s-distriburion/m-p/4967881#M417082</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-17T01:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: LV's with VG's distriburion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-s-with-vg-s-distriburion/m-p/4967882#M417083</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;      firstly, If the PV's for the VG are created from Disk arrays, ex: XP, EVA,Hitachi USP of EMC storages, you would already have High availabilty and disk protection at hardware itself. In that case, Since Oracle app may quite often use sequencial writes, I would think about creating a LV with "block striping" there by gaining lot in performance. I wouldn't bother about redundancy using mirroring software much at the LVM level because, I have the protection at H/W level itself using Hardware Raids.&lt;BR /&gt;&lt;BR /&gt;      secondly, If PV's are standalone scsi disks connected to system. There are 2 situations with some trade-off's..&lt;BR /&gt;&lt;BR /&gt;      1) If my prime concern is data protection of the oracle Data and least downtime, then I would simply forget about striping, and just create a LV with its extents mirrored for data protection.&lt;BR /&gt;        &lt;BR /&gt;         Though the Striping is possible with mirror co-existence, I will have to stick on with Extent striping(distribution), and basical I would not get a big performance gain. So its not worth to implement RAID 1/0&lt;BR /&gt;&lt;BR /&gt;      2) If my prime concern is just performance. Then I simply create a "block stripped" LV. And for data protection I will stick to the basic tools like, backing up, where by ,though I can recover data, the tradeoff is for longer recovery time.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Fri, 17 Mar 2006 01:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-s-with-vg-s-distriburion/m-p/4967882#M417083</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-17T01:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: LV's with VG's distriburion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lv-s-with-vg-s-distriburion/m-p/4967883#M417084</link>
      <description>thanks all for your usful advice.&lt;BR /&gt;Regards,&lt;BR /&gt;Ahmed</description>
      <pubDate>Fri, 17 Mar 2006 05:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lv-s-with-vg-s-distriburion/m-p/4967883#M417084</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2006-03-17T05:00:56Z</dc:date>
    </item>
  </channel>
</rss>

