Difference between revisions of "ISCSI"
From Teknologisk videncenter
m |
m (→iscsi implementations) |
||
Line 11: | Line 11: | ||
</pre> | </pre> | ||
− | == | + | == iSCSI implementations == |
*[http://sourceforge.net/project/showfiles.php?group_id=26396 Linux ISCSI] from sourceforge | *[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 |
Revision as of 06:01, 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
- Linux ISCSI from sourceforge
- open iscsi to Linux
- 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