Check disk health in hardware RAID

General support questions
Post Reply
sunshine20
Posts: 28
Joined: 2013/05/01 16:22:47

Check disk health in hardware RAID

Post by sunshine20 » 2015/05/14 16:46:53

Hello,

Is smartctl a good command to display health of disks configured in a hardware RAID? My server has one logical drive (RAID 5), configured with three hard disks. I want to set up monitoring and want to know if the below output is good indicator of disk status?

smartctl -a /dev/sda
smartctl 5.43 2012-06-30 r3573 [x86_64-linux-2.6.32-431.el6.x86_64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net

Vendor: HP
Product: LOGICAL VOLUME
Revision: 6.00
User Capacity: 599,932,844,032 bytes [599 GB]
Logical block size: 512 bytes
Logical Unit id: 0x600508b1001c77bb5eb8e0d3130d1757
Serial number: 00143803245F7B0
Device type: disk
Local Time is: Thu May 14 12:17:21 2015 EDT
Device supports SMART and is Enabled
Temperature Warning Disabled or Not Supported
SMART Health Status: OK

Error Counter logging not supported
Device does not support Self Test logging

Thanks!

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Check disk health in hardware RAID

Post by TrevorH » 2015/05/14 17:32:48

I think you can persuade smartctl to look at the drives behind an HP array controller but it's probably easier to download the HP hpacucli utility to do it. They have rpms that you can install.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

sunshine20
Posts: 28
Joined: 2013/05/01 16:22:47

Re: Check disk health in hardware RAID

Post by sunshine20 » 2015/05/14 18:44:41

Thank you!

Whoever
Posts: 1361
Joined: 2013/09/06 03:12:10

Re: Check disk health in hardware RAID

Post by Whoever » 2015/05/15 03:03:52

Here are the options to make smartctl work:
https://www.smartmontools.org/wiki/Supp ... ontrollers

Post Reply