<?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>Vita di un sys-admin &#187; zone</title>
	<atom:link href="http://blog.angelofailla.com/tag/zone/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.angelofailla.com</link>
	<description>Storie, esperienze e pensieri da Dublino.</description>
	<lastBuildDate>Sun, 14 Aug 2011 22:11:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Considerations about Sun Solaris 10.</title>
		<link>http://blog.angelofailla.com/2008/08/23/considerations-about-sun-solaris-10/</link>
		<comments>http://blog.angelofailla.com/2008/08/23/considerations-about-sun-solaris-10/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 09:54:05 +0000</pubDate>
		<dc:creator>pallotron</dc:creator>
				<category><![CDATA[English posts]]></category>
		<category><![CDATA[Informatica]]></category>
		<category><![CDATA[Lavoro]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[smf]]></category>
		<category><![CDATA[solaris 10]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[zfs]]></category>
		<category><![CDATA[zone]]></category>

		<guid isPermaLink="false">http://blog.angelofailla.com/?p=1012&#038;langswitch_lang=en</guid>
		<description><![CDATA[In NewBay I&#8217;m currently working on a project which uses Sun Solaris 10 in a multi-tier architecture. I&#8217;ve already used before this system in Italy, so it isn&#8217;t new for me; in Italy I was responsible for creating Sun packages for projects made by my ex company in behalf of Nokia and Vodafone Italy. By [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.angelofailla.com/wp-content/uploads/2008/08/sol10logo.png"><img class="aligncenter size-full wp-image-1013" title="sol10logo" src="http://blog.angelofailla.com/wp-content/uploads/2008/08/sol10logo.png" alt="" width="343" height="179" /></a></p>
<p>In <a href="http://www.newbay.com">NewBay</a> I&#8217;m currently working on a project which uses Sun Solaris 10 in a multi-tier architecture. I&#8217;ve already used before this system in Italy, so it isn&#8217;t new for me; in Italy I was responsible for creating Sun packages for projects made by my ex company in behalf of Nokia and Vodafone Italy.</p>
<p>By the way, as I started working in Newbay, I was allocated to this project called <a href="http://www.myfaves.co.uk/">MyFaves</a> for <a href="http://en.wikipedia.org/wiki/T-mobile">T-Mobile International</a>. This is based exclusively on Solaris 10 (both x86 and sparc architecture).<br />
After a few months I&#8217;ve used, and I&#8217;ve became pretty confident, with most of the big new and historical features of Solaris 10 like the <a href="http://en.wikipedia.org/wiki/Service_Management_Facility">SMF</a>, the <a href="http://en.wikipedia.org/wiki/Service_Management_Facility">ZFS</a> file system, the Solaris <a href="http://en.wikipedia.org/wiki/Solaris_Zones">zone/containers.</a></p>
<p>So what do I think about it?</p>
<p>Well, I think the only stuff really good in Solaris are the 3 I&#8217;ve mentioned above. All the other things I&#8217;ve seen around the system are pretty crappy. When I started using SMF I was thinking: «oh man! this is ridiculous! I&#8217;ve to type <em>svcadm enable/disable svc:/blabla/blablala/myapp:default</em> every fucking time i need to start or stop a service! <em>/etc/init.d/service start/stop</em> is much more better!». Then I studied a lot this SMF, and I have to admit is brilliant! I really would like to have it in enterprises Linuxes like Red Hat, or even, let&#8217;s say, in Debian! <img src='http://blog.angelofailla.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>ZFS is brilliant as well! I know it&#8217;s now stable and ready for production on BSD systems like FreeBSD. I&#8217;m not really sure if the Linux ZFS implementation, which use the fuse subsystem, is ready for production as well&#8230;</p>
<p>Zones and containers&#8230; well&#8230; I think they&#8217;re cool. Maybe I&#8217;m wrong but I think they&#8217;ve copied the <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html">FreeBSD jails</a> and they&#8217;ve integrated it very nicely with the system, especially with the solaris resoure manager. So you can, for exapmle, decide the amount of memory, or the number of CPUs that can be used by a single process, user, or group, in each zone. Integration between ZFS and Zones is cool as well!</p>
<p>Despite all these stuff I have to say that <strong>I still don&#8217;t really like Solaris:</strong></p>
<ul>
<li>I don&#8217;t like to have the f***ing old style vi written by <a href="http://en.wikipedia.org/wiki/Bill_Joy">Bill Joy</a>.</li>
<li>I dont&#8217;t like to have defined <em>export EDITOR=ed</em> and <em>export PAGER=more</em> by default.</li>
<li>I don&#8217;t like the fucking ps command (but you have to use the one into <em>/usr/ucb/</em>).</li>
<li>I don&#8217;t like the fact that your default shell is an old style c-shell instead of <em>/bin/bash</em></li>
<li>I don&#8217;t like the fucking OLD cron daemon which is not able to read the GNU syntax (for something like <em>*/5</em> to schedule a job every 5 minutes you have to write &#8220;<em>05,10,15,20,25,30,35,40,45,50,55</em>&#8220;. So ridicolous!!!!!)</li>
<li>I don&#8217;t like the fact that you don&#8217;t have ANY messages while booting!</li>
<li>I don&#8217;t like the packaging system, is shit compared with APT/DPKG, or with the the BSD ports system.</li>
<li>I don&#8217;t like CDE and JavaDesktop (or should I say GNOME! <img src='http://blog.angelofailla.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ).</li>
</ul>
<p>Why the fuck aren&#8217;t they using the GNU subsystem instead of their own CRAP? Are they using this only on OpenSolaris maybe?</p>
<p>Someone might say that this is because big companies (like banks for example) are still using OLD software which needs to use old crap to work. So they need old crap shell interpreter, and stuff like that. And they obviously like to have all the old crap by default installation&#8230;</p>
<p>Fuck them I say! This is ridicolous! <strong>They</strong> have to do the effort to adjust their our systems to work with the new OS&#8217;s. <strong>Not me! <img src='http://blog.angelofailla.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </strong></p>
<p>So this is what I think about Solaris 10. You can insult me now.</p>
<p>Cheers.<br />
Angelo</p>
<img src="http://blog.angelofailla.com/?ak_action=api_record_view&id=1012&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.angelofailla.com%2F2008%2F08%2F23%2Fconsiderations-about-sun-solaris-10%2F&amp;title=Considerations%20about%20Sun%20Solaris%2010." id="wpa2a_2"><img src="http://blog.angelofailla.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.angelofailla.com/2008/08/23/considerations-about-sun-solaris-10/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

