<?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; opensolaris</title>
	<atom:link href="http://zackofalltrades.com/tag/opensolaris/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>
	</channel>
</rss>

