<?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>blog.mirko-pluhar.de &#187; OpenSolaris</title>
	<atom:link href="http://blog.mirko-pluhar.de/category/opensolaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mirko-pluhar.de</link>
	<description>Aus Neuseeland. Ohne Umlaute.</description>
	<lastBuildDate>Mon, 30 Aug 2010 23:10:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install OpenSolaris 2008.11 under KVM</title>
		<link>http://blog.mirko-pluhar.de/2009/01/10/install-opensolaris-200811-under-kvm/</link>
		<comments>http://blog.mirko-pluhar.de/2009/01/10/install-opensolaris-200811-under-kvm/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 01:26:17 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[QEMU]]></category>

		<guid isPermaLink="false">http://blog.mirko-pluhar.de/?p=207</guid>
		<description><![CDATA[First steps of  installation and configuration of OpenSolaris under KVM]]></description>
			<content:encoded><![CDATA[<p>A while ago I tested <a href="http://blog.mirko-pluhar.de/?p=52">OpenSolaris 2008.5 under Virtualbox</a>. Time to test the latest release.<br />
As everybody knows OpenSolaris is a excellent Operating System offering lots of superior features. Follow the steps to install the latest release 2008.11 under KVM/QEMU</p>
<li>Download ISO file from <a href="http://www.opensolaris.com">www.opensolaris.com</a></li>
<li>Prepare a new KVM configuration for OpenSolaris with an empty harddrive.<br />
             Add a network adapter. I recommend you to use a default NAT networking connection<br />
             Choose <code>x86_64</code> if you got 64-Bit hardware and Solaris 10 as Operating System</li>
<li>Follow the <a href="http://dlc.sun.com/osol/docs/content/2008.11/getstart/roadmap.html">installation instructions</a></li>
<li>After installation OpenSolaris starts up with a fancy graphical splashscreen and login, but we don&#8217;t want that. OpenSolaris is most powerful on CLI.<br />
             Login and become root to execute the command:<br />
             <code>svcadm disable gdm</code><br />
             This command disables the graphical login immediately  and for future sessions.<br />
             You can choose <code>OpenSolaris 2008.11 snv_101b_rc2 X86 text boot</code> from the GRUB menu to have text output during startup. In my configuration sometimes the splashscreen doesn&#8217;t disappear after a successful startup. That could cause you some trouble if you can&#8217;t access your Virtual Machine by SSH or Terminal.<br />
             Now edit GRUB configuration for textmode during startup. If you ran an update of you current image make the lasst entry in your menu.lst looks something my one.</p>
<p><code>vim /rpool/boot/grub/menu.lst</p>
<p>title opensolaris-1 text boot<br />
findroot (pool_rpool,0,a)<br />
#splashimage /boot/solaris.xpm<br />
#foreground d25f00<br />
#background 115d93<br />
bootfs rpool/ROOT/opensolaris-1<br />
#kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS,console=graphics<br />
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS<br />
module$ /platform/i86pc/$ISADIR/boot_archive</code></li>
<li>Restart your machine. Hard work almost done.</li>
<li>Now use your new Operating System for example by checking out OpenSolaris features as a <a href="http://www.heise-online.co.uk/open/OpenSolaris-as-a-file-server--/features/112212">Fileserver</a> and have fun following the article based on GUI tools on your CLI.</li>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirko-pluhar.de/2009/01/10/install-opensolaris-200811-under-kvm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenSolaris 2008.5</title>
		<link>http://blog.mirko-pluhar.de/2008/05/25/opensolaris20085/</link>
		<comments>http://blog.mirko-pluhar.de/2008/05/25/opensolaris20085/#comments</comments>
		<pubDate>Sun, 25 May 2008 14:21:57 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://duennes.wordpress.com/?p=60</guid>
		<description><![CDATA[Nice work, guys. The first present is VirtualBox which succeeds VMWare server on my computer. Okay, VirtualBox is made in Germany by a small company and not made by Sun engineers.
OpenSolaris 2008.5 is very impressive too, even in VirtualBox. But Sun should mention that if you want to change from dhcp configured network interfaces to [...]]]></description>
			<content:encoded><![CDATA[<p>Nice work, guys. The first present is VirtualBox which succeeds VMWare server on my computer. Okay, VirtualBox is made in Germany by a small company and not made by Sun engineers.</p>
<p>OpenSolaris 2008.5 is very impressive too, even in VirtualBox. But Sun should mention that if you want to change from dhcp configured network interfaces to static interfaces, you should definetly <a href="http://dlc.sun.com/osol/docs/content/IPS/nwam.html" target="_blank">follow the guide</a> and additionally edit /etc/nsswitch.conf to make adress resolution work.</p>
<p>hosts: files dns</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirko-pluhar.de/2008/05/25/opensolaris20085/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
