<?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>Technology Blog of Peter Manis &#187; Solaris</title>
	<atom:link href="http://pyverted.com/category/solaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://pyverted.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 20 Feb 2010 22:03:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ZFS Quickie</title>
		<link>http://pyverted.com/solaris/zfs-quickie/2008/11/</link>
		<comments>http://pyverted.com/solaris/zfs-quickie/2008/11/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 05:01:57 +0000</pubDate>
		<dc:creator>Peter Manis</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[File Server]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://pyverted.com/?p=56</guid>
		<description><![CDATA[For quite a while now I have wanted to get involved with both Solaris and ZFS, but never seemed to find the time.  A close friend and coworker of mine has decided to build a file server and has started to use OpenSolaris and ZFS, which has increased my interest in ZFS.
In some ways I [...]]]></description>
			<content:encoded><![CDATA[<p>For quite a while now I have wanted to get involved with both Solaris and ZFS, but never seemed to find the time.  A close friend and coworker of mine has decided to build a file server and has started to use OpenSolaris and ZFS, which has increased my interest in ZFS.</p>
<p>In some ways I wish I had considered ZFS more when I was building my file server.  I wanted a 12 drive card so I was limited in my choices and might not have found a 12 port card supported by Solaris.  Also not knowing Solaris I was unsure about having all of my files on a file system that only Solaris based distros can support reliably.  If ZFS didn&#8217;t work out I would have to move back to Linux, and that would be hard with as much data as I was storing.</p>
<p>The thing that is a real bummer is that I am now finding myself needing to expand the array and wanting to slim the setup a little bit.  What I mean by that is that I want to fill the card so that I am maxed out at the 12 drives, I want to buy the battery for the RAID card and I want to turn off journaling and just go with ext2.  So in the end I am really having to reevaluate how I want my file server to be.</p>
<p>The other option, if I can get the card to work with Solaris/OpenSolaris is ditching the hardware raid funtionality of the card and setup ZFS instead.  Right now, after tuning, I am only getting abut 350mb/s according to hdparm.  With each drive by itself getting 109mb/s on average, 8 of them should be a bit higher than 350.  I feel that having the card handle a lot of things is causing this problem and bypassing that might speed things up.  Again this is all banking on if I can get Solaris to run with that card, which I don&#8217;t think is going to happen.  I am going to research some cards again and see what 12 port non-raid cards are available, but I don&#8217;t think I want to spend all that money again.</p>
<p>You can&#8217;t beat this though:</p>
<pre>
<code>zpool create raid2z c0t1d0 c0t2d0 c0t3d0 c0t4d0 c0t5d0 c0t6d0 c0t7d0 c0t8d0</code>
</pre>
<p>That just bound all 8 disks in RAID6 and created the file system.  No more fdisk and format and mkfs.ext3, etc.  Simply beautiful!</p>
]]></content:encoded>
			<wfw:commentRss>http://pyverted.com/solaris/zfs-quickie/2008/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
