SLES 11 SP4
Sponsored Link

Configure iSCSI Target2015/12/02

 
Configure Storage Server with iSCSI.
A storage on a network is called iSCSI Target, a Client which connects to iSCSI Target is called iSCSI Initiator.
This example is based on the environment below.
+----------------------+          |          +----------------------+
| [   iSCSI Target   ] |10.0.0.30 | 10.0.0.31| [ iSCSI Initiator  ] |
|     dlp.srv.world    +----------+----------+   client.srv.world   |
|                      |                     |                      |
+----------------------+                     +----------------------+

[1] Install iSCSI Target.
dlp:~#
zypper -n install iscsitarget
[2] Configure iSCSI Target .
For example, create a disk image under the [/iscsi_disks] directory and set it as a shared disk.
# create a disk image

dlp:~#
mkdir /iscsi_disks

dlp:~#
dd if=/dev/zero of=/iscsi_disks/disk01.img count=0 bs=1 seek=10G
dlp:~#
vi /etc/ietd.conf
# add follows to the end

# if you set some devices, add <target>-</target> and set the same way with follows

# naming rule : [ iqn.yaer-month.domain:any name ]

Target iqn.2015-12.world.srv:target00
   
# provided devicce as a iSCSI target

    Lun 0 Path=/iscsi_disks/disk01.img,Type=fileio
   
# iSCSI Initiator's IP address you allow to connect

    initiator-address 10.0.0.31
   
# authentication info ( set anyone you like for "username", "password" )

    incominguser username password
dlp:~#
/etc/init.d/iscsitarget start

dlp:~ #
chkconfig iscsitarget on
# show status

dlp:~#
ietadm --op show --tid=1

Wthreads=8
Type=0
QueuedCommands=32
NOPInterval=0
NOPTimeout=0
Matched Content