Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: James Shields on October 30, 2001, 04:21:00 PM
-
Successfully installed 3Ware 6410 RAID controller, with 2 x IBM 40Gb ATA100 7200rpm 2Mb cache Hard Drives, in RAID 1 mirror array.
Can I activate hdparm, and if so, will it activate for both drives ?
-
Whether hdparm will work at all I don't know, but if it does, it will work for both drives. As far as the OS is concerned, there's only one drive there to begin with.
-
Dan Brown wrote:
>
> Whether hdparm will work at all I don't know, but if it does,
> it will work for both drives. As far as the OS is concerned,
> there's only one drive there to begin with.
And as far as the OS is concerned, that drive is a SCSI drive. I don't think that hdparm has any effect on SCSI drives. But you can run "hdparm .... /dev/sda" and find out :-)
Charlie
-
I believe that the command
/sbin/e-smith/config setprop hdparm status enabled
will still work on a raid array. And the commands
hdparm -d1 -m16 /dev/hda
hdparm -d1 -m16 /dev/hdb
also work. My raid went from less than 2MB/s to more than 13MB/s, which is still only one third of what I would expect from the hardware.
(I'm getting 35MB/s from similar hardware running Mandrade 8.1 on a single hard disk.)