UNSOLVED

zcr714

updated

6 years ago

Z

zcr714

2 Posts

0

1266

July 7th, 2020 07:00

Viewing SMART data for a hard drive

Hello,

Is there a way to view the smart data on a hard drive? I know OneFS has certain protocols to detect drive failure, but it would be nice to be able to get a report on a drive's health. On a regular Linux/BSD box, I can just use smartctl, but that's not available one OneFS.

  • 954

    0

    Posted July 7th, 2020 10:00

    The isi_radish command is used to display various drive parameters, and can also perform some operations that you want to be careful with. The -a flag is used to dump SMART data of a drive.

    isi_radish -a /dev/da32 for example, will show bay 32 on a Gen4/Gen5 node.

    isi_radish -a /dev/da22 should show the last bay on a Gen6 A2000 node.

    HTH!

    -Yama

  • zcr714

    2 Posts

    921

    0

    Posted July 8th, 2020 05:00

    Thanks! This is what I was looking for.