Does anyone know some good tool for checking HDD failure in Cent OS (Red Hat Systems) without downtime. And tell me how to use it.
Thanks.
Does anyone know some good tool for checking HDD failure in Cent OS (Red Hat Systems) without downtime. And tell me how to use it.
Thanks.
Smartmontools are good tools for this.
Install it with
yum install smartmontools
You can examine your drive with
smartctl -t short /dev/sda
More options you can find in man page.