<?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: SLES + HP DL380: poor performance with cciss driver? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615335#M19381</link>
    <description>We've noticed some things 'broken' in PostgreSQL 8.  You might fall back to a prior version if you can.&lt;BR /&gt;&lt;BR /&gt;Some additional information that you might find useful in our practical experiences with HP SIM.&lt;BR /&gt;&lt;BR /&gt;We have a 'rule-of-thumb' guideline for customers that is truly a YMMV, but does illustrate the issue a bit.  With HP SIM 5.0, on a system with recommended configuration for Windows (1.5GHz, 2GB RAM, 10K/Ultra3 drives in RAID 0), 'acceptable' (totally subjective, I know, but this is a practical measurement) performance with MSDE is up to approximately 500 devices and 5,000 events.  That same system with MS SQL 2000 raises the bar to 5,000 devices and 50,000 events.&lt;BR /&gt;&lt;BR /&gt;A similarly configured system using HP SIM on RHEL or SLES with PostgreSQL starts becoming 'painful' to use at 300 devices.&lt;BR /&gt;&lt;BR /&gt;Interestingly enough, we also support PostgreSQL for HP SIM when hosted on HP-UX, and the number of devices isn't markedly different in that case, even when running on a 64-bit Itanium.&lt;BR /&gt;&lt;BR /&gt;Because of that, we have most recently qualified Oracle as an option for Windows, Linux and HP-UX.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 31 Aug 2005 10:49:40 GMT</pubDate>
    <dc:creator>David Claypool</dc:creator>
    <dc:date>2005-08-31T10:49:40Z</dc:date>
    <item>
      <title>SLES + HP DL380: poor performance with cciss driver?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615332#M19378</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;At the moment i'm configuring my Service Guard Cluster. Everything work fine, but the io performance seems to be very low.&lt;BR /&gt;The problems occurs when using the postgres database. When I import an 1,1GB sql dump, the postmaster process takes about 100% cpu usage n one processor. The problem is, that only 5-10% of these 100% are user or system usage. 90-95% are wait io... so i think, that i have a big problem with the scsi drivers... does anybody know this problem?&lt;BR /&gt;&lt;BR /&gt;In order to see, where the problem might be, i tested the harddisk with hdparm, but i get an error: &lt;BR /&gt;&lt;BR /&gt;/dev/cciss/c0d0:&lt;BR /&gt; Timing buffered disk reads:  456 MB in  3.02 seconds = 151.12 MB/sec&lt;BR /&gt;BLKFLSBUF failed: Inappropriate ioctl for device&lt;BR /&gt;&lt;BR /&gt;The System is running on an HP Package Cluster ( HP DL380 with Smart Array 500 ) 2x 3,4Ghz Xeon with 6GB Ram per node .&lt;BR /&gt;&lt;BR /&gt;OS is SLES - without any service packs yet..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 04:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615332#M19378</guid>
      <dc:creator>A.Brandt</dc:creator>
      <dc:date>2005-08-31T04:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: SLES + HP DL380: poor performance with cciss driver?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615333#M19379</link>
      <description>The problem is, that only 5-10% of these 100% are user or system usage. 90-95% are wait io... so i think, that i have a big problem with the scsi drivers... does anybody know this problem?&lt;BR /&gt;&lt;BR /&gt;I don't think the CPU usage for I/O is a problem. Most of what the system is doing is I/O, so it makes sense that the CPU is working hard to process the data.&lt;BR /&gt;&lt;BR /&gt;You might find a tool like Glance for Linux helps you figure out if there is a disk performance problem.&lt;BR /&gt;&lt;BR /&gt;Please post more informaiton about your disk layout and raid setup. If you are raid 5, you should expect poor perfromance during large/heavy writes because many copies of the data have to be written at the same time.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 31 Aug 2005 04:57:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615333#M19379</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-31T04:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: SLES + HP DL380: poor performance with cciss driver?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615334#M19380</link>
      <description>The internal Harddisks ( 15k rpm, 36GB) are running as an Raid1 at the Moment. &lt;BR /&gt;3 disks at the Smart Array are configured as Raid5.&lt;BR /&gt;&lt;BR /&gt;I used bonnie to test the filesystem performance. This is what bonnie tells me:&lt;BR /&gt;&lt;BR /&gt;ClusterNode2:~ # bonnie -s 1999 -v 4&lt;BR /&gt;Bonnie 1.4: File './Bonnie.31398', size: 2096103424, volumes: 4&lt;BR /&gt;Writing with putc()...         done:  43350 kB/s  95.9 %CPU&lt;BR /&gt;Rewriting...                   done:  47017 kB/s  14.1 %CPU&lt;BR /&gt;Writing intelligently...       done:  91943 kB/s  32.1 %CPU&lt;BR /&gt;Reading with getc()...         done:  48360 kB/s  88.8 %CPU&lt;BR /&gt;Reading intelligently...       done: 160632 kB/s  19.4 %CPU&lt;BR /&gt;Seek numbers calculated on first volume only&lt;BR /&gt;Seeker 1...Seeker 2...Seeker 3...start 'em...done...done...done...&lt;BR /&gt;              ---Sequential Output (nosync)--- ---Sequential Input-- --Rnd Seek-&lt;BR /&gt;              -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --04k (03)-&lt;BR /&gt;Machine    MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU   /sec %CPU&lt;BR /&gt;Cluste 4*1999 43350 95.9 91943 32.1 47017 14.1 48360 88.8160632 19.4  786.3  1.6&lt;BR /&gt;&lt;BR /&gt;Seems to be okay, right? I've nothing to compare with :(&lt;BR /&gt;&lt;BR /&gt;To come back to the io. My Problem is, that a postgres database (8.0.3), which should run on the server, is very slow. &lt;BR /&gt;On old Server ( Celeron 2Ghz, 2GB Ram ) it takes 10 minutes to import an 1,1GB sql dump. On out new DL380 G4 it take ~1,5h.&lt;BR /&gt;Select Statements are also very slow... something that takes 3 Seconds on the Celeron will take more than 30 oder 40 seconds on the DL380...&lt;BR /&gt;And i absolutely don't know why :(&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 05:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615334#M19380</guid>
      <dc:creator>A.Brandt</dc:creator>
      <dc:date>2005-08-31T05:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: SLES + HP DL380: poor performance with cciss driver?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615335#M19381</link>
      <description>We've noticed some things 'broken' in PostgreSQL 8.  You might fall back to a prior version if you can.&lt;BR /&gt;&lt;BR /&gt;Some additional information that you might find useful in our practical experiences with HP SIM.&lt;BR /&gt;&lt;BR /&gt;We have a 'rule-of-thumb' guideline for customers that is truly a YMMV, but does illustrate the issue a bit.  With HP SIM 5.0, on a system with recommended configuration for Windows (1.5GHz, 2GB RAM, 10K/Ultra3 drives in RAID 0), 'acceptable' (totally subjective, I know, but this is a practical measurement) performance with MSDE is up to approximately 500 devices and 5,000 events.  That same system with MS SQL 2000 raises the bar to 5,000 devices and 50,000 events.&lt;BR /&gt;&lt;BR /&gt;A similarly configured system using HP SIM on RHEL or SLES with PostgreSQL starts becoming 'painful' to use at 300 devices.&lt;BR /&gt;&lt;BR /&gt;Interestingly enough, we also support PostgreSQL for HP SIM when hosted on HP-UX, and the number of devices isn't markedly different in that case, even when running on a 64-bit Itanium.&lt;BR /&gt;&lt;BR /&gt;Because of that, we have most recently qualified Oracle as an option for Windows, Linux and HP-UX.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 10:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615335#M19381</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2005-08-31T10:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: SLES + HP DL380: poor performance with cciss driver?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615336#M19382</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I got the exact same issue, but with OpenLDAP on my DL380 G4&lt;BR /&gt;P4 3GHz CPU&lt;BR /&gt;1Gb RAM&lt;BR /&gt;Linux&lt;BR /&gt;CCISS driver v.2.6.6&lt;BR /&gt;&lt;BR /&gt;I encounter this while adding a lot of entries in my LDAP tree.&lt;BR /&gt;&lt;BR /&gt;I recently upgraded to the last SmartArray6i firmaware without any improvements&lt;BR /&gt;&lt;BR /&gt;Upgrading from kernel 2.6.12.4 to 2.6.13 made things work a little faster.&lt;BR /&gt;&lt;BR /&gt;Any idea ?</description>
      <pubDate>Mon, 05 Sep 2005 05:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615336#M19382</guid>
      <dc:creator>Franco_24</dc:creator>
      <dc:date>2005-09-05T05:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: SLES + HP DL380: poor performance with cciss driver?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615337#M19383</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;In the meanwhile I found this very interesting  google thread:&lt;BR /&gt;&lt;A href="http://groups.google.ch/group/pgsql.performance/browse_frm/thread/545d77410e24a2a6/e2aa4e32e124671a" target="_blank"&gt;http://groups.google.ch/group/pgsql.performance/browse_frm/thread/545d77410e24a2a6/e2aa4e32e124671a&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It seems the solution would be to buy another controller :\&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Sep 2005 07:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sles-hp-dl380-poor-performance-with-cciss-driver/m-p/3615337#M19383</guid>
      <dc:creator>Franco_24</dc:creator>
      <dc:date>2005-09-05T07:06:46Z</dc:date>
    </item>
  </channel>
</rss>

