Anonymous

Equipment/Landin: Difference between revisions

From London Hackspace Wiki
m
Line 206: Line 206:
   # sas2ircu 0 display
   # sas2ircu 0 display
(you'll want to pipe this to less or a text file to scroll through the various notes.
(you'll want to pipe this to less or a text file to scroll through the various notes.
* Maybe you want to run through <pre>smartctl</pre> and see whether any of the disks are in a pre-fail state. Try a shell script like this:
* Maybe you want to run through '''smartctl''' and see whether any of the disks are in a pre-fail state. Try a shell script like this:
   for i in {a..o}; do
   for i in {a..o}; do
       echo "Disk sd$i" $SN $MD
       echo "Disk sd$i" $SN $MD