From f8b717910c0a5a3b90c30021576a39d97271eed4 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 25 Aug 2010 18:36:06 +0000 Subject: [PATCH] Section about IET migration tool developed by Scalable Informatics Inc. added Thanks to Joe Landman ! git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1990 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/iscsi-scst/README b/iscsi-scst/README index 49d7eface..94b887ae1 100644 --- a/iscsi-scst/README +++ b/iscsi-scst/README @@ -124,6 +124,30 @@ CAUTION: Working of target and initiator on the same host isn't fully ======= supported. See SCST README file for details. +Migration from IET +------------------ + +Scalable Informatics Inc. has developed a pretty simple tool, will +automatically generate an /etc/scst.conf file from an /etc/ietd.conf +file, and then restart daemons. + +Tool is here: http://download.scalableinformatics.com/gen_scst_conf/ + +Just run it on an ietd.conf based iSCSI target: + +$ chmod +x gen_scst_conf.pl +$ sudo ./gen_scst_conf.pl + +and your IET machine should now largely be an iSCSI-SCST machine. With +the caveat of a few IET elements not being supported. + +Current limitations are one LUN per target, and not all LUN options +might be mapped well between the systems. This may change if there is +demand. For any questions and inquirys feel free to contact Joe Landman + (and please provide a few sample +ietd.conf files for us to play with). + + Sysfs interface ---------------