Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setup Windows Storage Server as SAN Storage

we want to setup a Windows Storage Server 2016 with FibreChannel and 2 Shelfs as SAN Storage.

We need this to connect the Blades at the Storage.

Blades all have installed FC HBAs, but Windows only provide iSCSI Initiators for LUN but not for FibreChannel.

Is there a solution, or should we use an other software as filer (FreeNas, Nexenta, OpenFiler)?

like image 477
thohei Avatar asked Mar 10 '23 05:03

thohei


1 Answers

Windows doesn't do anything like that, and unfortunately first choice for target-side storage stack StarWind doesn't do any FC as well. There are other Windows options, but they are very very expensive! What you can do is... use FreeBSD virtual machine with something like scst inside.

https://forums.freebsd.org/threads/46591/

https://gathering.tweakers.net/forum/list_messages/1613088

Pass-thru your FC HBA with a PCI pass-thru or SR-IOV and you'll be good!

like image 144
BaronSamedi1958 Avatar answered Apr 28 '23 07:04

BaronSamedi1958