首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法从Debian上的Seagate磁盘获取智能度量

无法从Debian上的Seagate磁盘获取智能度量
EN

Server Fault用户
提问于 2015-03-04 09:05:12
回答 1查看 492关注 0票数 0

提到这里这个问题,我也试图把所有属性都去掉,就像在这个博客这里中所解释的那样。

我使用Debian 6作为操作系统,并使用apt安装了smartmontools版本6.3。我的6个磁盘在RAID上。我首先使用命令启用了stats。

代码语言:javascript
复制
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

一旦完成,我将使用以下命令来获取所有属性:

代码语言:javascript
复制
smartctl -a -i -d megaraid,0 /dev/sda

但是我没有看到博客文章中告诉我的任何属性。

代码语言:javascript
复制
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]

有线索吗?我在这里漏掉了什么?我怎样才能得到智能的度量标准?

EN

回答 1

Server Fault用户

发布于 2015-03-04 12:33:32

不能从RAID数组中提取智能信息。该数组确实有智能信息,以及使其生效的驱动器。

是一个RAID,而不是一个单元(sd0、sd1 / sda1、sdb1等)。因此,从磁盘单元而不是数组中提取信息。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/672920

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档