Difference between revisions of "ISCSI"
From Teknologisk videncenter
m (→iscsi implementations) |
m (→iSCSI implementations) |
||
Line 12: | Line 12: | ||
== iSCSI implementations == | == iSCSI implementations == | ||
− | |||
*[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 | ||
=== Hints === | === Hints === |
Revision as of 06:07, 3 April 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
- open iscsi to Linux
- Linux ISCSI from sourceforge (Older implementation. Use open-iscsi above)
- Microsoft iSCSI Software Initiator for Windows 2003/8
Hints
To see the lines in /etc/iscsi/iscsid.conf which are not comments or empty lines
grep -v -E '^#|^$' /etc/iscsi/iscsid.conf