<?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>Zack of All Trades &#187; computers</title>
	<atom:link href="http://zackofalltrades.com/tag/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://zackofalltrades.com</link>
	<description>… and master of, um… let me get back to you on that…</description>
	<lastBuildDate>Fri, 01 Apr 2011 14:20:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Trying out Opensolaris 2008.11</title>
		<link>http://zackofalltrades.com/2008/11/trying-out-opensolaris-200811/</link>
		<comments>http://zackofalltrades.com/2008/11/trying-out-opensolaris-200811/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 16:40:21 +0000</pubDate>
		<dc:creator>Zack Williams</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://zackofalltrades.com/?p=152</guid>
		<description><![CDATA[Notes on installing OpenSolaris from a sysadmin perspective. ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m cycling through servers , and thought I&#8217;d try something new.  Previously, I&#8217;ve generally used <a href="http://centos.org">Centos</a> and other Redhat derivative systems as home server, as I&#8217;m used to the RPM package manager.  Recently there&#8217;s been a lot of buzz out there about <a href="http://www.opensolaris.com/">OpenSolaris</a>.  Most of this revolves around the <a href="http://www.sun.com/software/solaris/zfs.jsp">ZFS filesystem</a>, which has an amazing feature set, and can implement high end data integrity functionality in software without high end hardware RAID systems underneath it. </p>
<p>To facilitate this, I bought a <a href="http://dell.com/content/products/productdetails.aspx/pedge_sc440">Dell PowerEdge SC440</a> when they were really cheap ($199 base), and with a small processor and RAM bump, it&#8217;s actually a fairly solid server.  It uses the Intel <a href="http://www.intel.com/Products/chipsets/3000_3010/index.htm">3000 chipset</a>, with a <a href="http://www.intel.com/design/chipsets/datashts/307013.htm">ICH7</a> Southbridge which has 4x 3.0Gbit SATA connectors.  It should also be able to take 8GB of RAM, assuming Dell didn&#8217;t hobble the chipset &#8211; they claim a 4GB max.  If you&#8217;re looking for a server, this isn&#8217;t too bad a choice &#8211; if you&#8217;re an AMD fan the Dell T105, with it&#8217;s optional quad-core Barcelona (Phenom class) Opteron also looks pretty good. </p>
<p>I <a href="http://www.opensolaris.com/get/index.jsp">downloaded</a> a prerelease version (101, rc1b) version, which boots to a live CD and then allows you to install the base system.   It&#8217;s a very nice install process, and fairly painless.  I had no trouble installing on one disk, adding a mirror to the root ZFS pool, and  updating on the system, but beyond that I started running into walls. </p>
<p>Apparently, in this version, <code>zfs list</code> by default only shows filesystems and volumes, and <strong>not snapshots</strong>, unlike every other example I&#8217;ve seen from documentation or on the web.  To list snapshots as well, you have to use <code>zfs list -t all</code> for everything or <code>zfs list -t snapshots</code> for just the snapshots.  </p>
<p>Transferring a files from my Mac and Linux computers was easy via NFS with the <code>zfs set sharenfs=rw rpool/example</code>.  I was slightly perturbed that there were no firewall changes required to do this, as I&#8217;m used to secure by default systems like CentOS or OpenBSD.</p>
<p>I still don&#8217;t really get SMF as Sun&#8217;s replacement for init scripts.  It seems to only be implemented halfway in this release &#8211; you&#8217;d think they would go through the system and get rid of all their legacy boot scripts (as Apple did when they developed <code>launchd</code>), but apparently not.   </p>
<p>For being a company focused on Web 2.0 developers, I&#8217;ve had more trouble trying to get their website working than with any other vendor &#8211; here&#8217;s an error I got when trying to log into the <a href="http://forums.opensolaris.com">OpenSolaris Forums</a>. I also had to enter the same login information twice to get to the error: </p>
<p><img src="http://zackofalltrades.com/wp-content/uploads/2008/11/picture-5.png" alt="Picture 5.png" border="0" width="620" height="110" /></p>
<p>The <a href="http://dlc.sun.com/osol/docs/content/2008.11/getstart//index.html">OpensSolaris install documentation</a> is sufficient, but doesn&#8217;t go much beyond updating the system.  You really have to look around for documentation &#8211; here&#8217;s a few links I&#8217;ve found so far:  </p>
<ul>
<li><a href="http://www.genunix.org/wiki/index.php/OpenSolaris_New_User_FAQ">OpenSolaris New User FAQ</a></li>
<li><a href="http://opensolaris.org/os/community/documentation/docs-index/">Current Documentation at OpenSolaris.org</a></li>
</ul>
<p>That all said, it&#8217;s a well running, stable system.  I&#8217;ll post more as I work with it. </p>
]]></content:encoded>
			<wfw:commentRss>http://zackofalltrades.com/2008/11/trying-out-opensolaris-200811/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 years of multiprocessor computing</title>
		<link>http://zackofalltrades.com/2008/07/10-years-of-multiprocessor-computing/</link>
		<comments>http://zackofalltrades.com/2008/07/10-years-of-multiprocessor-computing/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 15:09:19 +0000</pubDate>
		<dc:creator>Zack Williams</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[smp]]></category>

		<guid isPermaLink="false">http://zackofalltrades.com/?p=139</guid>
		<description><![CDATA[In which I navel gaze about the first computer I built, share specs, and reminisce about multiprocessor computers]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been 10 years since I added a second processor to the computer I built for college, which was my first multiprocessor computer.    Now, almost every desktop or laptop computer you buy has a multicore processor, but back then it was a total rarity.   </p>
<p>The specs for my first machine seem quite mundane compared with what exists today, but this machine was totally awesome for the time.  As this was my college computer, my parents helped out with it some, but I also paid for a good deal of it from summer jobs and savings &#8211; at this time in my life, building a computer from scratch and having it work well was my pride and joy: </p>
<ul>
<li> Tyan Titan ATX S1668 motherboard</li>
<li> Pentium Pro 200Mhz, with 256kb onboard cache</li>
<li> 64MB of ECC EDO RAM</li>
<li> Mylex dual channel fast SCSI-2 card (2x 20MB/sec channels)</li>
<li> Micropolis 4GB Tomahawk 7200RPM hard disk</li>
<li> SCSI CD-ROM</li>
<li> Matrox Millenium 8MB video card</li>
<li> Iiyama 17&#8243; trinitron (Sony tube) monitor</li>
</ul>
<p>To give you an idea of what the computer options out there were in the summer of 1997, the Pentium II had just come out, and there were very few good multiprocessor motherboards available and it had a huge price premium because of it&#8217;s newness.  The PII also ran it&#8217;s cache at half the processor speed, whereas the Pentium Pro ran it at the full speed, so the PPro 200Mhz was often faster in cache-intensive tasks than a comparable PII 233Mhz. </p>
<p>I bought this machine for running Linux, and so the Pentium Pro&#8217;s poor 16 bit performance that pushed Windows 95/98 users away from it wasn&#8217;t a concern for me.   The original Pentium was still out there, but the price/performance ratio wasn&#8217;t as good as the Pentium Pro, and the motherboard chipsets<br />
that existed for it had tradeoffs in terms of supported memory or SMP capabilities.    </p>
<p>The peripheral devices I had were also a bit exotic.  When I bought it, I had no idea that Micropolis had just gone under, so the warranty on my hard disk was pretty much moot at time of purchase.  On the upside, I never had trouble with it, and it was very fast compared to the IDE disks on the market, which had generally horrible performance on a multitasking operating system. </p>
<p>The Matrox Millenium was probably the part I was most proud of.  It was fast, well supported by X11, and had 8MB of VRAM.  This was a time before 3D acceleration was common &#8211; the first functional 3D card, the 3dfx Voodoo 1 was available about this time, and only had 4MB of RAM split between framebuffer and texture storage (some manufacturers made 6MB Voodoo 1 cards with 4MB of texture storage &#8211; those were hot items).    The Millenium was able to run the Iiyama monitor at 1600&#215;1200 resolution, which frankly was fuzzy and tiny, but at the time I didn&#8217;t mind much &#8211; having a lot of pixels meant a lot of xterms on screen.  This card cost about $400 at the time, and was the most I&#8217;ve ever spent on a video card. </p>
<p>When I first assembled that machine, I only had enough money for one processor &#8211; back them a 200Mhz Pentium Pro ran about $500.  In the summer of 1998 (thus the 10 years in the title), I had enough money to buy another Pentium Pro &#8211; by this time the PII was established as the dominant processor architecture, and the prices on a PPro had dropped to more reasonable levels.    I was running Redhat Linux at the time, and if you compiled it from source, the 1.3 kernel series finally had somewhat decent SMP performance rather than single lock over all the kernel.  </p>
<p>Later on, when the Pentium Pro was nearly obsolete I bought two 1MB cache processors, which were a slight performance boost, and upgraded the RAM to 256MB. I still have most of the parts to this machine lying around somewhere. </p>
<p>The multiprocessor boost was much more noticeable back then &#8211; on a single processor system, you&#8217;d hit the &#8220;performance wall&#8221; when running more than one process.  This was mainly due to the fact that most systems would only interrupt the running process 100 times a second or so (see discussions of setting the &#8220;hertz&#8221; in the linux kernel), which resulted in a degradation perceived performance.  Having a second processor lessened this to a great deal &#8211; once you were running a few processes, it didn&#8217;t feel like you hit as much of a wall &#8211; performance tended to degrade more gracefully.  Things would get slower but they wouldn&#8217;t chug.  </p>
<p>This machine was my main machine for all of college &#8211; eventually I bought a laptop, but for the most part I didn&#8217;t really need more. Having that second processor extended the life of the machine to nearly 6 years.  For this reason, I&#8217;m thinking a lot of the current crop of multicore computers are going to easily last 5-7 years (especially the AMD64 processor architecture ones with 4+ GB of memory support), much longer than the 3-5 year lifecycle that their single processor predecessors had.  </p>
<p>That computer was a fun adventure, and a total joy to cut my computer building teeth on.   I kinda miss it. </p>
]]></content:encoded>
			<wfw:commentRss>http://zackofalltrades.com/2008/07/10-years-of-multiprocessor-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

