03-06-06 07:46 AM
Software RAID normally refers to RAID algorithms implemented by the
operating system (Windows server O/S's can handle RAID1 & RAID5 from
memory, XP can handle RAID1 only from memory). If that's indeed what
the sales rep is talking about then I fail to see how that's possible
for the OS itself.
Many servers (I haven't checked out any offerings from IBM) come with a
RAID controller on-board (a hard-wired board or IC on the motherboard
itself) and don't need a daughter-board card to implement RAID for the
internal drives. This is often called ROMB ("RAID on main-board" or
"RAID on mother-board"). Perhaps this is what the rep is talking about.
In any case, the only RAID calculation that is CPU intensive is writes
across stripes (especially with parity) - so we're talking RAID5
particularly (and RAID 0 to a lesser degree I think). If you're just
mirroring the volume then "in-software" RAID can often be just as good
as hardware RAID. This is, in fact, a strategy sometimes used for data
volumes - to create two RAID 0 stripes (of the same size) with a
hardware RAID controller and then mirror those two volumes with the
operating system RAID to get a good RAID 1/0 volume with very basic RAID
algorithms.
--
*mike hodgson*
http://sqlnerd.blogspot.com
Bill Todd wrote:
> The One We Call 'Dave' wrote:
>
>
>
> About the only conditions where the CPU would be significantly
> 'distracted' by handling the mirroring would be after one of the disks
> failed and it was rebuilding a new replacement. Otherwise, any
> additional overhead on reads should be virtually undetectable, though
> for writes the CPU will have to coordinate two disk accesses in
> parallel rather than the single access it would perform to a
> hardware-supported mirror.
>
> The
>
>
>
> As noted above, save for active restoration of a failed disk the only
> overhead that should be noticeable at all is for write operations. If
> the system is paging its little heart out then the additional write
> overhead could start to become an issue, I suppose - but then again if
> it's paging that frantically you've got far worse problems to worry
> about. Otherwise, writes to the system disk likely shouldn't be
> frequent enough for it to matter much, so software mirroring sounds
> like inexpensive but effective insurance.
>
> - bill
[ Post a follow-up to this message ]
|