Neulich stellte einer unserer Techniker fest: „Wupps, die Platte ist ja mit nur ein paar Stunden auf der Uhr ganz neu. Wie kann das sein bei einem Server, der bereits viele Jahre in Betrieb ist und dessen Festplatten nie getauscht wurden?“
Die Antwort darauf ist ganz einfach: Ein Firmware Bug der „Seagate Barracuda 7200.10“ (250GByte) bringt den Zählerstand bei 65536 (2 hoch 16) zum überlaufen und schaltet auf 0 Stunden (Null) zurück.
Das Ganze sieht mit beim Auslesen der Smart-Werte so aus: (gekürzt)
~]# smartctl -a /dev/sda
…
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA _of_first_error
# 1 Extended offline Completed without error 00% 380 –
# 2 Short offline Completed without error 00% 376 –
# 3 Short offline Completed without error 00% 352 –
# 4 Short offline Completed without error 00% 328 –
# 5 Short offline Completed without error 00% 304 –
# 6 Short offline Completed without error 00% 280 –
# 7 Short offline Completed without error 00% 256 –
# 8 Short offline Completed without error 00% 233 –
# 9 Extended offline Completed without error 00% 212 –
#10 Short offline Completed without error 00% 209 –
#11 Short offline Completed without error 00% 185 –
#12 Short offline Completed without error 00% 161 –
#13 Short offline Completed without error 00% 137 –
#14 Short offline Completed without error 00% 113 –
#15 Short offline Completed without error 00% 89 –
#16 Short offline Completed without error 00% 65 –
#17 Extended offline Completed without error 00% 45 –
#18 Short offline Completed without error 00% 41 –
#19 Short offline Completed without error 00% 17 –
#20 Short offline Completed without error 00% 65529 –
#21 Short offline Completed without error 00% 65505 –
…
So bekommt man also eine neue Festplatte während des Betriebes. Als unzuverlässig können wir diese Festplatte nicht bezeichnen. 🙂
{lang: 'de'}