On Wed, Jul 2, 2008 at 3:29 PM, Arun Khan knura@yahoo.com wrote:
On Wednesday 02 Jul 2008, ravi kuamar wrote:
Then how do we find which hard disk had failed from the several hard disk in the server remotely. we need to hav certain command for this in linux.
Individual disks or hardware RAID?
If the disk is a member of a raid array, you can do a cat /proc/mdstat to know its health.
If its an individual disk, I don't know of any direct, linux native way of finding it. Your hardware vendor might provide some daignostic software that can be run without rebooting the system.
Regards, NMK.