免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1557 | 回复: 0
打印 上一主题 下一主题

linux smartd启动失败 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-01-02 10:30 |只看该作者 |倒序浏览

其实一直有学生问我,在系统启动时(例如学员常用的rhel4系统),有一个叫smartd的进程总是启动不了,开始时我努力的引导学员自己解决,有一句话是“
Google
”和“百度”是最好的老师,但从个别的学员从培训初到现在即将结业,同样的问题仍然在问,郁闷之余,我更是觉得,技能培训不能从根本上解决一个人的就业和发展问题,再出色的培训学校,再好的老师,不可能一劳永逸地解决一个人职业发展中的所有问题,希望这些话对一部分学员能有所启发,大家应该时刻问问自己,对于学习,你尽力了吗?好了,言归正传,附上一份较容易理解的答案,以供参考:
smartd是一个守护进程(一个帮助程序),它能监视拥有自我监视,分析和汇报技术(Self-Monitoring,
Analysis, and Reporting Technology - SMART)的硬盘。
SMART系统使得硬盘能监视并汇报自己的运行状况。它的一个重要特性是能够预测失败,使得系统管理员
能避免数据丢失。
smartd由kernel-utils包缺省安装。用命令 rpm -ql kernel-utils 可以列出kernel-utils包中的文件。
smartd守护进程通常在系统启动的时候被开启,它的配置文件是/etc/smartd.conf。
比如,假设有两个硬盘被安装,/dev/hda和/dev/hdb。一个是CD_ROM设备,另一个是硬盘。为了检测它们
是否支持SMART,使用命令 smartctl -i /dev/hda 和 smartctl -i /dev/hdb:
# /usr/sbin/smartctl -i /dev/hda
smartctl version 5.1-11 Copyright (C) 2002-3 Bruce Allen
Home page is
http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model:     ST380011A
Serial Number:    3JVB672N
Firmware Version: 8.01
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   6
ATA Standard is:  ATA/ATAPI-6 T13 1410D revision 2
Local Time is:    Fri Aug 20 14:09:16 2004 EST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
”SMART support is: Available - device has SMART capability.“这行说明支持SMART。"SMART
support is: Enabled”这行说明SMART已经被打开。
CD-ROM设备和旧式的硬盘不支持SMART,这可以从smartctl -i /dev/hdb的输出看出:
# /usr/sbin/smartctl -i /dev/hdb
smartctl version 5.1-11 Copyright (C) 2002-3 Bruce Allen
Home page is
http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model:     LTN526D
Serial Number:    [No Information Found]
Firmware Version: 9S03
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   1
ATA Standard is:  Exact ATA specification draft version not indicated
Local Time is:    Fri Aug 20 14:24:43 2004 EST
SMART is only available in ATA Version 3 Revision 3 or greater.
We will try to proceed in spite of this.
SMART support is: Unavailable - device lacks SMART capability.
A mandatory SMART command has failed: exiting. To continue, use the -T
option to set the tolerance level to 'permissive'
注意有些硬盘控制器不支持SMART。比如有些硬件RAID控制器不支持,或者不会传递SMART信息,即使加入
的硬盘支持SMART。
可以修改/etc/smartctl.conf文件,使得smartd只监视你想监视的设备。假设只有/dev/hda需要被监视,
在该设备上如果有警告信息发生,需要把它发给根用户,那么/etc/smartd.conf需要这样修改:
# /etc/smartd.conf
# Sample configuration file for smartd.  See man 5 smartd.conf.
# Home page is:
http://smartmontools.sourceforge.net
...
# A very silent check.  Only report SMART health status if it fails
# But send an email in this case
/dev/hda -a -m
root@localhost.localdomain
...
编辑完/etc/smartd.conf,重启该守护进程:
# /sbin/service smartd restart
Shutting down smartd:                                      [FAILED]
Starting smartd:                                           [  OK  ]
要设置smartd在系统启动时候被激活,在根用户下用 chkconfig smartd on 命令。

关闭smartd服务自动启动
root LINUX smartd  is a daemon that monitors the Self-Monitoring, Analysis and Reporting
Technology (SMART) system built
      into many ATA-3 and later ATA, IDE and SCSI-3 hard drives. The purpose of SMART is to
monitor the reliability
      of  the  hard  drive  and predict drive failures, and to carry out different types of
drive self-tests.  This
      version of smartd is compatible with ATA/ATAPI-7 and earlier standards
简单地说,smartd是监控硬盘的可靠性并预测其失败、进行测试的守护进程!
仔细看看smartd的说明即可!(man smartd)
#chkconfig smartd off
这是关闭smartd服务自动启动,机器重新启动时smartd不再运行!


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/109428/showart_2137460.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP