smartcontrol

CentOSへの導入

# yum install smartmontools
# fdisk -l
# smartctl -i /dev/sda   <--ディスクを指定

SMART support is: Available - device has SMART capability.
SMART support is: Disabled

-->smartは対応しているけど、有効になっていない。

ディスクのスキャン

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

smartcontrolを有効にする

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

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

# smartctl -a /dev/sda

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-06-30 (木) 01:40:11