<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=ISCSI</id>
		<title>ISCSI - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=ISCSI"/>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=ISCSI&amp;action=history"/>
		<updated>2026-04-15T05:00:30Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.christophchamp.com/index.php?title=ISCSI&amp;diff=6034&amp;oldid=prev</id>
		<title>Christoph: New page: '''iSCSI''' (Internet SCSI) is an Internet Protocol (IP)-based storage networking standard for linking data storage facilities.  * IQN (&quot;iSCSI Qualified Name&quot;):  iqn.yyyy-mm.{reverse domai...</title>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=ISCSI&amp;diff=6034&amp;oldid=prev"/>
				<updated>2014-05-05T20:21:41Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#039;&amp;#039;&amp;#039;iSCSI&amp;#039;&amp;#039;&amp;#039; (Internet SCSI) is an Internet Protocol (IP)-based storage networking standard for linking data storage facilities.  * IQN (&amp;quot;iSCSI Qualified Name&amp;quot;):  iqn.yyyy-mm.{reverse domai...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''iSCSI''' (Internet SCSI) is an Internet Protocol (IP)-based storage networking standard for linking data storage facilities.&lt;br /&gt;
&lt;br /&gt;
* IQN (&amp;quot;iSCSI Qualified Name&amp;quot;):&lt;br /&gt;
 iqn.yyyy-mm.{reverse domain}:label&lt;br /&gt;
&lt;br /&gt;
==Accessing iSCSI storage==&lt;br /&gt;
 fdisk -l&lt;br /&gt;
 iscsiadm -m discovery -t st -p 192.168.0.254&lt;br /&gt;
 iscsiadm -m node -T iqn.2010-09.com.example:rdisks.server3 -p 192.168.0.254 -l&lt;br /&gt;
 chkconfig --list|grep iscsi&lt;br /&gt;
 fdisk -cu /dev/sda&lt;br /&gt;
 partx -a /dev/sda&lt;br /&gt;
 mkfs.ext4 /dev/sda1&lt;br /&gt;
 mkdir /iscsi&lt;br /&gt;
 vi /etc/fstab &lt;br /&gt;
 mount -a&lt;br /&gt;
 df -h&lt;br /&gt;
 touch /iscsi/foobar&lt;br /&gt;
&lt;br /&gt;
*Log out&lt;br /&gt;
 iscsiadm -m node -T iqn.2010-09.com.example:rdisks.server3 -p 192.168.0.254 -u&lt;br /&gt;
*Delete local record&lt;br /&gt;
 iscsiadm -m node -T iqn.2010-09.com.example:rdisks.server3 -p 192.168.0.254 -o delete&lt;br /&gt;
&lt;br /&gt;
==Misc==&lt;br /&gt;
 service iscsi status&lt;br /&gt;
 less /etc/iscsi/initiatorname.iscsi&lt;br /&gt;
 ls -l /dev/disk/by-path/*iscsi*&lt;br /&gt;
 dmesg || tail /var/log/messages&lt;br /&gt;
 less /var/lib/iscsi/nodes/iqn.2010-09.com.example\:rdisks.server3/192.168.0.254\,3260\,1/default&lt;br /&gt;
 less /usr/share/doc/iscsi-initiator-utils-*/README&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux Command Line Tools]]&lt;/div&gt;</summary>
		<author><name>Christoph</name></author>	</entry>

	</feed>