> You have logical drives (SLOW) on a single array (SLOW). Add to that
> the fact that it is a RAID 5 array (REALLY SLOW) and you've got the
[quoted text clipped - 49 lines]
>> environment). I am sure installation on a huge RAID5 will be ok.
>> Thanks again.
> Btw, speaking of RAID10, if I got 4 HDs of (let's say) 100GB each, once
> configured as RAID10, what will I end up with? A single 200GB RAID
[quoted text clipped - 4 lines]
> If so, it doesn't really matter where I put SQL logs and db files
> because it is a large RAID volume, correct? Thanks again.
This is correct. It does not actually matter how you split your 200GB,
since the RAID is spanning all your disks.
It is a common practice to have a separate partition for the O/S,
especially for reinstallation/upgrade matters. As for myself I'd rather
go with a single large partition, it offers more flexibility and less
space is wasted.
Regards,
lucm
John Doe - 15 Nov 2006 19:56 GMT
>>If so, it doesn't really matter where I put SQL logs and db files
>>because it is a large RAID volume, correct? Thanks again.
[quoted text clipped - 9 lines]
> Regards,
> lucm
That's what I thought. Thanks for confirming it.
John Doe - 29 Nov 2006 01:00 GMT
>>Btw, speaking of RAID10, if I got 4 HDs of (let's say) 100GB each, once
>>configured as RAID10, what will I end up with? A single 200GB RAID
[quoted text clipped - 15 lines]
> Regards,
> lucm
Finally... I was able to buy me some time to reconfigure the array from
RAID5 to RAID10. Here the before and after:
Before (RAID5 with 4 disks. All 4 HDs connected to the same SCSI channel):
SCSI ch1 - HD1, HD2, HD3, HD4
SCSI ch2 - not used
After (RAID10 with 4 disks. 2 HDs connected to ch1 and the other 2 HDs
connected to ch2):
SCSI ch1 - HD1, HD2 (striped)
SCSI ch2 - HD3, HD4 (striped)
then mirrored across the 2 channels.
There is no noticeable difference in speed but I feel better knowing
that it's in RAID10.
lucm - 29 Nov 2006 14:05 GMT
> There is no noticeable difference in speed but I feel better knowing
> that it's in RAID10.
You will feel even better when one of your disks fail while there is a
production rush, knowing that it won't take forever to rebuild :-)
Regards,
lucm
John Doe - 29 Nov 2006 18:00 GMT
>>There is no noticeable difference in speed but I feel better knowing
>>that it's in RAID10.
[quoted text clipped - 4 lines]
> Regards,
> lucm
:-) Thanks much for your help.