One of our servers has died recently. So I've took those disks from it and installed them all to the new server running Windows Server 2008. Along with disks I've moved two simple two-port controllers on a Silicon Image SiI 3132 chip.
So here is a problem. There was two software Windows-driven RAID5 arrays. After reinstallation those disks plugged in thought controllers are shown offline or foreign in diskpart utility. I could not import them because they are reported somehow as readonly. If, after all, I clear readonly flag from those disks and import them, diskpart reports that array is OK and resyncing. And then, soon or late, I'm getting BSOD of some random error (it was disk manager only once) and Windows won't boot.
I've returned to last known configuration several times and tried to trace an error, but I could not. Any thoughts besides hardware fault in controller, guys?
PS. Here is system log entries IMHO related:
The two main candidates are hardware fault, and driver errors. A list of the STOP errors that occur over time is essential to establish a pattern.
If there are multiple different "blue screen" fault codes, chances are that it is a hardware error and you should probably skip to step 3 and start replacing gear. For a single error, there are three main methods for trying to resolve/diagnose further:
Hardware faults are messy to accurately diagnose, particularly on a new server - it could be just about any component. I would suggest testing with the following in mind:
If you right-click on the "Foreign" disks, do you have the option to "Reactivate" or "Import" the disks? It looks like that's the first step to get Windows to recognize them, and it should be able to see the RAID array they belonged to once they're all active.
It looks like you can do all the management you need to from the Disk Management GUI, though if you're partial to the command line tool, I'm sure the command to "Reactivate" a dynamic disk is just as easy.
User contributions licensed under CC BY-SA 3.0