AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 1161135
Accepted
Johannes C. Schulz
Johannes C. Schulz
Asked: 2024-06-18 12:52:33 +0800 CST2024-06-18 12:52:33 +0800 CST 2024-06-18 12:52:33 +0800 CST

HP ProLiant 380G8 HDD 托盘状态闪烁

  • 772

我使用两个额外的驱动器升级了我的 RAID6。现在里面有六个 8TB 驱动器。添加后,我将阵列大小修改为最大值(在 PVE 上安装了 SSACLI),重新启动并调整分区(parted,ext4)。这一切都花了几个小时,但最终控制器说没问题,驱动器说没问题,parted 说没问题——一切都没问题。


root@asgard:~# ssacli ctrl slot=3 show config

Smart Array P420 in Slot 3                (sn: PDSXK0BRH7D1C9)

   Gen8 ServBP 12+2 at Port 2I, Box 1, OK


   Port Name: 1I

   Port Name: 2I

[...]

   Array E (SATA, Unused Space: 0  MB)

      logicaldrive 7 (29.11 TB, RAID 6, OK)

      physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SATA HDD, 8 TB, OK)
      physicaldrive 2I:1:5 (port 2I:box 1:bay 5, SATA HDD, 8 TB, OK)
      physicaldrive 2I:1:6 (port 2I:box 1:bay 6, SATA HDD, 8 TB, OK)
      physicaldrive 2I:1:7 (port 2I:box 1:bay 7, SATA HDD, 8 TB, OK)
      physicaldrive 2I:1:8 (port 2I:box 1:bay 8, SATA HDD, 8 TB, OK)
      physicaldrive 2I:1:9 (port 2I:box 1:bay 9, SATA HDD, 8 TB, OK)

root@asgard:~# ssacli ctrl slot=3 ld 7 show detail

Smart Array P420 in Slot 3

   Array E

      Logical Drive: 7
         Size: 29.11 TB
         Fault Tolerance: 6
         Heads: 255
         Sectors Per Track: 32
         Cylinders: 65535
         Strip Size: 256 KB
         Full Stripe Size: 1024 KB
         Status: OK
         Unrecoverable Media Errors: None
         Caching:  Disabled
         Parity Initialization Status: Initialization Completed
         Unique Identifier: 600508B1001C86D80F77048AACBFB61F
         Disk Name: /dev/sde 
         Mount Points: None
         Logical Drive Label: AFA0EEE1PDSXK0BRH7D1C98B94
         Drive Type: Data
         LD Acceleration Method: All disabled

但有一个驱动器托盘状态图标闪烁绿色。它不是添加驱动器的驱动器托盘。

文档中说“驱动器正在重建或执行 RAID 迁移、条带大小迁移、容量扩展或逻辑驱动器扩展,或者正在擦除。”但是没有正在进行这样的工作,也没有任何地方有关于正在运行的工作的信息。

有人知道 1of6 阵列驱动器正在闪烁绿色吗?

hard-drive
  • 1 1 个回答
  • 34 Views

1 个回答

  • Voted
  1. Best Answer
    Nikita Kipriyanov
    2024-06-18T14:57:47+08:002024-06-18T14:57:47+08:00

    尝试使用类似以下命令重置 LED 状态(或者,您可以指定可疑驱动器而不是“全部”):

    ssacli controller slot=3 physicaldrive all modify led=on
    ssacli controller slot=3 physicaldrive all modify led=off
    

    这通常是通过闪烁驱动器的 LED 来“定位”驱动器的命令:

    <target> modify [led=on|off][duration=1-86400]
       Flashes specified device's LEDs. An optional duration parameter may be
       specified. Range is from 1 to 86400 seconds. Default is 3600.
       The target can be any valid individual device target. The "all", "alldata", 
       "allspares", or "allunassigned" targets can also be used.
    
       controller slot=1 array B modify led=on
       controller slot=1 array B modify led=on duration=600
       ctrl slot=1 ld 1 modify led=on
       ctrl slot=1 ld all modify led=on
       ctrl slot=1 pd all modify led=on
       ctrl slot=1 pd alldata modify led=on
       ctrl slot=1 pd allspares modify led=on
       ctrl slot=1 pd allunassigned modify led=on
    
    

    就你的情况而言,它似乎卡在了错误状态,希望这能重置它。这些命令可以安全执行,因为它们实际上除了控制 LED 之外什么都不做。

    如果没有任何帮助,恐怕电源循环会将其恢复到正常状态。如果没有,请咨询 HP 支持,您还能做什么?

    • 0

相关问题

  • 总大小(磁盘)与总大小(媒体)

  • Linux:“发现重复的 PV XXXXYYYYY:用户 /dev/sdb1 而不是 /dev/sda1”

  • Windows C:驱动器大小

  • 了解磁盘队列长度

  • md5sum 重复为同一台机器上的同一文件提供不同的校验和

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve