S.M.A.R.T--磁盘健康状态监测工具

2018/07 作者:ihunter 0 0

yum install smartmontools -y
smartctl -a      		显示硬盘所有SMART信息。
smartctl -i    			显示硬盘model number, serial number,是否开启SMART等信息。
smartctl -s on     		如果没有打开SMART技术,使用该命令打开SMART技术。
smartctl -t short               后台检测硬盘,消耗时间短
smartctl -t long       	后台检测硬盘,消耗时间长
smartctl -C -t short  	前台检测硬盘,消耗时间短
smartctl -C -t long   	前台检测硬盘,消耗时间长
smartctl -X   			中断后台检测硬盘。
smartctl -l selftest   	显示硬盘检测日志。
smartctl -l error  		显示硬盘错误汇总。
列出和系统相连的硬盘: ls -l /dev | grep -E 'sd|hd'
显示出某个指定硬盘的信息: smartctl --info /dev/sdc
检测某个硬盘的健康状况: smartctl -s on -a /dev/sdc


其中,”READ SMART DATA”部分显示出硬盘的整体健康状况.

=== START OF READ SMART DATA SECTION ===

SMART overall-health self-assessment test result: PASSED


硬盘运行时间: 

240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       41217h+30m+47.506s



赞(1) 更多分享

上篇: Flume日志采集系统
下篇: CentOS 7.2 安装Zabbix3.X