Both servers run windows-server-2003 x64 in a Active/Standby Microsoft Cluster with shared Disk Resources. Server1 Server2
Server1 suffered hardware issues needing HBA SAS card replaced. Disk Management no longer detects the shared logical drives on it. These drives are part of Disk Resources in the cluster.
Based on my research, Microsoft Cluster uses Disk Signature to identify & attach to the Disk Resources.
https://support.microsoft.com/en-us/help/280425/recovering-from-an-event-id-1034-on-a-server-cluster
An issue I see are missing REG_SZ DiskName entries in the registry.
Example:
reg query HKLM\System\CurrentControlSet\Services\Clusdisk\Parameters\Signatures\D441B580
Listing of [System\CurrentControlSet\Services\Clusdisk\Parameters\Signatures\D484B580]
REG_SZ DiskName \Device\Harddisk1
Do I simply need to add the missing registry keys on Server1 to make it appear in Disk Management?
EDIT: Both servers run on Dell PowerEdge 6850.
Looking at Dell Modular Disk Storage Manager on each server the following looks correct. Configured Hosts Host Name : HBA Hosts Ports mapping
Host-to-virtual disk mappings
Windows Device Manager: SCSI and RAID controllers
DELL PERC 5/i Adapter RAID Controller Dell SAS 5/E Adapter Controller (I believe this is what connects to the shared storage)
LSI Logic PCI-x Ultra320 SCSI Host Adapter
LSI Logic PCI-x Ultra320 SCSI Host Adapter
MagicISO SCSI Host Controller
Multi-Path Support
A new observation is Windows Disk Mangement has Disk 0 assigned to Virtual CD ROM on Server1. On Server2, Disk 0 is the C:\ OS drive.
The logical drives needs to be presented as Disks 1,2,3,5. Since Disk 1 is already in use by Windows could this prevent entire Logical drives not to be presented to Windows?