Probably something simple, but I'm trying to identify which logical drive in my HP Server's Array relates to a particular disk presented in Windows Server 2003.
So I have a Proliant DL580 G5 server with two RAID controllers. The controller in question is a Smart Array P400, which has 8 disks, split into 4 Arrays (A,B,C,D) each with a RAID 1 logical drive. The server is reporting a disk failure on one of the logical drives, and I would like to backup the files before replacing the failed disk.
What I thought would be a simple task is proving a bit of a pain. How do I identify which windows 'disk' relates to each of the logical drives in the RAID Array? I can't find any properties in diskmgmt.msc that relate to properties in ACU. Whilst I have an idea which one it is, I can't be sure.
Thanks in advance...
Do you have the HP management utilities installed? Download the ProLiant Support Pack for Windows 2003 (or the 64-bit variant).
This will be helpful in providing general management and health monitoring of the system. At the very least, you can acquire the information you're seeking by installing the Array Configuration Utility CLI (command line interface) component of the ProLiant Support Pack.
Running a quick command like
ctrl all show config detail
will generate a good amount of controller, array and disk information; including mount points. You'll also see which drives are assigned to which RAID 1 pair and the overall health of each logical drive. Based on this information, you should be able to replace the failed drive seamlessly, but make sure you examine the output first.