<?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: Disk I/O performance for Sybase database loads in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141344#M800830</link>
    <description>They are both SCSI disks. On the slower machine the dumps are on 73GB drives. All disks are on an SC10 enclosure. I have made sure that the Volume groups are spread across controllers, and no controller on the system has more than 5 disks on it.&lt;BR /&gt;&lt;BR /&gt;The slower system does have an FC disk array (a DS2405 on which we store database dumps, but the performance for the loads is the same with these too!)&lt;BR /&gt;&lt;BR /&gt;What do you mean by slots 1 and 2. Do you mean the PCI controller card slots on the back ??&lt;BR /&gt;&lt;BR /&gt;-Shekar</description>
    <pubDate>Wed, 10 Dec 2003 14:50:07 GMT</pubDate>
    <dc:creator>Rajasekhar Raman</dc:creator>
    <dc:date>2003-12-10T14:50:07Z</dc:date>
    <item>
      <title>Disk I/O performance for Sybase database loads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141338#M800824</link>
      <description>I have two almost identically configured machines, both running HP-UX 11.00 patched to the same level (N4000). Both are running two instances of Sybase and have 3 CPUs dedicated to each instance (total of 6 CPUs, and 8 GB RAM total). The database is 27 Gb and has 6 devices ( raw logical devices). All the devices are striped across 4 18Gb disks, with a stripe size of 64k. &lt;BR /&gt;&lt;BR /&gt;The perplexing thing is this:&lt;BR /&gt;One one machine it takes about 16 minutes to load this database from the dumps and on the other it takes anywhere from 45 to 75 minutes to load the same.&lt;BR /&gt;&lt;BR /&gt;I have run sar -d to check what's going on. The primary difference I see is that the "r+w/s" and the "blks/s" is much higher on the faster machine ( as you would expect). I also noticed that the "avque" is around 0.50 on the slower machine (throuhout the load) and varies on the faster machine between 1 and 50. However when I do a simple "dd" to check on the speed of some data transfer from one disk to another, both machines clock about the same. I checked the kernel parameters and they are all the same. Is there anything I am missing here. It almost seems like there is a lid on the I/O size on one machine.. &lt;BR /&gt;&lt;BR /&gt;Any suggestions are welcome.</description>
      <pubDate>Wed, 10 Dec 2003 13:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141338#M800824</guid>
      <dc:creator>Rajasekhar Raman</dc:creator>
      <dc:date>2003-12-10T13:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance for Sybase database loads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141339#M800825</link>
      <description>Check the mount options in /etc/fstab these can have an impact on performance.&lt;BR /&gt;&lt;BR /&gt;kmtune kernel output should be run and compared, because the kernel is a major factor here.&lt;BR /&gt;&lt;BR /&gt;I'm attaching a script that collects performance data in the background and can help you identify the bottleneck.'&lt;BR /&gt;&lt;BR /&gt;This one has recently been upgraded and bug fixed. Its production.&lt;BR /&gt;&lt;BR /&gt;This document may help:&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-1335382922+1071082507851+28353475&amp;amp;searchCrit=allwords" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-1335382922+1071082507851+28353475&amp;amp;searchCrit=allwords&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 10 Dec 2003 13:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141339#M800825</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-10T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance for Sybase database loads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141340#M800826</link>
      <description>The Sybase devices are raw devices, so they are not mounted. However the filesystems on which the database dumps are stored are indeed mounted. What should I be checking for on these filesystems ?</description>
      <pubDate>Wed, 10 Dec 2003 14:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141340#M800826</guid>
      <dc:creator>Rajasekhar Raman</dc:creator>
      <dc:date>2003-12-10T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance for Sybase database loads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141341#M800827</link>
      <description>Cannot find the document in the link specified</description>
      <pubDate>Wed, 10 Dec 2003 14:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141341#M800827</guid>
      <dc:creator>Rajasekhar Raman</dc:creator>
      <dc:date>2003-12-10T14:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance for Sybase database loads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141342#M800828</link>
      <description>Hi Shekar,&lt;BR /&gt;&lt;BR /&gt;Are *both* these SCSI or Fibre Channel disks - i.e. the same? Fibre Channel are faster than copper SCSI.&lt;BR /&gt;Also, I'd check to see which slots the HBAs are in.&lt;BR /&gt;&lt;BR /&gt;If one is in a Turbo slot &amp;amp; the other's in a TwinTurbo slot, it could make a big difference in disk I/O throughput.&lt;BR /&gt;&lt;BR /&gt;Slots 1 &amp;amp; 2 are Turbo on an N4000 &amp;amp; all others (3 thru 12) are Twin Turbo.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 10 Dec 2003 14:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141342#M800828</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-12-10T14:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance for Sybase database loads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141343#M800829</link>
      <description>Just some questions I'd ask.&lt;BR /&gt;&lt;BR /&gt;are dump devices identical? Local or networked?&lt;BR /&gt;&lt;BR /&gt;If networked, compare netstat, lanadmin and traceroute between systems. Look for shared media, high % of deferred transmissions.&lt;BR /&gt;if local, you could test with a dd to /dev/null to compare speed of the tape only.&lt;BR /&gt;&lt;BR /&gt;I'm sure you would have noticed, but look at the access times of each device. Drive going bad may be doing re-reads. &lt;BR /&gt;&lt;BR /&gt;Raw devices still use disk cache, yes? (I've never used raw) If so, something on the slow system can be occupying disk cache, while the fast sysem has full use of it.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2003 14:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141343#M800829</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-12-10T14:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance for Sybase database loads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141344#M800830</link>
      <description>They are both SCSI disks. On the slower machine the dumps are on 73GB drives. All disks are on an SC10 enclosure. I have made sure that the Volume groups are spread across controllers, and no controller on the system has more than 5 disks on it.&lt;BR /&gt;&lt;BR /&gt;The slower system does have an FC disk array (a DS2405 on which we store database dumps, but the performance for the loads is the same with these too!)&lt;BR /&gt;&lt;BR /&gt;What do you mean by slots 1 and 2. Do you mean the PCI controller card slots on the back ??&lt;BR /&gt;&lt;BR /&gt;-Shekar</description>
      <pubDate>Wed, 10 Dec 2003 14:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141344#M800830</guid>
      <dc:creator>Rajasekhar Raman</dc:creator>
      <dc:date>2003-12-10T14:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance for Sybase database loads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141345#M800831</link>
      <description>Doug,&lt;BR /&gt;&lt;BR /&gt;The dump devices are local on both systems. The only other difference in the systems is that one has about 3 fully populated SC10s and the 1 DS2405 (with 6 disks), and the faster system has 2 SC10s. &lt;BR /&gt;&lt;BR /&gt;As mentioned earlier, the SC10 is in split bus mode on both systems.&lt;BR /&gt;&lt;BR /&gt;-Shekar&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2003 14:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141345#M800831</guid>
      <dc:creator>Rajasekhar Raman</dc:creator>
      <dc:date>2003-12-10T14:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance for Sybase database loads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141346#M800832</link>
      <description>Yep - the slots in the back. They are numbered off to the side &amp;amp; do show whether the slot is Turbo ot TwinTurbo as well on N4000s.&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 10 Dec 2003 14:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141346#M800832</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-12-10T14:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance for Sybase database loads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141347#M800833</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;On the slower system one of the SC10 controllers is on the "Turbo" slot, the rest in the "Twin Turbo" slot. however, like I said, the Volume groups are spread over multiple controllers. Each volume group consist of 4 disks which are all on separate controllers and the logical volumes are striped ( 64kb) over the 4 disks.&lt;BR /&gt;&lt;BR /&gt;On the faster system, there are no cards in the "Turbo" slots.&lt;BR /&gt;&lt;BR /&gt;That being said, what would account for the "dd" command taking the same time on the same volume groups on both the systems.&lt;BR /&gt;&lt;BR /&gt;-Shekar&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Dec 2003 15:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance-for-sybase-database-loads/m-p/3141347#M800833</guid>
      <dc:creator>Rajasekhar Raman</dc:creator>
      <dc:date>2003-12-10T15:55:16Z</dc:date>
    </item>
  </channel>
</rss>

