diff options
Diffstat (limited to 'issues')
-rw-r--r-- | issues/systems/tux01-ram-problem.gmi | 2 | ||||
-rw-r--r-- | issues/systems/tux04-disk-issues.gmi | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/issues/systems/tux01-ram-problem.gmi b/issues/systems/tux01-ram-problem.gmi index 90b37a0..b45511d 100644 --- a/issues/systems/tux01-ram-problem.gmi +++ b/issues/systems/tux01-ram-problem.gmi @@ -7,7 +7,7 @@ Tux01 ran out of steam. * assigned: pjotrp, zsloan * type: systems * keywords: database -* status: unclear +* status: closed * priority: medium ## Tasks diff --git a/issues/systems/tux04-disk-issues.gmi b/issues/systems/tux04-disk-issues.gmi index c9108f3..cea5a59 100644 --- a/issues/systems/tux04-disk-issues.gmi +++ b/issues/systems/tux04-disk-issues.gmi @@ -81,3 +81,17 @@ Device Firmware Level: R30A ``` So the drives are OK and the controller is not complaining. + +Smartctl self tests do not work on this controller: + +``` +tux04:/$ smartctl -t short -d megaraid,0 /dev/sdf -c +Short Background Self Test has begun +Use smartctl -X to abort test +``` + +and nothing ;). Megacli is actually the tool to use + +``` +megacli -AdpAllInfo -aAll +``` |