<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Crusade &#187; iSCSI</title>
	<atom:link href="http://www.jarodwang.cn/tag/iscsi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jarodwang.cn</link>
	<description>For the future we believe in.</description>
	<lastBuildDate>Tue, 07 Sep 2010 05:42:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Fundamentals of iSCSI on Linux</title>
		<link>http://www.jarodwang.cn/2010/08/04/fundamentals-of-iscsi-on-linux/</link>
		<comments>http://www.jarodwang.cn/2010/08/04/fundamentals-of-iscsi-on-linux/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 05:38:27 +0000</pubDate>
		<dc:creator>jarodwang</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[iSCSI]]></category>

		<guid isPermaLink="false">http://www.jarodwang.cn/?p=335</guid>
		<description><![CDATA[iSCSI 是 Internet Small Computer System Interface 的缩写。 iSCSI 使用的 TCP 知名端口号是 3260。 Initiator 指的是 iSCSI 的客户端。 Target 指的是 iSCSI 的服务器端。 Open-iSCSI 是 Linux 上常见的一个开源 iSCSI initiator 实现。而 iscsiadm 则是 Open-iSCSI 的管理工具。比如 iscsiadm &#8211;mode node 命令可以列出所有的节点记录： # iscsiadm -m node 130.35.224.163:3260,2 iqn.1986-03.com.sun:02:6794049e-b92f-4b33-cb1c-8f69c8316449 这里可以看到 target 的 IP 地址是 130.35.224.163，通过 nslookup 可以查到这个 target 其实是同一个网络上的一个 NAS。这里 target 采用的命名方式是 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/ISCSI">iSCSI</a> 是 Internet Small Computer System Interface 的缩写。</p>
<p>iSCSI 使用的 TCP 知名端口号是 3260。</p>
<p>Initiator 指的是 iSCSI 的客户端。<br />
Target 指的是 iSCSI 的服务器端。</p>
<p><a href="http://www.open-iscsi.org/">Open-iSCSI</a> 是 Linux 上常见的一个开源 iSCSI initiator 实现。而 iscsiadm 则是 Open-iSCSI 的管理工具。比如 iscsiadm &#8211;mode node 命令可以列出所有的节点记录：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># iscsiadm -m node</span>
130.35.224.163:<span style="color: #000000;">3260</span>,<span style="color: #000000;">2</span> iqn.1986-03.com.sun:02:6794049e-b92f-4b33-cb1c-8f69c8316449</pre></div></div>

<p>这里可以看到 target 的 IP 地址是 130.35.224.163，通过 nslookup 可以查到这个 target 其实是同一个网络上的一个 NAS。这里 target 采用的命名方式是 IQN (iSCSI Qualified Name)。<br />
<a href="http://tools.ietf.org/html/rfc3720"><br />
</a>References<br />
<a href="http://tools.ietf.org/html/rfc3720">RFC 3720</a><br />
<a href="http://tools.ietf.org/html/rfc3721">RFC 3721</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarodwang.cn/2010/08/04/fundamentals-of-iscsi-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysterious storage</title>
		<link>http://www.jarodwang.cn/2008/06/28/mysterious-storage/</link>
		<comments>http://www.jarodwang.cn/2008/06/28/mysterious-storage/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 05:40:17 +0000</pubDate>
		<dc:creator>jarodwang</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[asm]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[SFRAC]]></category>

		<guid isPermaLink="false">http://www.jarodwang.cn/?p=70</guid>
		<description><![CDATA[Veritas Storage Foundation for Oracle RAC OCFS2 Open-iSCSI A discussion on OCFS, OCFS2, ASM, RAW]]></description>
			<content:encoded><![CDATA[<p><a title="Veritas Storage Foundation for Oracle RAC" href="http://www.symantec.com/business/products/whitepapers.jsp?pcid=pcat_storage&amp;pvid=145_1" target="_blank">Veritas Storage Foundation for Oracle RAC</a></p>
<p><a title="OCFS2" href="http://oss.oracle.com/projects/ocfs2/" target="_blank">OCFS2</a></p>
<p><a title="Open-iSCSI" href="http://www.open-iscsi.org/" target="_blank">Open-iSCSI</a></p>
<p><a title="A discussion on OCFS, OCFS2, ASM, RAW" href="http://linux.chinaunix.net/bbs/viewthread.php?tid=821240" target="_blank">A discussion on OCFS, OCFS2, ASM, RAW</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarodwang.cn/2008/06/28/mysterious-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
