<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-63826709995183579</id><updated>2009-09-30T21:48:34.883+01:00</updated><title type='text'>Pseudo-random bits</title><subtitle type='html'>UNIX, programming and quite a bit of rambling</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://pseudorandombits.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default'/><link rel='alternate' type='text/html' href='http://pseudorandombits.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mathijs</name><uri>http://www.blogger.com/profile/07901340299809021009</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-63826709995183579.post-1299171471032311346</id><published>2007-06-24T00:54:00.000+01:00</published><updated>2007-06-25T12:56:07.726+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Storage'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='BSD'/><category scheme='http://www.blogger.com/atom/ns#' term='Solaris'/><title type='text'>FUSE and encrypted file systems</title><content type='html'>Now that I've reinstalled my colo server, I've got plenty of space (for now). Time to do something useful with it. Because my server is placed in a shared rack (and because it's an interesting exercise) I'd like to encrypt the backups I will be making on that machine.&lt;br /&gt;&lt;br /&gt;One way to do this would be to simply encrypt the files before placing them on the server. Actually, encryption on the server itself would probably be fine to, since files will be transferred via SSH anyway. However, if I were to do this, metadata (such as file and directory names) would not be encrypted.&lt;br /&gt;&lt;br /&gt;Another option would be encrypting the entire file system. There are several ways of doing this, but in general the encrypted file system would be placed in a file or on a raw device using some kind of loopback driver. That would mean that the data itself would need to be backed up the block level, either using tools like dumpfs or using snapshots (ZFS, LVM, etc). Since I would like to be able to use regular tools like tar to create backups, I don't consider encrypted file systems ideal for what I'd like to do with it. Since backup up a backup would not be that useful, this would only be an option for that is not stored anywhere else.&lt;br /&gt;&lt;br /&gt;Since I don't expect performance to be a real issue, a userland file system would probably be fine. A big advantage would be that developing and testing something myself would not require root privileges and considerably lowers the chance of screwing up the server itself. FUSE looks like it might be a good choice.&lt;br /&gt;&lt;br /&gt;FUSE was developed on Linux (requires some kernel support) and as far as I've seen there is support for running it on FreeBSD, NetBSD, OpenBSD and Mac OS X. There is also a OpenSolaris project for FUSE.&lt;br /&gt;&lt;br /&gt;What I'm thinking about now is a FUSE file system, in which:&lt;ul&gt;&lt;li&gt;file contents would be encrypted (probably AES) with the algorithm running in &lt;a href="http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation" target="_blank"&gt;CBC mode&lt;/a&gt;&lt;/li&gt;&lt;li&gt;files will optionally be compressed&lt;/li&gt;&lt;li&gt;file and directory names would be stored as fixed-size identifier (&lt;b&gt;not&lt;/b&gt; a hash of the actual name)&lt;/li&gt;&lt;li&gt;the underlying file system could be of any type supported by the kernel&lt;/li&gt;&lt;li&gt;the underlying storage would contain an encrypted &lt;i&gt;index file&lt;/i&gt; which would contain the per-file encryption key, data to translate file/directory identifiers to their original name and a checksum (CRC32 or MD5 should be good enough, as it would only be used to quickly check for changes) of the original file before compression/encryption&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;This is somewhat similar to the way in which Apple stores music on an iPod. They move meta data to a proprietary 'database' to frustrate attempts at copying the music from an iPod to a computer. Perhaps the data is only obfuscated, but it might be encrypted with a key that's also stored in the firmware. Either way, I am sure there is software out there which has no problem extracting music from an iPod with the meta data intact.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/63826709995183579-1299171471032311346?l=pseudorandombits.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pseudorandombits.blogspot.com/feeds/1299171471032311346/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=63826709995183579&amp;postID=1299171471032311346' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/1299171471032311346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/1299171471032311346'/><link rel='alternate' type='text/html' href='http://pseudorandombits.blogspot.com/2007/06/fuse-and-encrypted-file-systems.html' title='FUSE and encrypted file systems'/><author><name>Mathijs</name><uri>http://www.blogger.com/profile/07901340299809021009</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01378810538494182858'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-63826709995183579.post-6575547265218154914</id><published>2007-06-23T18:13:00.000+01:00</published><updated>2007-06-23T18:44:47.412+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Intel PATA/SATA compatibility mode</title><content type='html'>I've reinstalled my colocated server (&lt;a href="http://www.dansdata.com/ttransport.htm" target="_blank"&gt;Tyan Transport GS12&lt;/a&gt;) last night with &lt;a href="http://www.centos.org" target="_blank"&gt;CentOS&lt;/a&gt; 5.0.&lt;br /&gt;&lt;br /&gt;I figured I could just run the machine with the case open and a DVD drive connected to install CentOS. Unfortunately, the are only two power connectors (molex plugs) for the disks, so there was no way to connect the DVD drive at the same time as both disks. I worked around that by only connecting the first disk, but I had to change some BIOS settings (specifically, I had to set the Intel SATA controller to 'compatible mode'). I could then boot from the DVD I had brought with me.&lt;br /&gt;&lt;br /&gt;After copying a bootable image (&lt;i&gt;images/diskboot.img&lt;/i&gt;) to the disk, I booted from the first disk after disconnecting the DVD drive and reconnecting the disk. CentOS booted just fine, but complained about the partition table. It wanted to format the drive, which was fine with me. A side effect of this is that it screws up the bootable disk image, so you cannot use it a second time and have to restore it from the OS media.&lt;br /&gt;&lt;br /&gt;After installing the OS, which went terribly slow, I checked that the server was running all required services and that the software RAID1 devices were resynching. Then I went home.&lt;br /&gt;&lt;br /&gt;After some sleep I logged in on my server again, only to find it absurdly slow. 20% CPU load during disk transfers and a maximum throughput of about 3.2 MB/sec. After some googling it turns out I forgot to turn that compatibility mode off again. This causes the regular IDE driver to probe and configure the disk before the SATA (ata_piix in this case) and because both drivers are messing with the same disks, neither can enable DMA. This explains why I couldn't enable DMA with hdparm.&lt;br /&gt;&lt;br /&gt;Some more googling led me to the &lt;i&gt;combined_mode&lt;/i&gt; kernel parameter. Supposedly the default value is &lt;i&gt;both&lt;/i&gt;, but you can also set it to &lt;i&gt;ide&lt;/i&gt; or &lt;i&gt;libsata&lt;/i&gt; to allow one of these drivers to set DMA mode. I did several tests, but I could not get this to work. In the end I used the following options to prevent the IDE driver from probing the disks: &lt;i&gt;hda=noprobe hdc=noprobe&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Now things are back to normal. Transfers of up to 60 MB/sec and negligible CPU load.&lt;br /&gt;&lt;br /&gt;This upside of this mistake is that I found &lt;a href="http://linux-ata.org/driver-status.html" target="_blank"&gt;this&lt;/a&gt; page. I was thinking of getting another server and turning the old one into a database server with two Western Digital Raptor disks. Unfortunately, it seems only the Linux AHCI driver has NCQ support and my GS12 has a ICH5R chipset, which isn't supported by the new AHCI driver.&lt;br /&gt;&lt;br /&gt;Btw. I have two older 74 GB Raptor disks - the ones with 8 MB cache. I've tried to use them in my GS12, but when I do the machines becomes rather unstable. This may have been caused by CentOS 4.2 in some way. Other reasons may include too much load on the PSU or incompatibilities between the ICH5R chipset and the (older) Raptor disks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/63826709995183579-6575547265218154914?l=pseudorandombits.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pseudorandombits.blogspot.com/feeds/6575547265218154914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=63826709995183579&amp;postID=6575547265218154914' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/6575547265218154914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/6575547265218154914'/><link rel='alternate' type='text/html' href='http://pseudorandombits.blogspot.com/2007/06/intel-patasata-compatibility-mode.html' title='Intel PATA/SATA compatibility mode'/><author><name>Mathijs</name><uri>http://www.blogger.com/profile/07901340299809021009</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01378810538494182858'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-63826709995183579.post-2000387037812284867</id><published>2007-06-21T20:07:00.000+01:00</published><updated>2007-06-21T20:53:46.997+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>nVidia Tesla press release</title><content type='html'>nVidia announced it's range of &lt;a href="http://www.nvidia.com/object/tesla_computing_solutions.html" target="_blank"&gt;Tesla&lt;/a&gt; computing products today.&lt;br /&gt;&lt;br /&gt;There's the &lt;a href="http://www.nvidia.com/object/tesla_gpu_processor.html" target="_blank"&gt;C870&lt;/a&gt;, which is a card with specifications similar to a &lt;a href="http://www.nvidia.com/object/quadro_fx_5600_4600.html" target="_blank"&gt;Quadro FX 5600&lt;/a&gt; - it does seem to be quite a bit cheaper than the Quadro FX cards though.&lt;br /&gt;&lt;br /&gt;If one of those cards is not enough, there's the &lt;a href="http://www.nvidia.com/object/tesla_deskside.html" target="_blank"&gt;D870&lt;/a&gt; which houses two GPU cores in a desktop enclosure and the &lt;a href="http://www.nvidia.com/object/tesla_gpu_server.html" target="_blank"&gt;S870&lt;/a&gt; which houses four GPU cores in a rackmountable 1U chassis. Both the D870 and S870 are connected to an interface card which you need to place in a free PCIe (x8 or x16) slot in your server or workstation. With the S870 you have the choice of connecting to it using either one (four GPUs per connection) or two interface cards (two GPUs per connection). &lt;br /&gt;&lt;br /&gt;Using a systemboard (such as &lt;a href="http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=1957&amp;ModelName=GA-8N-SLI%20Quad%20Royal" target="_blank"&gt;this&lt;/a&gt; Gigabyte board) which has four PCIe x8/x16 slots, you could conceivably connect 16 GPU cores to a single server. I would assume that both the D870 and S870 have a similar setup to the &lt;a href="http://www.nvidia.com/page/quadroplex.html" target="_blank"&gt;Quadro Plex&lt;/a&gt;, which has been around for a bit longer. You can actually get it with the Quadro FX 5600 cards, which would make it very similar (but probably more expensive and flexible, since it can actually generate a video signal) than the D870.&lt;br /&gt;&lt;br /&gt;Luckely, you don't need these products to try things out for yourself. Unlike AMDs CTM software, nVidia's CUDA software is available as a free download. You can find it &lt;a href="http://developer.nvidia.com/object/cuda.html" target="_blank"&gt;here&lt;/a&gt;. It does require a Gefore 8 card, but one of those can be had for under $200 - a 8800GTS (320 MB) for example.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.behardware.com/articles/659-1/nvidia-cuda-preview.html" target="_blank"&gt;Here&lt;/a&gt; is a fairly high-level article about CUDA. You may also find &lt;a href="http://www.gpgpu.org/sc2006/workshop/presentations/Buck_NVIDIA_Cuda.pdf" target="_blank"&gt;this&lt;/a&gt; nVidia presentation on &lt;a href="http://www.gpgpu.org" target="_blank"&gt;gpgpu.org&lt;/a&gt; interesting.&lt;br /&gt;&lt;br /&gt;Maybe I can finally do something interesting with that 8800 I have lying around :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/63826709995183579-2000387037812284867?l=pseudorandombits.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pseudorandombits.blogspot.com/feeds/2000387037812284867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=63826709995183579&amp;postID=2000387037812284867' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/2000387037812284867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/2000387037812284867'/><link rel='alternate' type='text/html' href='http://pseudorandombits.blogspot.com/2007/06/nvidia-tesla-press-release.html' title='nVidia Tesla press release'/><author><name>Mathijs</name><uri>http://www.blogger.com/profile/07901340299809021009</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01378810538494182858'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-63826709995183579.post-6284352628525874973</id><published>2007-06-04T17:56:00.000+01:00</published><updated>2007-06-23T18:47:45.407+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>Shuttle SN26P &amp; nVidia 8800 GTS</title><content type='html'>Very recently I was able to get a hold of a new &lt;A HREF="http://global.shuttle.com/Product/Barebone/SN26P.asp" TARGET="_blank"&gt;Shuttle SN26P&lt;/A&gt; for just under a third of what it initially cost. Ofcourse, it's been on the market for more than two years and the only reason I got this price was the fact that it was the last one that shop had on offer. Never mind.&lt;br /&gt;&lt;br /&gt;I plugged in an Athlon X2 3800, two strips of Kingston HyperX memory (2 x 1024 MB), a Western Digital Raptor disk, a NEC DVD burner and - to finish it off - a XFX 8800 GTS (320 MB) card I'd also bought. I intended this to be a small games machine.&lt;br /&gt;&lt;br /&gt;The system has a 350 watt power supply and after removing a small plastic clip used to bundle some cables the card fit perfectly.&lt;br /&gt;&lt;br /&gt;I did some testing with &lt;A HREF="http://www.memtest.org/" TARGET="_blank"&gt;memtest86+&lt;/A&gt; to see how far I could overclock the CPU. The CPU could easily be overclocked to 2.4 GHz and beyond without breaking a sweat, but the memory was being a bit troublesome.&lt;br /&gt;&lt;br /&gt;I installed Windows XP, heaps of drivers and then I was ready to install the video drivers. Right after the installer tried to initialize the video card, the screen went blank and after about 30 seconds the machine rebooted.&lt;br /&gt;&lt;br /&gt;After a lot of testing, minimizing the power draw on the PSU (underclocking the CPU, using a less power-hungry harddrive, etc.) there was no way I could get the thing to run anything more than text or 2D.&lt;br /&gt;&lt;br /&gt;After reading reviews I had concluded that the machine should be able to run a single 8800 GTS, since it was appearently able to run one or two 7800- or 7900-class cards. I was wrong.&lt;br /&gt;&lt;br /&gt;However, in another system with a fanless 300 watt Silverstone &lt;A HREF="http://www.silverstonetek.com/products/p_contents.php?pno=st30nf&amp;area=usa" TARGET="_blank"&gt;ST30F&lt;/A&gt; it worked without any problems. I guess not all power supplies are created equal. Appearently there is a 400 watt replacement PSU (part number PS-400W) but it costs almost as much as I paid for the whole system and I have no guarantee it will work.&lt;br /&gt;&lt;br /&gt;Oh well, you win some and you loose some. For the price it is a really nice system. Not the most quiet system I have, but it looks nice, it is cleverly designed and the system is easy to work with (upgrades, etc).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/63826709995183579-6284352628525874973?l=pseudorandombits.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pseudorandombits.blogspot.com/feeds/6284352628525874973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=63826709995183579&amp;postID=6284352628525874973' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/6284352628525874973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/6284352628525874973'/><link rel='alternate' type='text/html' href='http://pseudorandombits.blogspot.com/2007/06/shuttle-sn26p-nvidia-8800-gts.html' title='Shuttle SN26P &amp; nVidia 8800 GTS'/><author><name>Mathijs</name><uri>http://www.blogger.com/profile/07901340299809021009</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01378810538494182858'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-63826709995183579.post-4202116336533632976</id><published>2007-06-03T01:24:00.000+01:00</published><updated>2007-06-24T23:28:47.109+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='BSD'/><category scheme='http://www.blogger.com/atom/ns#' term='Networking'/><title type='text'>Network appliances</title><content type='html'>A group of colleagues all bought a &lt;A HREF="http://www.soekris.com/net4801.htm" TARGET="_blank"&gt;Soekris&lt;/A&gt; a while back. Some are using it to experiment with &lt;A HREF="http://www.countersiege.com/doc/pfsync-carp/" TARGET="_blank"&gt;CARP&lt;/A&gt; (possibly inspired by the rather graphic &lt;A HREF="http://os.newsforge.com/article.pl?sid=06/01/02/1643229&amp;from=rss" TARGET="_blank"&gt;EuroBSDCon 2005&lt;/A&gt; presentation by Ryan McBride), others run &lt;A HREF="http://m0n0.ch/wall/" TARGET="_blank"&gt;M0N0wall&lt;/A&gt;/&lt;A HREF="http://www.pfsense.com/" TARGET="_blank"&gt;pfSense&lt;/A&gt; or fairly standard Linux distribution to shape their internet connections. At least one colleague connected USB speakers and uses it as a fancy alarmclock.&lt;br /&gt;&lt;br /&gt;Personally, I find the the different units available from &lt;A HREF="http://www.routerboard.com/" TARGET="_blank"&gt;RouterBoard&lt;/A&gt; more interesting, as these have more CPU horsepower and are (IMHO) more expandable. I don't have any experience with the, supposedly, carrier-grade RouterOS from &lt;A HREF="http://www.mikrotik.com/" TARGET="_blank"&gt;MikroTik&lt;/A&gt;, but I know I can get Linux on such a board to do what I need.&lt;br /&gt;&lt;br /&gt;Unfortunately, sometimes you need something faster. You could go for a 1U server with a PCI-X or PCIe slot and plug in a dual- or quad-port &lt;A HREF="http://www.intel.com/support/network/adapter/index.htm#PRO1000" TARGET="_blank"&gt;Intel Ether Express Pro 1000&lt;/A&gt; card. On the other hand, both &lt;A HREF="http://www.igologic.com/"&gt;iGoLogic&lt;/A&gt; and &lt;A HREF="http://www.arbor.com.tw/" TARGET="_blank"&gt;Arbor&lt;/A&gt; (not to be confused with &lt;A HREF="http://www.arbornetworks.com/" TARGET="_blank"&gt;Arbor Networks&lt;/A&gt;) have some pretty nice network appliances.&lt;br /&gt;&lt;br /&gt;iGoLogic sells two models: the &lt;A HREF="http://www.igologic.com/networkappliance/i9043N.html" TARGET="_blank"&gt;i9043N&lt;/A&gt; is based on a low-power Celeron M/Pentium M processor and has four 10/100 Mbps ports, while the &lt;A HREF="http://www.igologic.com/networkappliance/i9011N.html" TARGET="_blank"&gt;i9011N&lt;/A&gt; is powered by a Pentium4 (it is not clear to me whether a dual-core Pentium D would be supported) and has four gigabit ports. The smaller unit should make a nice firewall/VPN solution for smaller networks - more or less the market segment being targeted by, for instance, the smaller &lt;A HREF="http://www.juniper.net/products_and_services/firewall_slash_ipsec_vpn/netscreen_25_slash_netscreen_50/" TARGET="_blank"&gt;Juniper (Netscreen)&lt;/A&gt; or &lt;A HREF="http://www.sonicwall.com/us/PRO_2040.html" TARGET="_blank"&gt;Sonicwall&lt;/A&gt; units. The gigabit unit might fit nicely into a Linux Virtual Server (&lt;A HREF="http://www.linuxvirtualserver.org/" TARGET="_blank"&gt;LVS&lt;/A&gt;) or CARP setup.&lt;br /&gt;&lt;br /&gt;Arbor sells a few more different units. Their line-up starts with the VIA Eden-based &lt;A HREF="http://www.arbor.com.tw/products/products_detail.aspx?Product_Name=MBX-1610%20/%201620" TARGET="_blank"&gt;MBX-1610&lt;/A&gt; which has three 10/100 Mbps ports up to the Pentium D-based &lt;A HREF="http://www.arbor.com.tw/products/products_detail.aspx?Product_Name=MBX-1736" TARGET="_blank"&gt;MBX-1736&lt;/A&gt; which has six gigabit ports.&lt;br /&gt;&lt;br /&gt;Depending on the price, products from both companies might be interesting.&lt;br /&gt;&lt;br /&gt;&lt;B&gt;Update:&lt;/B&gt; I just came across the FabiaTech &lt;A HREF="http://linitx.com/product_info.php?cPath=4&amp;products_id=909" TARGET="_blank"&gt;FX5620&lt;/A&gt; unit sold by LinITX and several units sold by &lt;A HREF="http://linitx.com/product_info.php?cPath=4&amp;products_id=909" TARGET="_blank"&gt;Nexcom&lt;/A&gt;. The FX5620 is has a 1 GHz VIA C3 processor, five 10/100 Mbps and one gigabit port - unfortunately it's using Realtek chips. Nexcom has units ranging from the &lt;A HREF="http://www.nexcom.com/product/productshow.jsp?pid=994" TARGET="_blank"&gt;DNA 730&lt;/A&gt; (with it's 667 MHz XScale, three 10/100 Mbps ports and an 8-port switch) to the &lt;A HREF="http://www.nexcom.com/product/productshow.jsp?pid=792" TARGET="_blank"&gt;NSA 2189&lt;/A&gt; which can  have two quad-core Xeons, up to 24 gigabit ports and has redundant power supplies and disks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/63826709995183579-4202116336533632976?l=pseudorandombits.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pseudorandombits.blogspot.com/feeds/4202116336533632976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=63826709995183579&amp;postID=4202116336533632976' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/4202116336533632976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/4202116336533632976'/><link rel='alternate' type='text/html' href='http://pseudorandombits.blogspot.com/2007/06/network-appliances.html' title='Network appliances'/><author><name>Mathijs</name><uri>http://www.blogger.com/profile/07901340299809021009</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01378810538494182858'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-63826709995183579.post-2167690468333467158</id><published>2007-05-31T02:03:00.000+01:00</published><updated>2007-06-24T23:30:02.081+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Storage'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Solaris'/><title type='text'>Sun StorEdge A5200</title><content type='html'>I have this Sun StorEdge A5200 sitting on my desk. It's taking up quite a bit of space actually, but the thing is heavy enough to discourage any attempts at moving it. I was planning on using it to play around with ZFS, but I decided to test with a bunch of SATA disks instead.&lt;br /&gt;&lt;br /&gt;Right now the A5200 is connected to my Sun Blade 1000 workstation with two fibres and to my Linux workstation with another two fibres. It's still working perfectly (I have plenty of spare parts should that change) and from the Linux side it's working great. However, Sun has decided to no longer support the lowly QLogic QLA2100 cards (I think Sun calls it a FC100/P) I'm using. Or more specifically, they no longer support them on more recent hardware, such as my Blade 1000 with it's UltraSparc III CPUs.&lt;br /&gt;&lt;br /&gt;I did some googling and appearently Sun decided to drop support for this specific QLogic card after Solaris 8. Appearently, it is possible to still use the Solaris 8 driver on Solaris 10 (given some effort), but I didn't try - &lt;a href="http://hecgeek.blogspot.com/2006/08/fun-with-solaris-10-606-and-zfs.html" TARGET="_blank"&gt;here&lt;/a&gt; is some more info.&lt;br /&gt;&lt;br /&gt;When I try to load the driver (&lt;i&gt;isp&lt;/i&gt;) that is included with Solaris 10, it spits out a message telling me the cards are not supported on UltraSparc III machines. Maybe it would work on an UltraSparc II machine, such as an E450 or E4500 - I haven't tried. It would probably be possible to hack out the check preventing the driver to load but I'm not interested enough to try. Scrounging up some FC-AL cards that &lt;i&gt;are&lt;/i&gt; supported is probably a quicker solution anyway.&lt;br /&gt;&lt;br /&gt;While I still think the A5200 is a pretty cool piece of kit, maybe I should flog it off on eBay and buy something with a bit more short-term appeal. Something like a PTZ (Pan/Tilt/Zoom) housing for those new &lt;a href="ftp://ftp.panasonic.com/pub/Panasonic/cctv/SpecSheets/WV-CP254H%20Final.pdf" TARGET="_blank"&gt;Panasonic WV-CP254H&lt;/a&gt; cameras I just bought would fit the bill.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/63826709995183579-2167690468333467158?l=pseudorandombits.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pseudorandombits.blogspot.com/feeds/2167690468333467158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=63826709995183579&amp;postID=2167690468333467158' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/2167690468333467158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/63826709995183579/posts/default/2167690468333467158'/><link rel='alternate' type='text/html' href='http://pseudorandombits.blogspot.com/2007/05/sun-storedge-a5200.html' title='Sun StorEdge A5200'/><author><name>Mathijs</name><uri>http://www.blogger.com/profile/07901340299809021009</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01378810538494182858'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry></feed>