Как следить за состоянием жесткого диска с помощью smartmontools в Ubuntu
Как проверить работоспособность жесткого диска в Linux с помощью smartmontools
$ sudo nano /etc/default/smartmontools
# Defaults for smartmontools initscript (/etc/init.d/smartmontools)
# This is a POSIX shell fragment
# List of devices you want to explicitly enable S.M.A.R.T. for
# Not needed (and not recommended) if the device is monitored by smartd
#enable_smart="/dev/hda /dev/hdb"
# uncomment to start smartd on system startup
#start_smartd=yes
start_smartd=yes
# uncomment to pass additional options to smartd on startup
#smartd_opts="--interval=1800"
smartd_opts="--interval=1800"
Сохранить.
Для проверки получения почты:
$ sudo nano /etc/smartd.conf
Добавить:
/dev/sda -m root -M test
/dev/sdb -m root -M test
/dev/sdc -m root -M test
Сохранить.
$ sudo reboot
Проверить почту.
$ sudo nano /etc/smartd.conf
Изменить:
/dev/sda -m root -M daily
/dev/sdb -m root -M daily
/dev/sdc -m root -M daily
Сохранить.
$ sudo systemctl restart smartd
Как проверить работоспособность жесткого диска в Linux с помощью smartmontools
$ sudo nano /etc/default/smartmontools
# Defaults for smartmontools initscript (/etc/init.d/smartmontools)
# This is a POSIX shell fragment
# List of devices you want to explicitly enable S.M.A.R.T. for
# Not needed (and not recommended) if the device is monitored by smartd
#enable_smart="/dev/hda /dev/hdb"
# uncomment to start smartd on system startup
#start_smartd=yes
start_smartd=yes
# uncomment to pass additional options to smartd on startup
#smartd_opts="--interval=1800"
smartd_opts="--interval=1800"
Сохранить.
Для проверки получения почты:
$ sudo nano /etc/smartd.conf
Добавить:
/dev/sda -m root -M test
/dev/sdb -m root -M test
/dev/sdc -m root -M test
Сохранить.
$ sudo reboot
Проверить почту.
$ sudo nano /etc/smartd.conf
Изменить:
/dev/sda -m root -M daily
/dev/sdb -m root -M daily
/dev/sdc -m root -M daily
Сохранить.
$ sudo systemctl restart smartd
Комментариев нет:
Отправить комментарий