There is a file server (Windows Server 2008 R2) running on a hardware RAID 1 (HP SmartArray P212 with Read and Write Cache) with 2 standby disks. Additional, there is a Windows Backup writing to an attached SATA disk.
When the server hardware (or raid controller) crashes, afaik there is no possibility to directly access the data stored on the raid disks by simply attaching them to a foreign system (sata, usb) without the system having the same hardware raid controller? Is this correct?
To make the data still available on hardware crash, my intention is the following: Adding an iSCSI target (Synology DS720+) to the network, mount this target on the file server and create a (software) RAID1 containing the hardware raid + the mounted iSCSI target. Now in desaster case, i could simply mount the iSCSI target on any other machine and access its data.
Would this be possible?