Difference between revisions of "ISCSI"
From Teknologisk videncenter
m |
m |
||
Line 12: | Line 12: | ||
== iscsi implementations == | == 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 |
− | [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 === | ||
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 |
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