<?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>Sebastian Mogilowskis Blog &#187; Virtualization</title>
	<atom:link href="http://www.mogilowski.net/lang/en-us/category/sysadmin/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mogilowski.net</link>
	<description>Just another blog about administration, linux and other stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:26:33 +0000</lastBuildDate>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>VMWare Server 2 &#8211; Unable to build the vsock module</title>
		<link>http://www.mogilowski.net/lang/en-us/2010/03/16/vmware-server-2-unable-to-build-the-vsock-module</link>
		<comments>http://www.mogilowski.net/lang/en-us/2010/03/16/vmware-server-2-unable-to-build-the-vsock-module#comments</comments>
		<pubDate>Tue, 16 Mar 2010 07:55:42 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=631</guid>
		<description><![CDATA[Just a quick Post, the solution for the &#8220;Unable to build the vsock module&#8221; error message if you install VMWare Server 2 on Debian or Ubuntu: tar xvf /usr/lib/vmware/modules/source/vsock.tar cd vsock-only sed -i 's/^\#include //' autoconf/*.c make cp vsock.o /lib/modules/$(uname -r)/misc ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko depmod -a invoke-rc.d vmware restart]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">Just a quick Post, the solution for the &#8220;Unable to build the vsock module&#8221; error message if you install VMWare Server 2 on Debian or Ubuntu:</span></p>
<pre>tar xvf /usr/lib/vmware/modules/source/vsock.tar
cd vsock-only
sed -i 's/^\#include
//' autoconf/*.c
make
cp vsock.o /lib/modules/$(uname -r)/misc
ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko
depmod -a
invoke-rc.d vmware restart
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2010/03/16/vmware-server-2-unable-to-build-the-vsock-module/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare Workstation / Player Installer 6.5.3 Hangs</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/09/13/vmware-workstation-player-installer-6-5-3-hang</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/09/13/vmware-workstation-player-installer-6-5-3-hang#comments</comments>
		<pubDate>Sun, 13 Sep 2009 08:37:40 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=530</guid>
		<description><![CDATA[The installer of VMWare Workstation (and Player) hangs on Ubuntu Karmic 9.10. &#8220;Cause: the installer runs vmware-modconfig-console which produces enough output with some kernels that the python engine deadlocks is command piplining during the compile.&#8221; You need 2 consoles. In the first one type: sudo -i while true; do killall -9 vmware-modconfig-console; sleep 1; done [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">The installer of VMWare Workstation (and Player) hangs on Ubuntu Karmic 9.10.</span></p>
<p>&#8220;Cause: the installer runs vmware-modconfig-console which produces enough output with some kernels that the python engine deadlocks is command piplining during the compile.&#8221;</p>
<p><span lang="en-us">You need 2 consoles.</span></p>
<p><span lang="en-us">In the first one type:</span></p>
<pre>sudo -i
while true; do killall -9 vmware-modconfig-console; sleep 1; done</pre>
<p><span lang="en-us">In the second one start the installer:</span></p>
<pre>sudo ./VMware-Workstation-6.5.3-185404.x86_64.bundle --ignore-errors</pre>
<p><span lang="en-us"><strong>Note:</strong> <em>Replace the bundle file name with your product (32-bit version for example).</em></span></p>
<p><em><img class="aligncenter size-thumbnail wp-image-534" title=" vmware_workstation_install" src="http://www.mogilowski.net/wp-content/uploads/2009/09/vmware_workstation_install-300x240.jpg" alt=" vmware_workstation_install" width="300" height="240" /><br />
</em></p>
<p><span lang="en-us">After the installation stop the command in console one with &#8220;strg+c&#8221; and type:</span></p>
<pre>vmware-modconfig --console --install-all</pre>
<p><span lang="en-us">Now the installation is finished and you can use the installed VMWare product.</span></p>
<p><strong>Links:</strong></p>
<p><span lang="en-us">I found this workaround in the VMWare community forum:</span> <a title="VMWare Community" href="http://communities.vmware.com/thread/228949" target="_blank">http://communities.vmware.com/thread/228949</a></p>
<p>VMWare Downloads: <a title="VMWare Products" href="http://www.vmware.com/products/" target="_blank">http://www.vmware.com/products/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/09/13/vmware-workstation-player-installer-6-5-3-hang/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare Server 2 &#8211; RuntimeFault: Database temporarily unavailable or has network problems</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/05/29/vmware-server-2-runtimefault-database-temporarily-unavailable-or-has-network-problems</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/05/29/vmware-server-2-runtimefault-database-temporarily-unavailable-or-has-network-problems#comments</comments>
		<pubDate>Fri, 29 May 2009 09:46:44 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=393</guid>
		<description><![CDATA[If you add a new User (New Permission) to the VMWare Server 2 via the VMware Infrastructure Web Access you may get the message &#8220;The server response included one or more errors&#8221; with the details &#8220;RuntimeFault: Database temporarily unavailable or has network problems&#8221;. To fix this you first have to stop the VMWare management service: [...]]]></description>
			<content:encoded><![CDATA[<p><br />
<span lang="en-us">If you add a new User  (New Permission) to the VMWare Server 2 via the VMware Infrastructure Web Access you may get the message &#8220;The server response included one or more errors&#8221; with the details &#8220;RuntimeFault: Database temporarily unavailable or has network problems&#8221;.</span></p>
<p><img class="aligncenter size-full wp-image-394" title="vmerr" src="http://www.mogilowski.net/wp-content/uploads/2009/05/vmerr.jpg" alt="vmerr" width="459" height="249" /></p>
<p><br />
<span lang="en-us">To fix this you first have to stop the VMWare management service:</span></p>
<pre>/etc/init.d/vmware-mgmt stop</pre>
<p><br />
<span lang="en-us">Now open the file &#8220;/etc/vmware/hostd/authorization.xml&#8221; and change the value of &#8216;&#60;NextAceId&#62;&#8217; to 50 for example.</span></p>
<p><br />
<span lang="en-us">After that change you can start the VMWare management service again:</span></p>
<pre>/etc/init.d/vmware-mgmt start</pre>
<p><br />
<span lang="en-us">Now you can relogin into the VMware Infrastructure Web Access and add the new user. (If you get the error again, change the value of &#60;NextAceId&#62; again to a higher value)</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/05/29/vmware-server-2-runtimefault-database-temporarily-unavailable-or-has-network-problems/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare Infrastructure Client with VMWare Server</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/05/18/vmware-infrastructure-client-with-vmware-server</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/05/18/vmware-infrastructure-client-with-vmware-server#comments</comments>
		<pubDate>Mon, 18 May 2009 17:58:28 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=383</guid>
		<description><![CDATA[I had a lot of problems with the new webinterface of VMWare Server 2. The interface is very unstable and not very comfortable for the VMWare configuration. I need an alternative for the browser application. The new VMWare Server 2 is very simular to the ESXi or ESX Server from VMWare so you can use [...]]]></description>
			<content:encoded><![CDATA[<p><br />
<span lang="en-us">I had a lot of problems with the new webinterface of VMWare Server 2. The interface is very unstable and not very comfortable for the VMWare configuration. I need an alternative for the browser application.</span><br />
<br />
<span lang="en-us">The new VMWare Server 2 is very simular to the ESXi or ESX Server from VMWare so you can use the VMWare Infrastructure Client of this products to manage the VMWare Server 2.</span><br />
<br />
<span lang="en-us">But you can&#8217;t download VMWare Infrastructure Client from the VMWare page, you have to download the free ESXi Server together with the VMWare Infrastructure Client and download the Infrastructure Client from the machine where you installed the ESXi server. (If you know a better way to get the VMWare Infrastructure Client send me a message or post a comment below.)</span><br />
<br />
<span lang="en-us">Now you can connect to your VMWare Server 2 with the VMWare Infrastructure Client like connecting it to an ESXi or ESX. (Add the port 8333 to the servername like on the picture below.)</span><br />
<img class="aligncenter size-full wp-image-397" title="vic1" src="http://www.mogilowski.net/wp-content/uploads/2009/05/vic1.jpg" alt="vic1" width="424" height="357" /><br />
<br />
<span lang="en-us">I&#8217;m sorry to say that  VMWare Infrastructure Client don&#8217;t run on Ubuntu Linux. Here you find a small howto, but this will not work with an encrypted connection to the server. Without this encryption you can&#8217;t use it in an productive environment.</span><br />
<strong>Update:</strong><br />
<br />
<span lang="en-us">VMware relased a new version 4 of the ESXi. The VMWare infrastructure client is replaced by VMWare vSphere Client. You can download the new client direct from <a href="http://www.vmware.com/products/esxi" target="_blank">http://www.vmware.com/products/esxi</a>. There a no significant changes in the new client, it works with the free VMWare server like the old client.</span><br />
<img class="aligncenter size-full wp-image-401" title="vsphereclient" src="http://www.mogilowski.net/wp-content/uploads/2009/05/vsphereclient.jpg" alt="vsphereclient" width="421" height="372" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/05/18/vmware-infrastructure-client-with-vmware-server/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
