You probably all know the relatively simple RAID boxes exporting a bunch of SATA disks as one big drive via FC, SAS or iSCSI, like the HP StorageWorks MSA2000, Infortrends EonStore series or many different other models from different manufacturers.

Is it possible to create such a device with Linux, a few disks and an FC controller, using the controller in the reverse direction than usual?

This would come handy to test some ideas and concepts in an emerging SAN environment.

link|improve this question
feedback

1 Answer

up vote 5 down vote accepted

SCST -- is a generic SCSI target subsystem for Linux (SCST) is an alternative implementation of a SCSI target subsystem for Linux. It provides unified, consistent interface between SCSI target drivers and Linux kernel as well as between Linux kernel and storage backend handlers, connecting target drivers with real or emulated storage backend.

SCST allows creation of sophisticated storage devices, which provide advanced functionality, like replication, thin provisioning, deduplication, high availability, automatic backup, etc. Another class of such devices are Virtual Tape Libraries (VTL) as well as other disk-based backup solutions. SCST created devices not limited by IP networking only. They can use any link which supports SCSI-style data exchange, including Fibre Channel, iSCSI, SAS, InfiniBand and parallel (Wide) SCSI. It might well be that your favorite storage appliance running SCST in the firmware.

link|improve this answer
That is exactly what I was looking for. Thanks a lot! – SvenW Jul 30 '09 at 17:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.