Acabei de alugar um servidor Kimisufi, e eu corro um smartctl, meu HDD vai falhar em breve?

0

Eu apenas aluguei um servidor kimisufi e queria verificar se o HDD ia falhar em breve .... Eu corro um smartcl --all e este é o resultado

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
1   Raw_Read_Error_Rate     0x000b   100   100   016    Pre-fail  Always       -       0
2   Throughput_Performance  0x0005   100   100   054    Pre-fail  Offline      -       0
3   Spin_Up_Time            0x0007   100   100   024    Pre-fail  Always       -       390
4   Start_Stop_Count        0x0012   100   100   000    Old_age   Always       -       6
5   Reallocated_Sector_Ct   0x0033   100   100   005    Pre-fail  Always       -       0
7   Seek_Error_Rate         0x000b   100   100   067    Pre-fail  Always       -       0
8   Seek_Time_Performance   0x0005   100   100   020    Pre-fail  Offline      -       0
9   Power_On_Hours          0x0012   100   100   000    Old_age   Always       -       3
10  Spin_Retry_Count        0x0013   100   100   060    Pre-fail  Always       -       0
12  Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       6
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       6
193 Load_Cycle_Count        0x0012   100   100   000    Old_age   Always       -       6
194 Temperature_Celsius     0x0002   206   206   000    Old_age   Always       -       29 (Min/Max 16/32)
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0022   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0008   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x000a   200   200   000    Old_age   Always       -       0

Estou com medo de todos os pré-reprovados ..... alguém pode me ajudar a lê-lo corretamente?

Obrigado

    
por user549599 25.01.2016 / 12:48

1 resposta

0

Os tipos Pre-fail e Old_age mostram que, se os valores forem excedidos, é uma falha iminente ou apenas um efeito da idade avançada. Isso não significa que você tenha uma falha, apenas como interpretar essa linha específica se esta linha estiver além do limite.

A coluna que você deve ficar de olho é a WHEN_FAILED , para um valor de FAILING_NOW .

Mais informações podem ser encontradas aqui

Attributes Type

Note that if an Attribute is of type 'Pre-fail', it does not mean that your disk is about to fail! It only has this meaning if the Attribute's current Normalized value is less than or equal to the threshold value.

Column "When Failed"

If the Attribute's current "Normalized value" is less than or equal to the threshold value, then the attribute is marked with "FAILING_NOW" in column WHEN_FAILED.

    
por 25.01.2016 / 12:57