iSCSId
This is the server configuration for iSCSI, please refer to iSCSI for the client portion.
Configuration
Install the package scsi-target-utils
.
Example config:
default-driver iscsi
initiator-address 10.0.0.100
#ignore-errors yes
backing-store /dev/vdb
incominguser client1 XXXXXXXXXXXX
incominguser client2 XXXXXXXXXXXX
write-cache off
vendor_id Bedroom Programmers
[root@localhost ~]# chkconfig tgtd on
[root@localhost ~]# service tgtd start