我有一个网络服务器。大约有 100-150 个虚拟主机。只是一些小型网站。我的第一篇帖子在这里:SATA 硬盘错误,但现在我在其他磁盘上遇到了新错误。1. 我遇到了 SATA 磁盘问题,如链接中所述。2. 我放入了其他磁盘,但……没有运气,mkfs.ext3 - 在新磁盘上,同样的问题,在运行 mkfs 时出现很多错误。3. 下一步是更换 SATA 电缆,这很有帮助。之后,我能够格式化磁盘并开始从备份传输文件。现在距离更换电缆和磁盘已经过去 4 天了……现在我在 dmesg 中看到以下消息:
ata2.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x6 frozen
ata2.00: cmd 60/08:00:3f:25:db/00:00:01:00:00/40 tag 0 ncq 4096 in
res 40/00:00:00:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
ata2.00: status: { DRDY }
ata2: hard resetting link
ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: configured for UDMA/133
ata2: EH complete
SCSI device sdb: 490350672 512-byte hdwr sectors (251060 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 3a 00 00
SCSI device sdb: drive cache: write back
在智能方面:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 89
3 Spin_Up_Time 0x0027 200 200 021 Pre-fail Always - 991
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 16
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1090
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 15
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 8
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 7
194 Temperature_Celsius 0x0022 118 100 000 Old_age Always - 25
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0
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 Short offline Completed without error 00% 1024 -
# 2 Conveyance offline Completed without error 00% 978 -
# 3 Extended captive Interrupted (host reset) 90% 977 -
# 4 Extended captive Interrupted (host reset) 90% 977 -
# 5 Extended offline Completed without error 00% 977 -
# 6 Short offline Completed without error 00% 974 -
问题 1:这是什么意思,可能是什么问题?(我在 Google 上查到 99% 是电缆问题)
问题 2:Raw_Read_Error_Rate 每天增加 20-30。这样正常吗?磁盘上的 sda 值为 7000,没有错误。
答案1
你的硬件有故障,请修复它。
答案2
我没有仔细阅读(并思考)您的问题,因此我可能错了,但您可能需要重新考虑驱动器的 IOPS 限制。我在某处读到(忘记了链接),目前消费级 SATA 驱动器的平均 IOPS 仅为 75-100 左右,而企业级 SATA 驱动器可以将该数字翻倍(然后是 SAS 驱动器,该数字可以再次翻倍)。如果我没记错的话,这是一篇关于 SSD 的文章,其中 IOPS 可能超过 9000!
編輯0添加相关的维基百科文章:http://en.wikipedia.org/wiki/IOPS