smartcontrol

CentOSへの導入 [#udb1da79]

 # yum install smartmontools
 # fdisk -l
 # smartctl -i /dev/sda   <--ディスクを指定
 
 SMART support is: Available - device has SMART capability.
 SMART support is: Disabled
 
 -->smartは対応しているけど、有効になっていない。

ディスクのスキャン [#r05ef984]

 # smartctl --scan
 /dev/sda -d scsi # /dev/sda, SCSI device
 /dev/sdb -d scsi # /dev/sdb, SCSI device

smartcontrolを有効にする [#o0f29514]

 # smartctl -s on -d ata /dev/sda

とりあえずチェック(Show all SMART information for device:対象デバイスのすべてのSMARTの情報を表示する) [#p34a4a4b]

 # smartctl -a /dev/sda