<?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: DS8000 disk array and host base striping in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963679#M618595</link>
    <description>It depends but generally Oracle is happy with 8K block size. However other savvy DBAs prefer multiple block sizes which started to be possible I think with Oracle 9i.&lt;BR /&gt;&lt;BR /&gt;Our stripe sizes on our 4 or 8 way stripes range anywhere between 32K (OLTP) to 128K (DSS). 64K stripe sizes are for our general purpose DB instances.&lt;BR /&gt;&lt;BR /&gt;4MB stripe sizes seems particularly large to me but if thay is IBM's best practice then...&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Mar 2006 10:36:09 GMT</pubDate>
    <dc:creator>Zinky</dc:creator>
    <dc:date>2006-03-01T10:36:09Z</dc:date>
    <item>
      <title>DS8000 disk array and host base striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963678#M618594</link>
      <description>I'm in the process of attaching our rp7420, oracel database server and a rp5470 a front-end server to a DS8000 disk array. In the IBM documentation it recommends host base striping with a stripe size between 4mb and 64mb. If I choose a 4mb stripe do I need to create my file system with a block size of 4mb as recommended in other posts where it is recommended to match FS block size with stripe size. Is 4mb stripe size to large?</description>
      <pubDate>Wed, 01 Mar 2006 10:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963678#M618594</guid>
      <dc:creator>JOE L. TAYLOR JR</dc:creator>
      <dc:date>2006-03-01T10:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: DS8000 disk array and host base striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963679#M618595</link>
      <description>It depends but generally Oracle is happy with 8K block size. However other savvy DBAs prefer multiple block sizes which started to be possible I think with Oracle 9i.&lt;BR /&gt;&lt;BR /&gt;Our stripe sizes on our 4 or 8 way stripes range anywhere between 32K (OLTP) to 128K (DSS). 64K stripe sizes are for our general purpose DB instances.&lt;BR /&gt;&lt;BR /&gt;4MB stripe sizes seems particularly large to me but if thay is IBM's best practice then...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 10:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963679#M618595</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2006-03-01T10:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: DS8000 disk array and host base striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963680#M618596</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;Well if you use host-based striping then the smallest stripe available would be the smallest PE size available which is 1 MB.&lt;BR /&gt;And this is achieved using extent-based striping.&lt;BR /&gt;Anything smaller "must" be array-based.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 01 Mar 2006 10:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963680#M618596</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-03-01T10:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: DS8000 disk array and host base striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963681#M618597</link>
      <description>Not if you are using VxVM. &lt;BR /&gt;&lt;BR /&gt;vxassist -g ds800dg make oravol1 layout=striped ncols=8 stwidth=64&lt;BR /&gt;&lt;BR /&gt;(If you've the proper ASL, it will intelligently pick the lUNS for ya.)&lt;BR /&gt;&lt;BR /&gt;Or if you are using non-extent based striping with LVM..(of course I cannot say for sure since we ditched LVM before I could play around with striping on thet VM)</description>
      <pubDate>Wed, 01 Mar 2006 10:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963681#M618597</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2006-03-01T10:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: DS8000 disk array and host base striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963682#M618598</link>
      <description>Nelson's correct of course.&lt;BR /&gt;I was referring to mirrored host-based striping.&lt;BR /&gt;If the array will be a RAID of some sort then host-based mirroring would not be required &amp;amp; host-based striping can size from 4 KB to 32768 KB in powers of 2.&lt;BR /&gt;So what you want is doable.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 01 Mar 2006 11:30:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963682#M618598</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-03-01T11:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: DS8000 disk array and host base striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963683#M618599</link>
      <description>We would be using LVM to configure the disk. The lv and file system that I was going to mimic in this test was striped for 3 disk with a stripe size of 128. The file system block size is 8k. My big concern was the huge difference between a 128k stripe size and a 4mb stripe size. And then if I did make the stripe size 4mb would I need to create the block size for the file system at 4mb as well. Again big gap between 8k and 4mb, so I wasn't sure if this was a valid configuration. Thanks for your ideas on this.</description>
      <pubDate>Wed, 01 Mar 2006 12:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963683#M618599</guid>
      <dc:creator>JOE L. TAYLOR JR</dc:creator>
      <dc:date>2006-03-01T12:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: DS8000 disk array and host base striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963684#M618600</link>
      <description>Hi (again) Joe,&lt;BR /&gt;&lt;BR /&gt;I wouldn't be overly concerned about the block size. I never found a compelling reason to deviate from the default 8 KB size.&lt;BR /&gt;It only affects the buffer cache read ahead performance. And only when reads will be *hugely* contigous &amp;amp; little randomness would it pay to increase it.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 01 Mar 2006 12:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963684#M618600</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-03-01T12:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: DS8000 disk array and host base striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963685#M618601</link>
      <description>I should also add that another reason you don't really need to adjust block size is that there are kernel parameters that can be set to "tune" the read ahead size - such as for 11i:&lt;BR /&gt;&lt;BR /&gt;vxfs_max_ra_kbytes&lt;BR /&gt;vxfs_ra_per_disk&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 13:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963685#M618601</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-03-01T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: DS8000 disk array and host base striping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963686#M618602</link>
      <description>Will leave block size at 8k. Will contact IBM regarding stripe size, 4mb seems too high.</description>
      <pubDate>Mon, 06 Mar 2006 08:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ds8000-disk-array-and-host-base-striping/m-p/4963686#M618602</guid>
      <dc:creator>JOE L. TAYLOR JR</dc:creator>
      <dc:date>2006-03-06T08:03:55Z</dc:date>
    </item>
  </channel>
</rss>

