ok, or else just leave it as it is i presume :-)
Thanks for the comment.
Main Topics
Browse All TopicsHi All,
Im currently in the process of rebuilding my Dell 2950-III server which has got these specs:
1x Quadcore Xeon 5420 @ 2.33 GHz
5x 400 GB SAS 10k rpm HDD
RAID connector 0: 4 HDD
RAID connector 1: 1 HDD
Dell PERC 6/I RAID Controllers
16 GB RAM
While inside the Dell RAID configuration utility apps, I saw the following configuration:
Stripe Element Size: 64k
Read Policy: No Read Ahead*
Write Policy: Write Back
Disk Cache Policy: Disabled
" From: http://g4u0420c.houston.hp
As Im about to use this server as the RAID-5 for Exchange Server 2007, is there anything that I could tune for the best performance?
Thanks,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Re: Disk Cache Policy: Disabled
This means the internal cache inside the hard drive is disabled. If you enable it, certain operations will be dramatically improved (writes). When I load large (100g) databases with "Disk Cache Policy: Enabled", I see a 5 times performance improvement.
But some Dell 2950's use Hitachi disk drives (HUA72101 disks, aka Ultrastar A7K1000). These disks can use their own internal write cache (the default). If a power loss occurs during heavy write activity, writes will be lost, possibly corrupting your disk (even though the drive tells the operating system that the writes had completed!)
Just halting the operating system won't cause this corruption, it's a power failure problem. With a Sybase database, we could get database corruption more than 80% of the time by pulling the plug during heavy write activity with internal hard drive caching enabled. We had no corruption in this scenario with internal hard drive caching disabled.
I don't know what other brands of disks do for this option.
There are commands in the megacli (MegaRaid disk controller (aka Perc) command line interpreter) for turning on "hard disk cache" (bad wording, it should say "hard disk internal cache" to separate it from the disk controller hard disk cache)
Command to turn hard drive internal disk cache on (power failure can corrupt the disks):
/opt/MegaRAID/MegaCli/Mega
Command to turn hard drive internal disk cache off (slower writes):
/opt/MegaRAID/MegaCli/Mega
Business Accounts
Answer for Membership
by: mastooPosted on 2009-04-27 at 07:31:12ID: 24242060
Assuming you have servers on ups and configured to properly shutdown on a power loss, I would think:
Read policy = adaptive read ahead, Write Policy = Write Back, and Disk Cache = Enabled