Debian OS의 Seagate 디스크에서 SMART 측정항목을 가져올 수 없습니다.

Debian OS의 Seagate 디스크에서 SMART 측정항목을 가져올 수 없습니다.

질문을 참고해서여기, 나도 이 블로그에 설명된 대로 모든 속성을 가져오려고 노력하고 있습니다.여기.

저는 Debian 6을 OS로 사용하고 있으며 apt-get을 사용하여 smartmontools 버전 6.3을 설치했습니다. 내 6개 디스크가 RAID에 있습니다. 먼저 명령을 사용하여 통계를 활성화했습니다.

sudo smartctl -s on -o on -S on -d megaraid,0 /dev/sda
sudo smartctl -s on -o on -S on -d megaraid,1 /dev/sda
sudo smartctl -s on -o on -S on -d megaraid,2 /dev/sda
sudo smartctl -s on -o on -S on -d megaraid,3 /dev/sda
sudo smartctl -s on -o on -S on -d megaraid,4 /dev/sda
sudo smartctl -s on -o on -S on -d megaraid,5 /dev/sda

완료되면 다음 명령을 사용하여 모든 속성을 가져옵니다.

smartctl -a -i -d megaraid,0 /dev/sda

하지만 블로그 기사에서 설명한 대로 어떤 속성도 표시되지 않습니다.

bash-4.1#     smartctl -a -i -d megaraid,0 /dev/sda
smartctl 6.3 2014-07-26 r3976 [x86_64-linux-2.6.32-5-amd64] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               SEAGATE
Product:              ST900MM0006
Revision:             LS08
Compliance:           SPC-4
User Capacity:        900,185,481,216 bytes [900 GB]
Logical block size:   512 bytes
LB provisioning type: unreported, LBPME=-1, LBPRZ=0
Rotation Rate:        10000 rpm
Form Factor:          2.5 inches
Logical Unit id:      0x5000c500767033b3
Serial number:        S0N1MEKG
Device type:          disk
Transport protocol:   SAS (SPL-3)
Local Time is:        Wed Mar  4 13:17:30 2015 IST
SMART support is:     Available - device has SMART capability.
SMART support is:     Enabled
Temperature Warning:  Enabled

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

Current Drive Temperature:     21 C
Drive Trip Temperature:        50 C

Manufactured in week 22 of year 2014
Specified cycle count over device lifetime:  10000
Accumulated start-stop cycles:  118
Specified load-unload count over device lifetime:  300000
Accumulated load-unload cycles:  314
Elements in grown defect list: 0

Vendor (Seagate) cache information
  Blocks sent to initiator = 965779306
  Blocks received from initiator = 2971611077
  Blocks read from cache and sent to initiator = 403576599
  Number of read and write commands whose size <= segment size = 11852771
  Number of read and write commands whose size     segment size = 121

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

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:   3785944895        0         0  3785944895          0       2403.727           0
write:         0        0         0         0          0       4069.649           0
verify: 3308284580        0         0  3308284580          0      15953.521           0

Non-medium error count:        0

SMART Self-test log
Num  Test              Status                 segment  LifeTime  LBA_first_err [SK ASC ASQ]
     Description                              number   (hours)
# 1  Background short  Completed                  48       8                 - [-   -    -]
# 2  Reserved(7)       Completed                  32       8                 - [-   -    -]
# 3  Background short  Completed                  48       7                 - [-   -    -]

Long (extended) Self Test duration: 5616 seconds [93.6 minutes]

내가 여기서 무엇을 놓치고 있는지 단서가 있습니까? SMART 지표를 어떻게 얻나요?

답변1

RAID 어레이에서는 SMART 정보를 추출할 수 없습니다. 어레이에는 이를 가능하게 하는 드라이브인 SMART 정보가 있습니다.

Dev sda는 유닛(sd0, sd1/sda1, sdb1 등)이 아닌 RAID입니다. 따라서 어레이가 아닌 디스크 장치에서 정보를 추출하십시오.

관련 정보