smartd是一个守护进程(一个帮助程序),它能监视拥有自我监视,分析和汇报技术(Self-Monitoring, Analysis, and Reporting Technology - SMART)的硬盘。
SMART系统使得硬盘能监视并汇报自己的运行状况。它的一个重要特性是能够预测失败,使得系统管理员能避免数据丢失。
smartd由kernel-utils包缺省安装。用命令 rpm -ql kernel-utils 可以列出kernel-utils包中的文件。
smartd守护进程通常在系统启动的时候被开启,它的配置文件是/etc/smartd.conf。
查看硬盘是否支持smart:
#smartctl -i /dev/sdasmartctl version 5.33 [x86_64-redhat-linux-gnu] Copyright (C) 2002-4 Bruce AllenHome page is http://smartmontools.sourceforge.net/Device: VMware Virtual disk Version: 1.0 Device type: diskLocal Time is: Thu Jul 3 09:42:17 2014 CSTDevice does not support SMART
# smartctl -i /dev/sdasmartctl 5.39.1 2010-01-28 r3054 [x86_64-redhat-linux-gnu] (local build)Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.netDevice: DELL PERC H310 Version: 2.12Serial number: 00b2fd5e05962b4c1a00a93d28c0110bDevice type: diskLocal Time is: Thu Jul 3 09:46:48 2014 CSTDevice does not support SMART
注意有些硬盘控制器不支持SMART。比如有些硬件RAID控制器不支持,或者不会传递SMART信息,即使加入的硬盘支持SMART。
可以修改smartd的配置文件监控自己想要监控的硬盘,并在出现故障时发送邮件给管理员。
# vi /etc/smartd.conf/dev/hda -a -m root@localhost.localdomain