- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk I/O performance for Sybase database loads
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 05:50 AM
12-10-2003 05:50 AM
Disk I/O performance for Sybase database loads
The perplexing thing is this:
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.
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..
Any suggestions are welcome.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 05:56 AM
12-10-2003 05:56 AM
Re: Disk I/O performance for Sybase database loads
kmtune kernel output should be run and compared, because the kernel is a major factor here.
I'm attaching a script that collects performance data in the background and can help you identify the bottleneck.'
This one has recently been upgraded and bug fixed. Its production.
This document may help:
http://www2.itrc.hp.com/service/cki/search.do?category=c0&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&searchString=UPERFKBAN00000726&search.y=8&search.x=28&mode=id&admit=-1335382922+1071082507851+28353475&searchCrit=allwords
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 06:28 AM
12-10-2003 06:28 AM
Re: Disk I/O performance for Sybase database loads
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 06:32 AM
12-10-2003 06:32 AM
Re: Disk I/O performance for Sybase database loads
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 06:44 AM
12-10-2003 06:44 AM
Re: Disk I/O performance for Sybase database loads
Are *both* these SCSI or Fibre Channel disks - i.e. the same? Fibre Channel are faster than copper SCSI.
Also, I'd check to see which slots the HBAs are in.
If one is in a Turbo slot & the other's in a TwinTurbo slot, it could make a big difference in disk I/O throughput.
Slots 1 & 2 are Turbo on an N4000 & all others (3 thru 12) are Twin Turbo.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 06:48 AM
12-10-2003 06:48 AM
Re: Disk I/O performance for Sybase database loads
are dump devices identical? Local or networked?
If networked, compare netstat, lanadmin and traceroute between systems. Look for shared media, high % of deferred transmissions.
if local, you could test with a dd to /dev/null to compare speed of the tape only.
I'm sure you would have noticed, but look at the access times of each device. Drive going bad may be doing re-reads.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 06:50 AM
12-10-2003 06:50 AM
Re: Disk I/O performance for Sybase database loads
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!)
What do you mean by slots 1 and 2. Do you mean the PCI controller card slots on the back ??
-Shekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 06:52 AM
12-10-2003 06:52 AM
Re: Disk I/O performance for Sybase database loads
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.
As mentioned earlier, the SC10 is in split bus mode on both systems.
-Shekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 06:55 AM
12-10-2003 06:55 AM
Re: Disk I/O performance for Sybase database loads
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 07:55 AM
12-10-2003 07:55 AM
Re: Disk I/O performance for Sybase database loads
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.
On the faster system, there are no cards in the "Turbo" slots.
That being said, what would account for the "dd" command taking the same time on the same volume groups on both the systems.
-Shekar