<?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>Zarathustra Shall Speak &#187; Storage</title>
	<atom:link href="http://zarathustrashallspeak.com/tag/storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://zarathustrashallspeak.com</link>
	<description>And you yourself are also this Will to Power.</description>
	<lastBuildDate>Tue, 13 Jul 2010 18:35:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>RHEL/CentOS 5.3 and iSCSI Targets</title>
		<link>http://zarathustrashallspeak.com/2009/07/07/rhelcentos-5-3-and-iscsi-targets/</link>
		<comments>http://zarathustrashallspeak.com/2009/07/07/rhelcentos-5-3-and-iscsi-targets/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 11:14:55 +0000</pubDate>
		<dc:creator>Akairenn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://zarathustrashallspeak.com/?p=80</guid>
		<description><![CDATA[I personally find iSCSI to be an overrated storage solution; there are so many better, more managable options out there.]]></description>
			<content:encoded><![CDATA[<p>Strongly recommend grabbing the enterprise iSCSI target package from <a href="http://atrpms.net/">ATrpms</a>.  Direct link to the package listing is: <a href="http://atrpms.net/dist/el5/iscsitarget/">http://atrpms.net/dist/el5/iscsitarget/</a>.</p>
<p>The scsi-target-utils package distributed with RHEL/CentOS 5.3 is okay for simple stuff, but definitely out of date.   And it completely fails when attempting to boot diskless systems via iSCSI over Infiniband.  Spent quite a bit of time tonight attempting to figure out why BoIB 2.0.0 with a ConnectX card refused to communicate with my apparently working (export connectable/useable on other machines) iSCSI volume.  Replaced tgtadm with the enterprise iSCSI target, and boom &#8211; instant satisfaction.</p>
]]></content:encoded>
			<wfw:commentRss>http://zarathustrashallspeak.com/2009/07/07/rhelcentos-5-3-and-iscsi-targets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun With UUIDs and ext3, XFS</title>
		<link>http://zarathustrashallspeak.com/2009/06/13/fun-with-uuids-and-ext3-xfs/</link>
		<comments>http://zarathustrashallspeak.com/2009/06/13/fun-with-uuids-and-ext3-xfs/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 16:28:07 +0000</pubDate>
		<dc:creator>Akairenn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://zarathustrashallspeak.com/?p=82</guid>
		<description><![CDATA[CentOS, my distribution of choice, isn't as UUID-happy as other distributions are.]]></description>
			<content:encoded><![CDATA[<p>The following examples assume the partition in question is located at /dev/sdb1.  YMMV.</p>
<p>Set new UUID on XFS Partition, RHEL/CentOS:</p>
<p><code>xfs admin -U generate /dev/sdb1</code></p>
<p>Set new UUID on XFS Partition, SLES/OpenSUSE:</p>
<p><code>xfs_admin -U generate /dev/sdb1</code></p>
<p>Set new UUID on ext3 Partition and Display New UUID (RHEL/CentOS, SLES/OpenSUSE):</p>
<p><code>tune2fs /dev/sdb1 -U random<br />
dumpe2fs -h /dev/sdb1 | grep UUID</code></p>
]]></content:encoded>
			<wfw:commentRss>http://zarathustrashallspeak.com/2009/06/13/fun-with-uuids-and-ext3-xfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
