SAS HDD のアイドル時のクリック音 - PERC H710 セットアップに関するアドバイスを求める (ストレージのトラブルシューティング)

SAS HDD のアイドル時のクリック音 - PERC H710 セットアップに関するアドバイスを求める (ストレージのトラブルシューティング)

最近、それぞれ約 35 日間使用できる中古の SAS HDD を 5 台購入しました。新品の HDD を購入するよりはお得でしたが、最初は SATA だと思っていたため、少し混乱しました。調査した後、RAID コントローラー (HBA として使用) PERC H710 を購入しました。しかし、すべてをインストールした後、これらの SAS HDD がアイドル時に奇妙なクリック音を発していることに気付きました。販売者の評判が良いことを考慮すると、しっかりと梱包されていた 5 台のディスクすべてに同じ問題があるとは考えにくいです。参考までに、ノイズを録音しました。

サーバーに近いほど: https://www.youtube.com/shorts/DFqMGDFCObU

他の部屋(壁の反対側): https://www.youtube.com/shorts/4jHKJnIhp2Q PS: 特に一部の SATA HDD が稼働している場合は、ビデオから音声を聞き取るのが難しい場合があります。サーバーは稼働中であるため、他の SATA HDD で読み取り/書き込みが継続しています。

そのうちの 1 つについての情報は次のとおりです。

    === START OF INFORMATION SECTION ===
Vendor:               SEAGATE
Product:              ST33000650SS
Revision:             RS16
Compliance:           SPC-4
User Capacity:        3,000,592,982,016 bytes [3.00 TB]
Logical block size:   512 bytes
Rotation Rate:        7200 rpm
Form Factor:          3.5 inches
Logical Unit id:      0x5000c50055ad05e3
Serial number:        Z295A8NC
Device type:          disk
Transport protocol:   SAS (SPL-3)
Local Time is:        Wed Feb 21 17:40:10 2024 EST
SMART support is:     Available - device has SMART capability.
SMART support is:     Enabled
Temperature Warning:  Disabled or Not Supported

=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK

Current Drive Temperature:     48 C
Drive Trip Temperature:        68 C

Accumulated power on time, hours:minutes 63899:38
Manufactured in week 43 of year 2012
Specified cycle count over device lifetime:  10000
Accumulated start-stop cycles:  70
Specified load-unload count over device lifetime:  300000
Accumulated load-unload cycles:  12281
Elements in grown defect list: 0

これまでに SAS HDD で同様の問題に遭遇した人はいますか? これは SAS の通常の動作ですか、それともテストを実行する必要がありますか? アドバイスをいただければ幸いです。

答え1

次のコマンドを実行して完了するまで待つと、「修正された読み取りエラーの合計数 = 1809673244」となり、ドライバーはノイズを発しなくなりました。

smartctl -tlong /dev/sdX

完了後の出力は次のとおりです。

root@abc:~# smartctl -a /dev/sda
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.10.0-27-amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               SEAGATE
Product:              ST33000650SS
Revision:             RS16
Compliance:           SPC-4
User Capacity:        3,000,592,982,016 bytes [3.00 TB]
Logical block size:   512 bytes
Rotation Rate:        7200 rpm
Form Factor:          3.5 inches
Logical Unit id:      0x5000c50055ad05e3
Serial number:        Z295A8NC
Device type:          disk
Transport protocol:   SAS (SPL-3)
Local Time is:        Thu Feb 22 09:40:48 2024 EST
SMART support is:     Available - device has SMART capability.
SMART support is:     Enabled
Temperature Warning:  Disabled or Not Supported

=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK

Current Drive Temperature:     43 C
Drive Trip Temperature:        68 C

Accumulated power on time, hours:minutes 63915:46
Manufactured in week 43 of year 2012
Specified cycle count over device lifetime:  10000
Accumulated start-stop cycles:  70
Specified load-unload count over device lifetime:  300000
Accumulated load-unload cycles:  12283
Elements in grown defect list: 0

Vendor (Seagate Cache) information
  Blocks sent to initiator = 3623441469
  Blocks received from initiator = 3686219937
  Blocks read from cache and sent to initiator = 272821687
  Number of read and write commands whose size <= segment size = 36308955
  Number of read and write commands whose size > segment size = 15

Vendor (Seagate/Hitachi) factory information
  number of hours powered up = 63915.77
  number of minutes until next internal SMART test = 55

Error counter log:
           Errors Corrected by           Total   Correction     Gigabytes    Total
               ECC          rereads/    errors   algorithm      processed    uncorrected
           fast | delayed   rewrites  corrected  invocations   [10^9 bytes]  errors
read:   1809673244        0         0  1809673244          0      30248.740           0
write:         0        0         0         0          0       8554.361           0
verify: 2794696942        0         0  2794696942          0    1042801.370           0

Non-medium error count:    59813

SMART Self-test log
Num  Test              Status                 segment  LifeTime  LBA_first_err [SK ASC ASQ]
     Description                              number   (hours)
# 1  Background long   Completed                  32   63907                 - [-   -    -]
# 2  Background short  Completed                  32   63890                 - [-   -    -]
# 3  Background short  Completed                  32      23                 - [-   -    -]
# 4  Background long   Completed                  32      22                 - [-   -    -]

Long (extended) Self-test duration: 27600 seconds [460.0 minutes]

root@abc:~#

これが同じ問題を抱えている誰かの役に立つことを願っています!

関連情報