2017年9月17日日曜日

Ubuntu smartmontools で、S.M.A.R.T. 対応 HDD/SSD を監視

HDD/SSD は突然壊れる。たまに痛い目にあいます (>_<)。
こないだなんか会社のサーバが、、、。それはいいか (笑)
その予兆を捉えるために smartmontools で HDD/SSD を監視します。
Ubuntu 17.04 で確認。

1. smartmontools をインストール

# apt install smartmontools

2. HDD/SSD を検索

家のノート PC なので、1 個。

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

3. S.M.A.R.T. 対応かどうか確認

SMART Support is の行を確認。

# smartctl -i /dev/sda

smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.10.0-33-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     SandForce Driven SSDs
Device Model:     KINGSTON SV300S37A240G
Serial Number:    50026B72550366E7
LU WWN Device Id: 5 0026b7 2550366e7
Firmware Version: 600ABBF0
User Capacity:    240,057,409,536 bytes [240 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS, ACS-2 T13/2015-D revision 3
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Sun Sep 17 18:06:22 2017 JST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

4. smartd の起動設定

# vi /etc/default/smartmontools

start_smartd=yes のコメントを外す

● smartmontools, HDD, SSD, 監視, チェック, smartctl

0 件のコメント: