从 Windows 识别 HP 阵列逻辑驱动器

从 Windows 识别 HP 阵列逻辑驱动器

可能有些简单,但我试图确定 HP 服务器阵列中的哪个逻辑驱动器与 Windows Server 2003 中显示的特定磁盘相关。

我有一台 Proliant DL580 G5 服务器,配有两个 RAID 控制器。有问题的控制器是 Smart Array P400,它有 8 个磁盘,分为 4 个阵列 (A、B、C、D),每个阵列都有一个 RAID 1 逻辑驱动器。服务器报告其中一个逻辑驱动器出现磁盘故障,我想在更换故障磁盘之前备份文件。

我原以为这很简单,但结果却有点麻烦。如何确定哪个窗口“磁盘”与 RAID 阵列中的每个逻辑驱动器相关?我在 diskmgmt.msc 中找不到与 ACU 中的属性相关的任何属性。虽然我知道是哪一个,但我不能确定。

提前致谢...

答案1

您是否安装了 HP 管理实用程序?下载用于 Windows 2003 的 ProLiant 支持包(或者64 位版本)。

这将有助于提供系统的一般管理和健康监测。至少,您可以通过安装阵列配置实用程序 CLI(命令行界面)ProLiant 支持包的组件。

运行类似这样的快速命令ctrl all show config detail将生成大量控制器、阵列和磁盘信息;包括挂载点。您还将看到哪些驱动器被分配给哪个 RAID 1 对以及每个逻辑驱动器的整体运行状况。根据这些信息,您应该能够无缝地更换故障驱动器,但请确保先检查输出。

HP Array Configuration Utility CLI 8.60-8.0
Type "help" for a list of supported commands.
Type "exit" to close the console.

=> ctrl all show config detail

Smart Array P400i in Slot 0 (Embedded)
   Bus Interface: PCI
   Slot: 0
   Serial Number: PH7AMW5213
   Cache Serial Number: PA82C0H9SVC7O6
   RAID 6 (ADG) Status: Disabled
   Controller Status: OK
   Chassis Slot:
   Hardware Revision: Rev D
   Firmware Version: 7.18
   Rebuild Priority: Medium
   Expand Priority: Medium
   Surface Scan Delay: 15 secs
   Surface Scan Mode: Idle
   Wait for Cache Room: Disabled
   Surface Analysis Inconsistency Notification: Disabled
   Post Prompt Timeout: 0 secs
   Cache Board Present: True
   Cache Status: OK
   Accelerator Ratio: 25% Read / 75% Write
   Drive Write Cache: Enabled
   Total Cache Size: 256 MB
   No-Battery Write Cache: Enabled
   Battery/Capacitor Count: 0
   SATA NCQ Supported: True

   Array: A
      Interface Type: SAS
      Unused Space: 0 MB
      Status: OK

      Logical Drive: 1
         Size: 136.7 GB
         Fault Tolerance: RAID 1
         Heads: 255
         Sectors Per Track: 32
         Cylinders: 35132
         Strip Size: 128 KB
         Status: OK
         Array Accelerator: Enabled
         Unique Identifier: 600508B1001032313320202020200001
         Disk Name: \\.\PhysicalDrive0
         Mount Points: C:\ 136.7 GB
         Logical Drive Label: A240AB6BPH7AMW5213     E1C6
         Mirror Group 0:
            physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SAS, 146 GB, OK)
         Mirror Group 1:
            physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SAS, 146 GB, OK)

      physicaldrive 1I:1:1
         Port: 1I
         Box: 1
         Bay: 1
         Status: OK
         Drive Type: Data Drive
         Interface Type: SAS
         Size: 146 GB
         Rotational Speed: 10000
         Firmware Revision: HPD1
         Serial Number: BS01P7900S6P0738
         Model: HP      DG146A3516
         PHY Count: 1
         PHY Transfer Rate: 3.0GBPS

      physicaldrive 1I:1:2
         Port: 1I
         Box: 1
         Bay: 2
         Status: OK
         Drive Type: Data Drive
         Interface Type: SAS
         Size: 146 GB
         Rotational Speed: 10000
         Firmware Revision: HPD1
         Serial Number: BS01P7900PY80737
         Model: HP      DG146A3516
         PHY Count: 1
         PHY Transfer Rate: Unknown

相关内容