Difference between revisions of "ISCSI"

From Teknologisk videncenter
Jump to: navigation, search
m
m (iSCSI implementations)
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
</pre>
 
</pre>
  
== iscsi implementations ==
+
== iSCSI implementations ==
*[http://sourceforge.net/project/showfiles.php?group_id=26396 Linux ISCSI] from sourceforge
 
 
*[http://www.open-iscsi.org/ open iscsi] to Linux
 
*[http://www.open-iscsi.org/ open iscsi] to Linux
 +
*[http://sourceforge.net/project/showfiles.php?group_id=26396 Linux ISCSI] from sourceforge (Older implementation. Use open-iscsi above)
 
*[http://www.microsoft.com/downloads/details.aspx?familyid=12CB3C1A-15D6-4585-B385-BEFD1319F825&displaylang=en Microsoft iSCSI  Software Initiator] for Windows 2003/8
 
*[http://www.microsoft.com/downloads/details.aspx?familyid=12CB3C1A-15D6-4585-B385-BEFD1319F825&displaylang=en Microsoft iSCSI  Software Initiator] for Windows 2003/8
 +
*[http://www.freenas.org/ FreeNAS] Project
 
=== Hints ===
 
=== Hints ===
 
To see the lines in /etc/iscsi/iscsid.conf which are not comments or empty lines
 
To see the lines in /etc/iscsi/iscsid.conf which are not comments or empty lines

Latest revision as of 18:32, 28 November 2009

For an explanation of iSCSI see Wikipedias iSCSI

RedHat Centos as iSCSI initiator

yum install iscsi-initiator-utils
/etc/init.d/iscsi start
iscsiadm -m discovery -t sendtargets -p 192.168.22.111
/etc/init.d/iscsi restart
fdisk -l

iSCSI implementations

Hints

To see the lines in /etc/iscsi/iscsid.conf which are not comments or empty lines

grep -v -E  '^#|^$' /etc/iscsi/iscsid.conf