<?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>Parolski.com &#187; opensolaris</title>
	<atom:link href="http://www.parolski.com/tag/opensolaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parolski.com</link>
	<description>Faith, Solaris, and Chicken Korma, by Anton Parol</description>
	<lastBuildDate>Mon, 26 Jul 2010 20:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Static IPs with NWAM</title>
		<link>http://www.parolski.com/2010/02/16/static-ips-with-nwam/</link>
		<comments>http://www.parolski.com/2010/02/16/static-ips-with-nwam/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 02:17:40 +0000</pubDate>
		<dc:creator>Anton Parol</dc:creator>
				<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[defaultrouter]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[nsswitch.conf]]></category>
		<category><![CDATA[nwam]]></category>
		<category><![CDATA[resolv.conf]]></category>

		<guid isPermaLink="false">http://www.parolski.com/?p=308</guid>
		<description><![CDATA[NWAM (Network Auto Magic) is a very easy way of getting a DHCP lease on OpenSolaris. It runs as a service, enabled by default on install, which will automatically try and get you a DHCP address when Solaris detects that you plugged your ethernet cable in! To most people thats nothing special, but theres more [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hub.opensolaris.org/bin/view/Project+nwam/">NWAM (Network Auto Magic</a>) is a very easy way of getting a DHCP lease on <a href="http://www.opensolaris.com">OpenSolaris</a>. It runs as a service, enabled by default on install, which will automatically try and get you a DHCP address when Solaris detects that you plugged your ethernet cable in! To most people thats nothing special, but theres more to it.</p>
<p>You can also use it to automatically configure a static IP address upon boot too.</p>
<p>Simply edit the file <strong><code>/<em>etc</em>/nwam/llp</code></strong> to your desired settings. For example:</p>
<blockquote><p>e1000g0   static   192.168.0.45/24</p></blockquote>
<p>Easy!</p>
<p>The <em>/24 </em>part of that string represents the netmask. in this case, it would be expressed as 255.255.255.0 in decimal notation.</p>
<p>Then create <strong>/<em>etc</em>/defaultrouter</strong> so that your machine can reach the outside world! For example&#8230;</p>
<blockquote><p>192.168.0.1</p></blockquote>
<p>&#8230;as this is the address of the router on my LAN<br />
Finally, create the <strong>/<em>etc</em>/resolv.conf</strong> file, so that the OS knows where to look to resolve DNS names!</p>
<p>On my LAN , this would be:</p>
<blockquote><p>nameserver   192.168.0.1</p></blockquote>
<p>If your still having trouble resolving host names, you may need to check that the <strong>/<em>etc</em>/nsswitch.conf</strong> file reflects the fact that you want to look in both files and the DNS to resolve host names. The <em>hosts </em>and <em>ipnodes</em> entries should look like this:</p>
<blockquote><p>hosts:        files dns<br />
ipnodes:      files dns</p></blockquote>
<p>Once all that is done you can simply restart the NWAM service:</p>
<p><strong>pfexec svcadm restart nwam</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.parolski.com/2010/02/16/static-ips-with-nwam/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>project indiana is born!</title>
		<link>http://www.parolski.com/2008/05/05/project-indiana-is-born/</link>
		<comments>http://www.parolski.com/2008/05/05/project-indiana-is-born/#comments</comments>
		<pubDate>Mon, 05 May 2008 10:26:25 +0000</pubDate>
		<dc:creator>Anton Parol</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[pkg]]></category>

		<guid isPermaLink="false">http://www.parolski.com/?p=49</guid>
		<description><![CDATA[The latest version of Opensolaris can be found at opensolaris.com . This was known as project indiana whilst in development and is now yours absolutely free! (support does cost). Its basically Sun&#8217;s home rolled distro of opensolaris.org , and now contains IPS (Image Packaging System) . Essentially IPS is like apt for ubuntu and debian: [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of Opensolaris can be found at <a href="http://www.parolski.com/wp-admin/opensolaris.com">opensolaris.com</a> . This was known as <a href="http://opensolaris.org/os/project/indiana/">project indiana</a> whilst in development and is now yours absolutely free! (support does cost). Its basically Sun&#8217;s home rolled distro of opensolaris.org , and now contains IPS (Image Packaging System) . Essentially IPS is like apt for ubuntu and debian:</p>
<p>you want netbeans?</p>
<pre><tt>pkg install netbeans
</tt></pre>
<p>Theres also a <a href="http://frsun.downloads.edgesuite.net/sun/08D12331/index.html">graphical installer</a> too! Theres a <a href="http://frsun.downloads.edgesuite.net/sun/08D12331/index.html">screencast</a> you might want to watch which explains a little about how to use it, and what its about!</p>
<p>You should also note that its made it onto distrowatch.com, to rank 69!!!!Hopefully enough people will blog about the release to push that figure up!!!Surely it should make it to the top ten, for all the features it has?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parolski.com/2008/05/05/project-indiana-is-born/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abusing Solaris with style</title>
		<link>http://www.parolski.com/2008/04/19/abusing-solaris-with-style/</link>
		<comments>http://www.parolski.com/2008/04/19/abusing-solaris-with-style/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 01:18:36 +0000</pubDate>
		<dc:creator>Anton Parol</dc:creator>
				<category><![CDATA[solaris]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[smash]]></category>

		<guid isPermaLink="false">http://www.parolski.com/?p=47</guid>
		<description><![CDATA[Turning Solaris to goo with destructive commands is something I&#8217;ve been enjoying for a while now, so its great to see someone add cash to the equation and take the next step in &#8220;squashing&#8221; bugs.. and hard drives.]]></description>
			<content:encoded><![CDATA[<p>Turning Solaris to goo with destructive commands is something I&#8217;ve been<a href="http://www.parolski.com/2008/03/15/abusing-solaris-attempt-2-stressing-out-zfs-part2"> enjoying</a> for a while now, so its great to see someone add cash to the equation and take the next step in &#8220;squashing&#8221; bugs.. and hard drives.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/CN6iDzesEs0&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/CN6iDzesEs0&amp;hl=en" wmode="transparent"></embed></object></p>
<p> <img src='http://www.parolski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.parolski.com/2008/04/19/abusing-solaris-with-style/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bullet proof Solaris!</title>
		<link>http://www.parolski.com/2007/12/29/bullet-proof-solaris/</link>
		<comments>http://www.parolski.com/2007/12/29/bullet-proof-solaris/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 19:33:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[build 78]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://www.parolski.com/2007/12/29/bullet-proof-solaris/</guid>
		<description><![CDATA[One thing I found out about the Solaris OS is that regardless of system load or runlevel, you could always ping the box. Even when you rm -rf / Ok, so that wasn&#8217;t always true, somtimes it was powered off, but its pretty close. Solaris appears to have gained another ability&#8230;&#8230;Despite a &#8220;failed&#8221; install of [...]]]></description>
			<content:encoded><![CDATA[<p>One thing I found out about the <a href="http://www.sun.com/software/solaris/index.jsp">Solaris OS</a> is that regardless of system load or runlevel, you could always ping the box. Even when you<code> rm -rf / </code> Ok, so that wasn&#8217;t always true, somtimes it was powered off, but its pretty close. Solaris appears to have gained another ability&#8230;&#8230;Despite a &#8220;failed&#8221; install of <a href="http://www.opensolaris.org/jive/thread.jspa?messageID=187532&amp;tstart=0">build 78 of OpenSolaris</a> which collapsed at 85% completion, the machine still appears to have installed well. It boots, JDS works fine, ZFS is happy, and nothing has crashed (yet). <img src='http://www.parolski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This is another shining example why those guys down in the Sun labs deserve a pay rise!!! Now, if only they could fix a gigabit ethenet bug thats affecting me&#8230;&#8230; <img src='http://www.parolski.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.parolski.com/2007/12/29/bullet-proof-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
