Jisha wrote:
>
> I'm trying to figure out HOW I'll know about any disk problems on a
> particular disk if the OS truly sees the disk-pair as one HDD.
I have a mobo with an on-board Promise FastTrak100 Lite ctrtl w/a pair
of HDs in a RAID1 mirror. When a disk goes bad, the Promise FastCheck
monitoring util reports the array is critical & advises me to replace
the failed drive ASAP. It's not hot swap, but it is plug'n'play-- all
I have to do is reboot and go into the ctrlr's config during boot-up,
determine which drive has failed, shut down, replace the drive, reboot
and let the ctrlr rebuild the array.
> When I run Chkdsk (or Defrag) what's actually happening "behind the scene"
> ... the OS thinks it's Checking or Defragging one Volume, but there are
> actually two... so the RAID controller _must_ be playing some additional
> role here...
But my point was that I don't think the CHKDSK s/w should know about the
pair of disks in h/w RAID. I.e., the ctrlr hides that fact. If there
are problems with either disk, the monitoring util that comes with the
ctrlr should report them to you independent of CHKDSK.
> sorry... it didn't generate 2 reports in the sense of 2 separate entries in
> the event log...
> It ran once for D:, but the report was "twice as long" as normal...
> indicating 2 separate instances of a Chkdsk run with 2 separate
> summaries.... (presumably for each half of the mirror) which were in turn
> merged into one report in the event log... . ( I've re-attached that report
> below. )
>
> It sure looks to me that the reason an expanded report was generated was
> because one half of the mirror HAD file-system errors, and the other half
> didn't... which really doesn't make sense to me from the perspective that
> both drives are supposed to be identical... errors and all I presume... (and
> which, if correct, then raises a reliability question of _why_ one drive had
> file-system errors, and the other did not.)
If you had software-based RAID, I could understand the separate reports.
As for errors on one disk in h/w-based RAID, my understanding is the controller
marks corresponding sectors on both drives bad if it finds the sector bad on
either.
> But, what about bad sectors and other physical drive problems not
> necessarily related to data being written to the drive by the RAID
> controller? In this sense, it's perfectly reasonable that there could be
> differences between the status of each half of the mirror... with the case
> of one of the drives failing as an extreme example. So, in this case, what
> should I expect to see in the event log?
There likely will be different sectors bad on each drive, but see above.
> Perhaps it's this particular RAID controller card... maybe it's "smart"
> enough to check both disks when a Chkdsk is called for... and takes over the
> job of writing to the event log?
Could be. I'm no expert. My experience is limited to the FastTrack100 Lite.
> Like I said, I'm new to a RAID setup... so I can't be sure I'm interpreting
> this properly...
Maybe a RAID guru can jump in at this point.
-Jeremy