Chapter 4. Software/Driver Loading
ii. Configure an iSCSI Target. You can refer the sample configuration files placed in your
system during installation. A sample iSCSI configuration file will be installed in /etc/chelsio-
iscsi/chiscsi.conf and a sample SCST configuration file in /etc/chelsio-iscsi/scst.conf. You
can also view the files
Please note that SCST LUN order in chiscsi.conf and scst.conf files should be same. For
example, if we have the following device configuration in chiscsi.conf:
TargetDevice=/tmp/file1,SCST ==> LUN-0
TargetDevice=/tmp/file2,SCST ==> LUN-1
The above LUNs should be configured in the same order with SCST also. i.e. scst.conf should
look like:
HANDLER vdisk_fileio {
DEVICE disk01 {
filename /tmp/file1
nv_cache 1
}
DEVICE disk02 {
filename /tmp/file2
nv_cache 1
}
}
TARGET_DRIVER CHISCSI {
enabled 1
TARGET iqn.2004-05.com.chelsio.target1{
LUN 0 disk01
LUN 1 disk02
enabled 1
}
}
iii. Start the iSCSI Target
[root@host~]# iscsictl -S target=ALL
Chelsio T5 iSCSI PDU Offload Target with SCST support for Linux
here
(for iSCSI) and
here
(for SCST).
15
Need help?
Do you have a question about the T5 and is the answer not in the manual?