windows-server-2003 – 从Windows识别HP阵列逻辑驱动器

可能很简单,但我正在尝试确定HP服务器阵列中的哪个逻辑驱动器与 Windows Server 2003中提供的特定磁盘相关.

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

我认为这将是一项简单的任务,证明有点痛苦.如何识别哪个窗口“磁盘”与RAID阵列中的每个逻辑驱动器相关?我在diskmgmt.msc中找不到与ACU中的属性相关的任何属性.虽然我知道它是哪一个,但我不能确定.

提前致谢…

您是否安装了HP管理实用程序?下载 ProLiant Support Pack for Windows 2003(或 64-bit variant).

这将有助于提供系统的一般管理和健康监测.至少,您可以通过安装ProLiant Support Pack的Array Configuration Utility CLI (command line interface)组件来获取您正在寻找的信息.

运行快捷命令如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,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

相关文章

Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...
Windows文件操作基础代码 Windows下对文件进行操作使用的一段...
Winpcap基础代码 使用Winpcap进行网络数据的截获和发送都需要...
使用vbs脚本进行批量编码转换 最近需要使用SourceInsight查看...