<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>For the good of all of us - Hardware</title>
    <link>http://www.skytale.net/blog/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <pubDate>Thu, 01 Jan 1970 00:00:00 GMT</pubDate>

    <image>
        <url>http://www.skytale.net/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: For the good of all of us - Hardware - </title>
        <link>http://www.skytale.net/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Resetting SATA devices under Linux</title>
    <link>http://www.skytale.net/blog/archives/24-Resetting-SATA-devices-under-Linux.html</link>
            <category>Computer</category>
            <category>Hardware</category>
            <category>Linux</category>
    
    <comments>http://www.skytale.net/blog/archives/24-Resetting-SATA-devices-under-Linux.html#comments</comments>
    <wfw:comment>http://www.skytale.net/blog/wfwcomment.php?cid=24</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.skytale.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    

    <author>nospam@example.com (Ralf Ertzinger)</author>
    <content:encoded>
    	&lt;p&gt;Note: this was tested only on &lt;span class=&quot;caps&quot;&gt;SATA&lt;/span&gt; attached optical drives, not on hard disks. Removing a hard disk with mounted partitions on it (directly or indirectly) is probably not a very smart idea.&lt;/p&gt;

	&lt;p&gt;A device name of &lt;code&gt;/dev/sr0&lt;/code&gt; is assumed.&lt;/p&gt;

	&lt;ul&gt;
		&lt;li&gt;Find out which controller the device is attached to (we&amp;#8217;ll need this later):&lt;/li&gt;
	&lt;/ul&gt;

&lt;pre&gt;
# readlink /sys/block/sr0
../devices/pci0000:00/0000:00:1f.2/host1/target1:0:0/1:0:0:0/block/sr0
&lt;/pre&gt;

	&lt;p&gt;The interesting part if the answer is &lt;code&gt;host1&lt;/code&gt;, which identifies the controller.&lt;/p&gt;

	&lt;ul&gt;
		&lt;li&gt;Disconnect the device&lt;/li&gt;
	&lt;/ul&gt;

&lt;pre&gt;
# echo 1 &amp;#62; /sys/block/sr0/device/delete
&lt;/pre&gt;

	&lt;p&gt;This will remove the device from the bus (logically). Look in &lt;code&gt;dmesg&lt;/code&gt; for confirmation.&lt;/p&gt;

	&lt;ul&gt;
		&lt;li&gt;Rescan the controller&lt;/li&gt;
	&lt;/ul&gt;

&lt;pre&gt;
# echo &amp;#34;- - -&amp;#34; &amp;#62; /sys/class/scsi_host/host1/scan
&lt;/pre&gt;

	&lt;p&gt;&lt;code&gt;host1&lt;/code&gt; is the identifier from step one. Again, &lt;code&gt;dmesg&lt;/code&gt; should show the device being rediscovered.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 18 Nov 2009 13:36:49 +0100</pubDate>
    <guid isPermaLink="false">http://www.skytale.net/blog/archives/24-guid.html</guid>
    
</item>
<item>
    <title>Experiences with the MSI support</title>
    <link>http://www.skytale.net/blog/archives/9-Experiences-with-the-MSI-support.html</link>
            <category>Computer</category>
            <category>Hardware</category>
    
    <comments>http://www.skytale.net/blog/archives/9-Experiences-with-the-MSI-support.html#comments</comments>
    <wfw:comment>http://www.skytale.net/blog/wfwcomment.php?cid=9</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.skytale.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    

    <author>nospam@example.com (Ralf Ertzinger)</author>
    <content:encoded>
    	&lt;p&gt;I have to say that I am very pleased with the technical support I have received so far from &lt;span class=&quot;caps&quot;&gt;MSI&lt;/span&gt; for my IM-GM45. Besides the &lt;span class=&quot;caps&quot;&gt;MTRR&lt;/span&gt; issue I wrote about &lt;a href=&quot;http://www.skytale.net/blog/archives/4-Building-an-OpenSolaris-storage-Software,-Part-1.html&quot;&gt;here&lt;/a&gt;, I had filed a second, minor request.&lt;/p&gt;

	&lt;p&gt;The second request regarded the shared video memory setting for the on-board graphics chipset. In the original &lt;span class=&quot;caps&quot;&gt;BIOS&lt;/span&gt; the minimum amount of memory that could be allocated for video &lt;span class=&quot;caps&quot;&gt;RAM&lt;/span&gt; was 32MB, which is way too much for the text mode that I need. So I filed a request asking for the possibility to select a lower amount of memory (preferably 1MB or less).&lt;/p&gt;

	&lt;p&gt;Two business days later I received a mail from the &lt;span class=&quot;caps&quot;&gt;MSI&lt;/span&gt; support containing a &lt;span class=&quot;caps&quot;&gt;BIOS&lt;/span&gt; with the fix for my specific request  (fortunately it also contained the MTRR-fix).&lt;/p&gt;

	&lt;p&gt;This is admittedly much more than I expected. Thanks to &lt;span class=&quot;caps&quot;&gt;MSI&lt;/span&gt; for the quick and helpful response to both of my requests.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 13 Feb 2009 15:15:06 +0100</pubDate>
    <guid isPermaLink="false">http://www.skytale.net/blog/archives/9-guid.html</guid>
    
</item>
<item>
    <title>Building an OpenSolaris storage - Hardware, Part 2</title>
    <link>http://www.skytale.net/blog/archives/8-Building-an-OpenSolaris-storage-Hardware,-Part-2.html</link>
            <category>Computer</category>
            <category>Hardware</category>
            <category>Solaris</category>
    
    <comments>http://www.skytale.net/blog/archives/8-Building-an-OpenSolaris-storage-Hardware,-Part-2.html#comments</comments>
    <wfw:comment>http://www.skytale.net/blog/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.skytale.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (Ralf Ertzinger)</author>
    <content:encoded>
    	&lt;p&gt;Earlier this week the last of the hardware I ordered arrived, so I could finally assemble the whole system.&lt;/p&gt;

	&lt;p&gt;&lt;div class=&quot;serendipity_imageComment_left&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.skytale.net/blog/uploads/cpu-packaging.png&#039;&gt;&lt;!-- s9ymdb:5 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;110&quot; height=&quot;83&quot;  src=&quot;http://www.skytale.net/blog/uploads/cpu-packaging.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Left: &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt;, right: packaging&lt;/div&gt;&lt;/div&gt;Contrary to my expectations the &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt; did not come with a fan (which was just as well, as I already had two), but with a lot of packaging instead. Someone at Intel should think about cutting down on all that plastic just to ship a tiny piece of silicon.&lt;/p&gt;

	&lt;p&gt;Speaking of silicon, contrary to almost all other current x86 CPUs the Core2Duo Mobile processors do not have a metal cap to protect the die, but the die instead sits rather unprotected on top (similar to the Athlon XP and Pentium 3 processors). This makes attaching a fan an interesting experience, because it is quite easy to damage the die while doing this.&lt;/p&gt;

	&lt;p&gt;&lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.skytale.net/blog/uploads/board-mounted.png&#039;&gt;&lt;!-- s9ymdb:6 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;110&quot; height=&quot;83&quot;  src=&quot;http://www.skytale.net/blog/uploads/board-mounted.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;The mounted board with &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt; and RAM&lt;/div&gt;&lt;/div&gt;Coolermaster is obviously aware of this, the contact side of the fan contains a foam spacer which surrounds the die when the cooler is placed on the &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt; and which is supposed to prevent tilting. The cooler is then fastened to a mounting plate sitting on the bottom of the board using some spring screws. This works insofar as I was able to mount this without damaging the die.&lt;/p&gt;

	&lt;p&gt;Getting all this into the case is a bit tricky but manageable, as the mainboad tray can be pulled out from the case. The case has qute an assortment of LEDs and switches, unfortunately not all of these have corresponding connectors on the board (the two LAN-LEDs, the &lt;span class=&quot;caps&quot;&gt;ERROR&lt;/span&gt; &lt;span class=&quot;caps&quot;&gt;LED&lt;/span&gt;, the Mute switch and the intrusion detection switch). The &lt;span class=&quot;caps&quot;&gt;SATA&lt;/span&gt; cables are numbered which makes it easy to plug them into the right connector, so the mainboards view of drive numbering lines up with the numbers on the case.&lt;/p&gt;

	&lt;p&gt;After putting all this together I switched the system on for the first time. All went well and the &lt;span class=&quot;caps&quot;&gt;BIOS&lt;/span&gt; came up. The system is not exactly quiet, but I find the noise far more bearable than the Thecus one, mainly because most of the noise is airflow, and not the droning of the fans. The noise level is constant, too, so far I have not heard the case fans increase speed.&lt;/p&gt;

	&lt;p&gt;Next up: installing software&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 08 Feb 2009 14:57:31 +0100</pubDate>
    <guid isPermaLink="false">http://www.skytale.net/blog/archives/8-guid.html</guid>
    
</item>
<item>
    <title>Building an OpenSolaris storage - Hardware, Part 1</title>
    <link>http://www.skytale.net/blog/archives/2-Building-an-OpenSolaris-storage-Hardware,-Part-1.html</link>
            <category>Computer</category>
            <category>Hardware</category>
            <category>Solaris</category>
    
    <comments>http://www.skytale.net/blog/archives/2-Building-an-OpenSolaris-storage-Hardware,-Part-1.html#comments</comments>
    <wfw:comment>http://www.skytale.net/blog/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.skytale.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>nospam@example.com (Ralf Ertzinger)</author>
    <content:encoded>
    	&lt;p&gt;Today the first half of my order arrived: the case, the mainboard and the fan. As this delivery was somewhat unexpected (the mainboard is a new model, and I had expected it a week later), I now have new hardware I can not use, due to the lack of a &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt;. This is a bit embarassing, but cannot be changed right now, so I&amp;#8217;ll start with what I have.&lt;/p&gt;

	&lt;p&gt;My apologies for the appaling quality of the pictures, but all I have in the way of digital image capture is the camera in my cell phone.&lt;/p&gt;

	&lt;p&gt;&lt;h3&gt;The Case&lt;/h3&gt;&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.skytale.net/blog/uploads/chenbro-outside.png&#039;&gt;&lt;!-- s9ymdb:2 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;110&quot; height=&quot;83&quot;  src=&quot;http://www.skytale.net/blog/uploads/chenbro-outside.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Outside of the case&lt;/div&gt;&lt;/div&gt;The first thing I noticed about the case is how solid it looks and feels. Contrary to the photos I had seen so far the case is not all black, but the sides and the top and bottom are a dark siverish grey. The front, however, is black. I have to say it looks quite good.&lt;br /&gt;
Although the front and sides are plastic, there is absolutely nothing cheap about the feeling. This is underlined by the weight of the thing. Even though there is no power supply in it (that is external), and no parts have been mounted yet, the empty case weighs over seven kilograms. Under the plasic outside panels there is a massive metal cage. It really has a no-nonsense feel to it.&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_left&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.skytale.net/blog/uploads/chenbro-inside.png&#039;&gt;&lt;!-- s9ymdb:1 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;110&quot; height=&quot;83&quot;  src=&quot;http://www.skytale.net/blog/uploads/chenbro-inside.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Inside of the case, sans mainboard&lt;/div&gt;&lt;/div&gt;The inside is full of pre-routed cables that lead to the front panel, the power distribution plane and the hard disk backplane. The case has a 20+4-pin &lt;span class=&quot;caps&quot;&gt;ATX&lt;/span&gt; power connector plus the four pin additional &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt; power connector most current boards need. Luckily, all the &lt;span class=&quot;caps&quot;&gt;MSI&lt;/span&gt; board requires is the 20-pin &lt;span class=&quot;caps&quot;&gt;ATX&lt;/span&gt; connector.&lt;/p&gt;

	&lt;p&gt;A pleasant surprise (aside from the colour) was that the case has a multi-format card reader already built in. From the manufacturers site I had gathered that this was an optional extra, but my case came with one included.&lt;/p&gt;

	&lt;p&gt;Also included is a &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt; fan, but that is quite specific for a certain mainboard, and will not fit most other boards, so it is useless to me.&lt;/p&gt;

	&lt;p&gt;What is not included is a manual, at least I have not found any. As all of the cables are clearly labeled this is not much of a problem, though.&lt;/p&gt;

	&lt;p&gt;&lt;h3&gt;The Board&lt;/h3&gt;&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_left&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.skytale.net/blog/uploads/msi-overview.png&#039;&gt;&lt;!-- s9ymdb:4 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;110&quot; height=&quot;83&quot;  src=&quot;http://www.skytale.net/blog/uploads/msi-overview.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Mainboard, cables and stuff&lt;/div&gt;&lt;/div&gt;The mainboard comes with the usual assortment of cables (2xSATA, 2xSATA power adaptor, 44-pin &lt;span class=&quot;caps&quot;&gt;IDE&lt;/span&gt;) and the rear panel bracket. In addition, it also contains a &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt; fan, which surprised me. It also is a Coolermaster model, but not the same I ordered extra. If, as I suspect, the &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt; also comes with a fan I&amp;#8217;ll have quite enough of those things.&lt;/p&gt;

	&lt;p&gt;&lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.skytale.net/blog/uploads/msi-backside.png&#039;&gt;&lt;!-- s9ymdb:3 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;110&quot; height=&quot;83&quot;  src=&quot;http://www.skytale.net/blog/uploads/msi-backside.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Underside of the board, with the fan coupling plate mounted&lt;/div&gt;&lt;/div&gt;The board also had a pleasant surprise, this one on the bottom of the board. &lt;span class=&quot;caps&quot;&gt;MSI&lt;/span&gt; put a CF card socket there, which the web site stated as an optional extra. I think I&amp;#8217;ll use a CF card instead of the notebook hard disk,&lt;br /&gt;
as this produces less noise and heat.&lt;/p&gt;

	&lt;p&gt;&lt;h3&gt;The Fan&lt;/h3&gt;&lt;br /&gt;
Well&amp;#8230; it&amp;#8217;s a fan, right? Goes on the &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt;, and hopefully does not make too much noise. I can always threaten it with the other fan if it does.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 24 Jan 2009 17:32:04 +0100</pubDate>
    <guid isPermaLink="false">http://www.skytale.net/blog/archives/2-guid.html</guid>
    
</item>
<item>
    <title>Building an OpenSolaris storage - History</title>
    <link>http://www.skytale.net/blog/archives/1-Building-an-OpenSolaris-storage-History.html</link>
            <category>Computer</category>
            <category>Hardware</category>
            <category>Solaris</category>
    
    <comments>http://www.skytale.net/blog/archives/1-Building-an-OpenSolaris-storage-History.html#comments</comments>
    <wfw:comment>http://www.skytale.net/blog/wfwcomment.php?cid=1</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.skytale.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    

    <author>nospam@example.com (Ralf Ertzinger)</author>
    <content:encoded>
    	&lt;p&gt;This is supposed to be a documentation of my endeavour to build an OpenSolaris based storage machine for my home use. Coming from a Linux background myself it will also serve as a notebook of how to do stuff under Solaris.&lt;/p&gt;

	&lt;p&gt;&lt;h3&gt;History&lt;/h3&gt;&lt;br /&gt;
For years I had a midi tower based system running, which was both my internet router and the local storage machine. This machine was shut down eventually, energy prices being what they are, and was replaced by an &lt;span class=&quot;caps&quot;&gt;ASUS&lt;/span&gt; router running OpenWRT for internet access. The storage facility was not replaced, so only the hard drives on the client machines themselves were left. In the middle of last year I finally had enough of that and started looking around for a small storage appliance. I wanted something I could play around with, so being able to screw with or replace the original operating system was a must.&lt;/p&gt;

	&lt;p&gt;I ended up with the &lt;a href=&quot;http://www.thecus.com/products_over.php?cid=12&amp;pid=1&quot; title=&quot;Thecus N2100&quot;&gt;Thecus N2100&lt;/a&gt;, which is a small, &lt;span class=&quot;caps&quot;&gt;ARM&lt;/span&gt; based &lt;span class=&quot;caps&quot;&gt;NAS&lt;/span&gt; enclosure running Linux from embedded flash, and able to house two &lt;span class=&quot;caps&quot;&gt;SATA&lt;/span&gt; hard disk drives. It&amp;#8217;s possible to &lt;a href=&quot;http://www.cyrius.com/debian/iop/n2100/&quot;&gt;get a fully functional Debian system on it&lt;/a&gt; if you&amp;#8217;re not afraid of poking around with serial ports (which I am not), so it seemed like a good choice. It was ordered together with two Seagate 7200.11 1TB drives.&lt;/p&gt;

	&lt;p&gt;It turned out pretty fast that the Thecus and the Seagate drives did not like each other a whole lot, which is probably due to the rather high spinup current that the Seagate drives need (3A on the 12V rail). This was more than the Thecus could provide, so the drives did not spin up most of the time. So the two Seagate drives were replaced with two Samsung 1TB drives, and the Seagates were banished to the shelf.&lt;/p&gt;

	&lt;p&gt;In hindsight this was probably a good thing, because a) the Seagates did not have time to fill up their log and run into the current firmare bug, and b) I had 4 1TB drives lying around, which would come in handy later.&lt;/p&gt;

	&lt;p&gt;The Thecus liked the Samsung drives a whole lot better, and the original firmare was quickly replaced with a Debian Lenny distribution. From a purely administrative standpoint all this worked very well, the distribution detects all the hardware in the system (not that there is a whole lot of it, but nonetheless), including the multi-coloured LEDs in the front panel and the fan controller.&lt;br /&gt;
Debian duly provided me with &lt;span class=&quot;caps&quot;&gt;NFS&lt;/span&gt; and &lt;span class=&quot;caps&quot;&gt;SAMBA&lt;/span&gt; based storage, a print server for the printer connected to the &lt;span class=&quot;caps&quot;&gt;USB&lt;/span&gt; ports, and several other services.&lt;/p&gt;

	&lt;p&gt;The main problem with the Thecus was speed. The system is equipped with a 600MHz &lt;span class=&quot;caps&quot;&gt;ARM&lt;/span&gt; processor, which sounds quite beefy, especially compared to the other &lt;span class=&quot;caps&quot;&gt;NAS&lt;/span&gt; storage enclosures out there, which usually have less.&lt;br /&gt;
In reality it is not a whole lot. None of the individual subsystems are epecially fast on their own (the system has two 1GB network controllers, but trying to get 100MBit directly from memory is pushing things, and the storage controller has problems of it&amp;#8217;s own, also limiting the possible performance). The net result of all this was that getting more than 5MB/s read or write performance was pretty much out of the question.&lt;/p&gt;

	&lt;p&gt;As this was unsatisfactory a new solution was needed. In the mean time I had played around with OpenSolaris (in the form of the bi-weekly nevada snapshots), and was quite impressed by it&amp;#8217;s &lt;span class=&quot;caps&quot;&gt;ZFS&lt;/span&gt; file system. So I wanted&lt;br /&gt;
to build the new system around this OS, in order to try it out in real life with more than just a few megabytes of test disks.&lt;/p&gt;

	&lt;p&gt;This meant using an Intel based machine, though (getting a Sparc based enclosure seemed to push my luck), so I started looking around again. &lt;a href=&quot;http://www.thecus.com/products_over.php?cid=11&amp;pid=32&quot;&gt;Thecus offered a five disk hot-swap enclosure (the 5200(&lt;span class=&quot;caps&quot;&gt;PRO&lt;/span&gt;))&lt;/a&gt; with a 600MHz or 1.6GHz Celeron processor, Marvell-SATA-Controller and Intel Gigabit Ethernet, booting from an internal flash disk. While talking this through with several people on &lt;span class=&quot;caps&quot;&gt;IRC&lt;/span&gt; (thanks, ofu!) it became clear that I could get more performance for the same money when building the system myself.&lt;/p&gt;

	&lt;p&gt;(Ironically, I have gotten my hands on a Thecus 5200 based system as well, so I get to have the best of both worlds. Life is great, sometimes).&lt;/p&gt;

	&lt;p&gt;I did not want a midi or mini &lt;span class=&quot;caps&quot;&gt;ATX&lt;/span&gt; tower though, so choice was getting slim. ofu again pointed me towards the &lt;a href=&quot;http://www.chenbro.com/corporatesite/products_cat.php?pos=33&quot;&gt;Chenbro 340 case&lt;/a&gt;, which has four hot swap cabable &lt;span class=&quot;caps&quot;&gt;SATA&lt;/span&gt; bays and takes a Mini-&lt;span class=&quot;caps&quot;&gt;ITX&lt;/span&gt; board. Finding a fitting board turned out to be somewhat complicated, as Mini-&lt;span class=&quot;caps&quot;&gt;ITX&lt;/span&gt; boards with (at least) 4 &lt;span class=&quot;caps&quot;&gt;SATA&lt;/span&gt; ports are rare (in theory it is possible to put a &lt;span class=&quot;caps&quot;&gt;PCI&lt;/span&gt; card into the case using a riser card, but I did not want to go that way).&lt;br /&gt;
Even more, all the hardware (especially storage and network) had to be supported by Solaris. I figured the safest way to go was getting an all-Intel board (Intel &lt;span class=&quot;caps&quot;&gt;SATA&lt;/span&gt; controller, Intel network), as these parts are known to work well.&lt;/p&gt;

	&lt;p&gt;In the end I chose the &lt;a href=&quot;http://global.msi.com.tw/index.php?func=proddesc&amp;maincat_no=388&amp;prod_no=1526&quot;&gt;&lt;span class=&quot;caps&quot;&gt;MSI&lt;/span&gt; IM-GM45&lt;/a&gt;, which has four on-board &lt;span class=&quot;caps&quot;&gt;SATA&lt;/span&gt; ports connected to an Intel ICH9M-E controller, two Intel gigabit ethernet ports and takes an Intel Penryn processor (among others). It also has an &lt;span class=&quot;caps&quot;&gt;IDE&lt;/span&gt; connector, which will drive the boot disk (the four &lt;span class=&quot;caps&quot;&gt;SATA&lt;/span&gt; drives will run in a &lt;span class=&quot;caps&quot;&gt;RAIDZ&lt;/span&gt; configuration, from which Solaris can not yet boot).&lt;br /&gt;
The board takes up to 4GB of DDR2 &lt;span class=&quot;caps&quot;&gt;RAM&lt;/span&gt;, which is plenty. It also has wide selection of video outputs (which I do not need at all), and five serial ports, one of which is on the rear panel (which I do need).&lt;/p&gt;

	&lt;p&gt;The final list of parts for this project is as follows:
	&lt;ul&gt;
		&lt;li&gt;Chenbro 340 case&lt;/li&gt;
		&lt;li&gt;&lt;span class=&quot;caps&quot;&gt;MSI&lt;/span&gt; IM-GM45 mainboard&lt;/li&gt;
		&lt;li&gt;CoolerMaster EPN-41CSS-01-GP cooler+fan&lt;/li&gt;
		&lt;li&gt;Intel T8100 &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;4GB &lt;span class=&quot;caps&quot;&gt;RAM&lt;/span&gt;&lt;/li&gt;
	&lt;/ul&gt;&lt;/p&gt;

	&lt;p&gt;The hard disks are already there (the two Seagates on the shelf, and the two Samsungs in the old enclosure). These will be resused. I also have several old notebook drives lying around, one of which will be used as the boot disk.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 24 Jan 2009 17:04:35 +0100</pubDate>
    <guid isPermaLink="false">http://www.skytale.net/blog/archives/1-guid.html</guid>
    
</item>

</channel>
</rss>