我有一个CentOS 6
使用PERC H710
Raid 5设置的Raid Controller卡运行的Dell服务器,我想监视Raid Controller背后的硬盘故障/工作状态。
然后,我应该能够使用bash脚本监视硬盘状态,并在出现问题时发送警报电子邮件。
用于CentOS / Red Hat / Linux 的LSI MegaRAID SAS
命令工具(关于LSI MegaRAID SAS Linux工具)不支持PERC H710,并且smartctl
也不支持。
基于Dell网站,CentOS
此服务器(NX3200 PowerVault
)不支持IS,并且我无法下载任何Linux程序来监视硬盘。
[root@server ~]# lspci | grep RAID
03:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2208 [Thunderbolt] (rev 05)
[root@server ~]# 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: DELL
Product: PERC H710
Revision: 3.13
User Capacity: 299,439,751,168 bytes [299 GB]
Logical block size: 512 bytes
Logical Unit id: ....
Serial number: ....
Device type: disk
Local Time is: Tue Apr 15 16:38:30 2014 SGT
Device does not support SMART
Error Counter logging not supported
Device does not support Self Test logging
有谁知道如何在使用CentOS 6的Dell PERC H710上监视硬件突击背后的硬盘状态?