<?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>dicianno.org/blog &#187; opensolaris</title>
	<atom:link href="http://dicianno.org/blog/category/opensolaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://dicianno.org/blog</link>
	<description>notes about computers and lifestyle</description>
	<lastBuildDate>Thu, 04 Feb 2010 21:09:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMware Fusion 2.0 beta 1 tools and OpenSolaris 2008.05</title>
		<link>http://dicianno.org/blog/2008/06/16/vmware-fusion-20-beta-1-tools-and-opensolaris-200805/</link>
		<comments>http://dicianno.org/blog/2008/06/16/vmware-fusion-20-beta-1-tools-and-opensolaris-200805/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:20:07 +0000</pubDate>
		<dc:creator>armando</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[obt]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://www.dicianno.org/blog/2008/06/16/vmware-fusion-20-beta-1-tools-and-opensolaris-200805/</guid>
		<description><![CDATA[I had a small issue getting vmware tools from VMware 2.0 beta 1 working under OpenSolaris 2008.05.  I don&#8217;t know if it&#8217;s an issue in previous versions of either software.
First, when installing OpenSolaris 2008.05, choose VMware setup options for &#8220;Solaris&#8221;, and either 32-bit or 64-bit depending on your preference.  I wanted, 64-bit, but [...]]]></description>
			<content:encoded><![CDATA[<p>I had a small issue getting vmware tools from VMware 2.0 beta 1 working under OpenSolaris 2008.05.  I don&#8217;t know if it&#8217;s an issue in previous versions of either software.</p>
<p>First, when installing OpenSolaris 2008.05, choose VMware setup options for &#8220;Solaris&#8221;, and either 32-bit or 64-bit depending on your preference.  I wanted, 64-bit, but &#8220;Other / Other 64-bit&#8221; setup option resulted in strange errors at vm boot time.</p>
<p>You can now mount the VMware tools via the menu option &#8220;Virtual Machine&#8221; -> &#8220;Install VMware Tools&#8221;.  A CD icon will appear on your desktop.  Double-click the CD, and the tar file inside there.  Untar the files onto your desktop.  Open a terminal.  Become root.  Before you run the script, we need to create some directories to help the installation complete.</p>
<p><code><br />
	# su -<br />
	(password)<br />
	# mkdir -p /usr/dt/config/Xsession.d<br />
	# mkdir -p /etc/X11/xinit/xinitrc.d<br />
	# cd ~/Desktop/vmware-tools-distrib<br />
	# ./vmware-install.pl<br />
	(run the script)<br />
	# cd /etc/X11/xinit/xinitrc.d<br />
	# ln -s /usr/dt/config/Xsession.d/9999.autostart-vmware-user.sh<br />
</code></p>
<p>What we did above was create and old directory the install script wanted to use, a new directory that will be used by gdm (the login manager), and then linked the files accordingly.</p>
<p>If you log out (or reboot), and log back in, you will now see:</p>
<p><code><br />
	$ ps -ae |grep vmware<br />
	  794 ?           0:03 vmware-m<br />
	  868 ?           0:07 vmware-g<br />
	12428 ?           0:04 vmware-u</p>
<p></code></p>
<p>The <tt>vmware-u</tt> is the vmware-user process that needs to get launched, so that features like autoresize and copy &amp; paste will work.</p>
<p>Now &#8212; on to play with ZFS!</p>
]]></content:encoded>
			<wfw:commentRss>http://dicianno.org/blog/2008/06/16/vmware-fusion-20-beta-1-tools-and-opensolaris-200805/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
