<?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>David Dietrich&#039;s Business Technology Blog &#187; Storage Area Network (SAN)</title>
	<atom:link href="http://www.daviddietrich.com/topics/linux/storage-area-network-san/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daviddietrich.com</link>
	<description>Business Technology Tips</description>
	<lastBuildDate>Fri, 20 Aug 2010 23:36:13 +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>Connecting Red Hat 5.3 to a Dell MD3000i</title>
		<link>http://www.daviddietrich.com/2010/01/14/connecting-red-hat-5-3-to-a-dell-md3000i/</link>
		<comments>http://www.daviddietrich.com/2010/01/14/connecting-red-hat-5-3-to-a-dell-md3000i/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 05:26:35 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Storage Area Network (SAN)]]></category>
		<category><![CDATA[SAN]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=167</guid>
		<description><![CDATA[Connecting to a DELL MD3000i is no trivial matter with Linux. First, you need to ensure that you have the DKMS package installed. &#62;yum -y install dkms &#62;yum -y install iscsi-initiator-utils &#62;yum -y install gcc &#62;yum -y install kernel-devel &#62;yum -y install sgpio &#62;yum -y install sg3_utils Now you can install the Dell Tools and [...]]]></description>
			<content:encoded><![CDATA[<p>Connecting to a DELL MD3000i is no trivial matter with Linux. First, you need to ensure that you have the DKMS package installed.</p>
<p>&gt;yum -y install dkms<br />
&gt;yum -y install iscsi-initiator-utils<br />
&gt;yum -y install gcc<br />
&gt;yum -y install kernel-devel<br />
&gt;yum -y install sgpio<br />
&gt;yum -y install sg3_utils</p>
<p>Now you can install the Dell Tools and finish configuring your SAN.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2010/01/14/connecting-red-hat-5-3-to-a-dell-md3000i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determining a devices WWID in Linux</title>
		<link>http://www.daviddietrich.com/2009/08/10/determining-a-devices-wwid-in-linux/</link>
		<comments>http://www.daviddietrich.com/2009/08/10/determining-a-devices-wwid-in-linux/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 18:28:27 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Storage Area Network (SAN)]]></category>
		<category><![CDATA[SAN]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=163</guid>
		<description><![CDATA[For multipath drivers connecting to storage area networks (SAN), it is useful in your /etc/multipath.conf to blacklist devices. This prevents the multipath driver from attempting to use the device(s). To find out a drive&#8217;s WWID, run the following command: &#62;scsi_id -g -u -s /block/sda This will return a WWID. On my system it was returned [...]]]></description>
			<content:encoded><![CDATA[<p>For multipath drivers connecting to storage area networks (SAN), it is useful in your /etc/multipath.conf to blacklist devices. This prevents the multipath driver from attempting to use the device(s).</p>
<p>To find out a drive&#8217;s WWID, run the following command:</p>
<p>&gt;scsi_id -g -u -s /block/sda</p>
<p>This will return a WWID. On my system it was returned as 36001e4f034bf55000f98fe8606dc88df.</p>
<p>Now you can put this in the blacklist section of /etc/multipath.conf as:</p>
<p>blacklist {<br />
devnode &#8220;^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*&#8221;<br />
devnode &#8220;^hd[a-z]&#8221;<br />
devnode &#8220;^sda&#8221;<br />
devnode &#8220;^sda[0-9]&#8221;<br />
devnode &#8220;^sdb&#8221;<br />
devnode &#8220;^sdb[0-9]&#8221;<br />
wwid    &#8220;36001e4f034bf55000f98fe8606dc88df&#8221;<br />
device {<br />
vendor DELL<br />
product &#8220;PERC|Universal|Virtual&#8221;<br />
}<br />
}</p>
<p>This will now prevent the multipath driver from attempting to manage /dev/sdc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2009/08/10/determining-a-devices-wwid-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
