<?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: EVA 3000 performance too slow in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845519#M21373</link>
    <description>You have a disk bottleneck on these four disks.&lt;BR /&gt;&lt;BR /&gt;09:31:08   device   %busy   avque   r+w/s  blks/s  avwait  avserv&lt;BR /&gt;Average   c27t2d2  100.00    5.21    1264   42590    9.54    6.75&lt;BR /&gt;Average   c27t4d2    7.44    0.50      83    8243    5.05    1.18&lt;BR /&gt;Average   c27t4d5    5.44    0.58     311    8534    5.11    0.44&lt;BR /&gt;Average   c27t0d6    0.15    0.50       1      10    4.92    0.47&lt;BR /&gt;&lt;BR /&gt;Can you paste in 'strings /etc/lvmtab'?</description>
    <pubDate>Sun, 20 Aug 2006 20:44:08 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2006-08-20T20:44:08Z</dc:date>
    <item>
      <title>EVA 3000 performance too slow</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845514#M21368</link>
      <description>Hi all, &lt;BR /&gt;&lt;BR /&gt;I have an EVA 3000. &lt;BR /&gt;My applications are too slow. &lt;BR /&gt;when I have run &lt;BR /&gt;sar -d 2 10  , I saw that some disks are 100% busy. &lt;BR /&gt;My backup speed is running between 700KB/s and 2000KB/s which is too slow for an EVA. &lt;BR /&gt;I saw on technical documentation that the EVA can deliver up to 300MB/s when I'm under 2M/s.&lt;BR /&gt;&lt;BR /&gt;My EVA is 4 enclosure 56 disks 146G 15K tours/m&lt;BR /&gt;&lt;BR /&gt;Could you please help me&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Aug 2006 12:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845514#M21368</guid>
      <dc:creator>medali.benchaabane</dc:creator>
      <dc:date>2006-08-17T12:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: EVA 3000 performance too slow</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845515#M21369</link>
      <description>Well, is hard to tell where is the problem because the application "may" be doing a lot of small I/O access, that increases teh I/O wait and reduced the throughput. The backup process is not described.&lt;BR /&gt;&lt;BR /&gt;You "could" do some performance test by creating a vdisk, presenting to the host and do "dd" to read and write data, for example:&lt;BR /&gt;&lt;BR /&gt;time dd if=/dev/&lt;DEVICE&gt; of=/dev/null bs=8192 count=131072&lt;BR /&gt;&lt;BR /&gt;This is a destructive test:&lt;BR /&gt;&lt;BR /&gt;time dd if=/dev/zero of=/dev/&lt;DEVICE&gt; bs=8192 count=131072&lt;BR /&gt;&lt;BR /&gt;In this way, you can check the performance counters again and view the time it takes to read and write the data by using a larger block size and fast I/O.&lt;/DEVICE&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Thu, 17 Aug 2006 14:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845515#M21369</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-08-17T14:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: EVA 3000 performance too slow</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845516#M21370</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Thanks for your answer, I got the following output: &lt;BR /&gt;# time dd if=/dev/test_perf/lvol1  of=/dev/null bs=8192 count=131072 &lt;BR /&gt;131072+0 records in&lt;BR /&gt;131072+0 records out&lt;BR /&gt;&lt;BR /&gt;real    0m55.81s&lt;BR /&gt;user    0m0.14s&lt;BR /&gt;sys     0m12.73s&lt;BR /&gt;# time dd if=/dev/zero of=/dev/test_perf/lvol1  bs=8192 count=131072   &lt;BR /&gt;131072+0 records in&lt;BR /&gt;131072+0 records out&lt;BR /&gt;&lt;BR /&gt;real    1m30.71s&lt;BR /&gt;user    0m0.15s&lt;BR /&gt;sys     0m15.95s&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;how can you qualify it ? &lt;BR /&gt;I don't know how to interpret it</description>
      <pubDate>Fri, 18 Aug 2006 05:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845516#M21370</guid>
      <dc:creator>medali.benchaabane</dc:creator>
      <dc:date>2006-08-18T05:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: EVA 3000 performance too slow</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845517#M21371</link>
      <description>In this command:&lt;BR /&gt;&lt;BR /&gt;# time dd if=/dev/test_perf/lvol1 of=/dev/null bs=8192 count=131072&lt;BR /&gt;131072+0 records in&lt;BR /&gt;131072+0 records out&lt;BR /&gt;&lt;BR /&gt;You READ from the VDISK and write to "nothing", that is /dev/null. You perform 131072 operations with a 8k size, that is 1 GB. The operations took ~ 56 Secs. So, you are reading with a performance of about 19 MB/s.&lt;BR /&gt;&lt;BR /&gt;In the second command:&lt;BR /&gt;&lt;BR /&gt;# time dd if=/dev/zero of=/dev/test_perf/lvol1 bs=8192 count=131072&lt;BR /&gt;131072+0 records in&lt;BR /&gt;131072+0 records out&lt;BR /&gt;&lt;BR /&gt;real 1m30.71s&lt;BR /&gt;user 0m0.15s&lt;BR /&gt;sys 0m15.95s&lt;BR /&gt;&lt;BR /&gt;You read from /dev/zero (special file that delivers only zeros) to your VDISK. Again you write 1 GB in 1m 30 secs. That is, your performance is more or less 11 MB/s.&lt;BR /&gt;&lt;BR /&gt;EVA can deliver 300 MB/s, but is not specified under what conditions and tests.&lt;BR /&gt;&lt;BR /&gt;As you can see, the EVA can deliver more that you are getting from your application. But now the question is, is your performance good enough? Well, this test demostrates that can perform better, you can run the test with 64 k block size to increase the performance. You can find more information in this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=979480" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=979480&lt;/A&gt;</description>
      <pubDate>Fri, 18 Aug 2006 10:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845517#M21371</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-08-18T10:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: EVA 3000 performance too slow</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845518#M21372</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If your EVA3000 has one DG with 56disks 15KRPM, so EVA can give 8400 IO/s (56*150IO/s) when the IO is very short. When the IO is more sized, so EVA cache plays and EVA gives a big thruput.&lt;BR /&gt;&lt;BR /&gt;When you does backup, IO size is important.&lt;BR /&gt;For example I seen from 180MB/s to 220 MB/s during 4hours on one EVA port during a backup window from EVA 16disks*10KRPM in a DG to LT02 drive.&lt;BR /&gt;&lt;BR /&gt;So, normally EVA performance is not the issue, it's other thing.&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;Olivier Cavailhe</description>
      <pubDate>Sun, 20 Aug 2006 10:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845518#M21372</guid>
      <dc:creator>Cavailhe</dc:creator>
      <dc:date>2006-08-20T10:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: EVA 3000 performance too slow</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845519#M21373</link>
      <description>You have a disk bottleneck on these four disks.&lt;BR /&gt;&lt;BR /&gt;09:31:08   device   %busy   avque   r+w/s  blks/s  avwait  avserv&lt;BR /&gt;Average   c27t2d2  100.00    5.21    1264   42590    9.54    6.75&lt;BR /&gt;Average   c27t4d2    7.44    0.50      83    8243    5.05    1.18&lt;BR /&gt;Average   c27t4d5    5.44    0.58     311    8534    5.11    0.44&lt;BR /&gt;Average   c27t0d6    0.15    0.50       1      10    4.92    0.47&lt;BR /&gt;&lt;BR /&gt;Can you paste in 'strings /etc/lvmtab'?</description>
      <pubDate>Sun, 20 Aug 2006 20:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845519#M21373</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-08-20T20:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: EVA 3000 performance too slow</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845520#M21374</link>
      <description>hi, here is my lvmtab file &lt;BR /&gt;bscs2  root:/ #strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c2t6d0&lt;BR /&gt;/dev/vgt_06&lt;BR /&gt;/dev/dsk/c27t0d0&lt;BR /&gt;/dev/vgt_07&lt;BR /&gt;/dev/dsk/c27t0d6&lt;BR /&gt;/dev/vgt_08&lt;BR /&gt;/dev/dsk/c27t1d3&lt;BR /&gt;/dev/vgt_09&lt;BR /&gt;/dev/dsk/c27t1d4&lt;BR /&gt;/dev/vgt_10&lt;BR /&gt;/dev/dsk/c27t2d5&lt;BR /&gt;/dev/vgt_11&lt;BR /&gt;/dev/dsk/c27t0d1&lt;BR /&gt;/dev/vgt_12&lt;BR /&gt;/dev/dsk/c27t0d2&lt;BR /&gt;/dev/vgt_13&lt;BR /&gt;/dev/dsk/c27t0d3&lt;BR /&gt;/dev/vgt_14&lt;BR /&gt;/dev/dsk/c27t0d4&lt;BR /&gt;/dev/vgt_15&lt;BR /&gt;/dev/dsk/c27t0d5&lt;BR /&gt;/dev/vgt_20&lt;BR /&gt;/dev/dsk/c27t1d5&lt;BR /&gt;/dev/vgt_21&lt;BR /&gt;/dev/dsk/c27t1d6&lt;BR /&gt;/dev/vgt_22&lt;BR /&gt;/dev/dsk/c27t2d0&lt;BR /&gt;/dev/vgt_29&lt;BR /&gt;/dev/dsk/c27t0d7&lt;BR /&gt;/dev/vgt_30&lt;BR /&gt;/dev/dsk/c27t1d2&lt;BR /&gt;/dev/vgt_31&lt;BR /&gt;/dev/dsk/c27t2d6&lt;BR /&gt;/dev/vgt_33&lt;BR /&gt;/dev/dsk/c27t3d1&lt;BR /&gt;/dev/vgt_35&lt;BR /&gt;/dev/dsk/c27t1d1&lt;BR /&gt;/dev/vgt_36&lt;BR /&gt;/dev/dsk/c27t1d0&lt;BR /&gt;/dev/vgt_39&lt;BR /&gt;/dev/dsk/c27t1d7&lt;BR /&gt;/dev/vgt_42&lt;BR /&gt;/dev/dsk/c27t3d7&lt;BR /&gt;/dev/vgt_44&lt;BR /&gt;/dev/dsk/c27t2d2&lt;BR /&gt;/dev/vgt_47&lt;BR /&gt;/dev/dsk/c27t4d3&lt;BR /&gt;/dev/vgt_32&lt;BR /&gt;/dev/dsk/c27t3d2&lt;BR /&gt;/dev/vgt_41&lt;BR /&gt;/dev/dsk/c27t2d4&lt;BR /&gt;/dev/vgt_48&lt;BR /&gt;/dev/dsk/c27t3d6&lt;BR /&gt;/dev/vgt_49&lt;BR /&gt;/dev/dsk/c27t4d2&lt;BR /&gt;/dev/vgt_50&lt;BR /&gt;/dev/dsk/c27t4d4&lt;BR /&gt;/dev/vgt_51&lt;BR /&gt;/dev/dsk/c27t4d5&lt;BR /&gt;/dev/vgt_52&lt;BR /&gt;/dev/dsk/c27t2d3&lt;BR /&gt;/dev/vgt_53&lt;BR /&gt;/dev/dsk/c27t2d7&lt;BR /&gt;bscs2  root:/ #&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 21 Aug 2006 02:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845520#M21374</guid>
      <dc:creator>medali.benchaabane</dc:creator>
      <dc:date>2006-08-21T02:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: EVA 3000 performance too slow</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845521#M21375</link>
      <description>When you map these volume groups to the sar report, notice that avwait is always greater then avserv.&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c27t4d5&lt;BR /&gt;/dev/vgt_52&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c27t4d2&lt;BR /&gt;/dev/vgt_50&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c27t0d6&lt;BR /&gt;/dev/vgt_08&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c27t2d2&lt;BR /&gt;/dev/vgt_47&lt;BR /&gt;&lt;BR /&gt;09:31:08 device %busy avque r+w/s blks/s avwait avserv&lt;BR /&gt;Average c27t2d2 100.00 5.21 1264 42590 9.54 6.75&lt;BR /&gt;Average c27t4d2 7.44 0.50 83 8243 5.05 1.18&lt;BR /&gt;Average c27t4d5 5.44 0.58 311 8534 5.11 0.44&lt;BR /&gt;Average c27t0d6 0.15 0.50 1 10 4.92 0.47&lt;BR /&gt;&lt;BR /&gt;Refer to /etc/fstab to map the file systems for these vgs and run defrag.&lt;BR /&gt;&lt;BR /&gt;/dev/vgt_47, /dev/vgt_08, /dev/vgt_50, /dev/vgt_52 &lt;BR /&gt;&lt;BR /&gt;Here's defrag:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -D -d -E -e /mount_point&lt;BR /&gt;&lt;BR /&gt;Here's are reference about disk bottlenecks to refer to, it reccommends increasing your cache.  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_W2K_performance_EN_01_E/Performancenoptimization/Disk_bottleneck_analysis/disk_bottleneck_analysis.htm" target="_blank"&gt;http://www1.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_W2K_performance_EN_01_E/Performancenoptimization/Disk_bottleneck_analysis/disk_bottleneck_analysis.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In this case, the controller on the server side is your fibre channel adapter (HBA).  Your HBA's can be either 1G Hz or 2G Hz.  Use this command to determine.&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC td (* write down the /dev/td#&lt;BR /&gt;&lt;BR /&gt;# tdutil /dev/td#&lt;BR /&gt;&lt;BR /&gt;Start a new thread in the HP-UX forum, paste this information in and ask for comments about changing the memory cache.  One more thing, note the HW address of the HBA from ioscan and check logtool for errors:&lt;BR /&gt;&lt;BR /&gt;STM &amp;gt; TOOLS &amp;gt; UTILITY &amp;gt; RUN &amp;gt; LOGTOOL &amp;gt; FILE &amp;gt; RAW SUMMARY&lt;BR /&gt;&lt;BR /&gt;Please include this report if you see a lot of errors.  Important to include the start and end date and time at the top of the report.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 21 Aug 2006 08:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845521#M21375</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-08-21T08:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: EVA 3000 performance too slow</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845522#M21376</link>
      <description>&lt;!--!*#--&gt;I've opened new thread on HP UX forum, &lt;BR /&gt;&lt;BR /&gt;I think the problem is located on the server&lt;BR /&gt;have a look at the test. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1053539" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1053539&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2006 10:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-3000-performance-too-slow/m-p/3845522#M21376</guid>
      <dc:creator>medali.benchaabane</dc:creator>
      <dc:date>2006-08-22T10:58:52Z</dc:date>
    </item>
  </channel>
</rss>

