Linux/iSCSI: Difference between revisions

From Wiki
No edit summary
Line 7: Line 7:
* http://manpages.ubuntu.com/manpages/precise/man8/tgtadm.8.html
* http://manpages.ubuntu.com/manpages/precise/man8/tgtadm.8.html


== Linux ==
== Linux Server (="target") ==
* install tgt
* install tgt
<blockquote>
<blockquote>
Line 37: Line 37:
</pre>
</pre>
</blockquote>
</blockquote>
== Windows Client (="initiator") ==
*

Revision as of 11:01, 10 March 2013

Linux Server (="target")

  • install tgt
apt-get install tgt open-iscsi
  • /etc/tgt/targets.conf
default-driver iscsi

<target iqn.2036-12.vm-host:dvdrw>
    <backing-store /dev/sg4>                     # dvd-writer
	bs-type sg
	device-type pt
	lun 1
	# initiator-address ALL
    </backing-store>
</target>
  • test targets
iscsiadm -m discovery -tst -p localhost

Windows Client (="initiator")