<?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>Free Techie Blog &#187; Virtualization</title>
	<atom:link href="http://www.freetechie.com/blog/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freetechie.com/blog</link>
	<description>In the world of linux your boundaries are free</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:15:20 +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>Getting VMware Tools Version for Linux via CLI</title>
		<link>http://www.freetechie.com/blog/getting-vmware-tools-version-for-linux-via-cli/</link>
		<comments>http://www.freetechie.com/blog/getting-vmware-tools-version-for-linux-via-cli/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 18:01:43 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vmware cli]]></category>

		<guid isPermaLink="false">http://www.freetechie.com/blog/?p=4574</guid>
		<description><![CDATA[VMware doesn&#8217;t seem to provide a very good way to get the version of your VMware tools currently installed on your server. However, you can&#160;[&#160;<a href="http://www.freetechie.com/blog/getting-vmware-tools-version-for-linux-via-cli/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/08/VMW_09Q3_LOGO_Corp_Gray-e1326137511345.png"><img src="http://www.freetechie.com/blog/wp-content/uploads/2010/08/VMW_09Q3_LOGO_Corp_Gray-e1326137511345.png" alt="" title="VMW_09Q3_LOGO_Corp_Gray" width="125" height="19" class="alignleft size-full wp-image-5572" /></a>VMware doesn&#8217;t seem to provide a very good way to get the version of your VMware tools currently installed on your server. However, you can grep the vmware-config-tools.pl to get the current build number with:<br />
<code>grep ^\ \ \$buildNr /usr/bin/vmware-config-tools.pl | awk -F\' '{ print $2 }'</code></p>
<p>You&#8217;d get an output similar to:<br />
<code><br />
grep ^\ \ \$buildNr /usr/bin/vmware-config-tools.pl | awk -F\' '{ print $2 }'<br />
4.0.0 build-236512<br />
</code></p>
<div class="shr-publisher-4574"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/getting-vmware-tools-version-for-linux-via-cli/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Virtualbox Walkthrough: Ubuntu 10.04</title>
		<link>http://www.freetechie.com/blog/virtualbox-walkthrough-ubuntu-10-04/</link>
		<comments>http://www.freetechie.com/blog/virtualbox-walkthrough-ubuntu-10-04/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:14:30 +0000</pubDate>
		<dc:creator>andrew.huang</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.freetechie.com/blog/?p=4435</guid>
		<description><![CDATA[This walkthrough takes you through creating a virtual machine on Virtualbox and installing Ubuntu 10.04 on it. This is a fairly thorough walkthrough, but by&#160;[&#160;<a href="http://www.freetechie.com/blog/virtualbox-walkthrough-ubuntu-10-04/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/virtualbox.png"><img class="alignleft size-full wp-image-4564" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/virtualbox.png" alt="" width="163" height="133" /></a>This walkthrough takes you through creating a virtual machine on <a href="http://www.virtualbox.org/">Virtualbox</a> and installing <a href="http://ubuntu.com/">Ubuntu 10.04</a> on it. This is a fairly thorough walkthrough, but by no means complete. When in doubt, consult the <a href="http://www.virtualbox.org/manual/UserManual.html">manual</a>. It is assumed that you know the details of how to install Virtualbox, and Ubuntu as well. While neither of these are very difficult, both procedures exceed the scope of this text.</p>
<p>The host machine and OS is a Thinkpad T410 and Windows 7 64bit, respectively. The T410 (lovingly dubbed &#8220;Athena&#8221;) has an Intel Core i5-520M processor running at 2.40Ghz, integrated graphics and 4GB of RAM. However, these instructions should work on any machine capable of running Ubuntu and its host OS simultaneously. The version of Virtualbox used was the latest at the time&#8211;3.2.6.</p>
<p>When you open Virtualbox, you should see something like this:</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/01.png"><img class="alignnone size-medium wp-image-4531" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/01-300x227.png" alt="" width="300" height="227" /></a></p>
<p>From the default window, press the &#8220;New&#8221; button and the virtual machine wizard will load. The first window asks you to name your new virtual machine and which OS you will install on it.</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/02.png"><img class="alignnone size-medium wp-image-4532" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/02-300x230.png" alt="" width="300" height="230" /></a></p>
<p>N.B. You will see the &#8220;64 bit&#8221; option in OS type for Ubuntu. Use that ONLY if you are running a 32 bit host and you wish to emulate 64 bit:</p>
<blockquote><p>If you want to use 64-bit guest support on a 32-bit host operating system, you must also select a 64-bit operating system for the particular VM. Since supporting 64 bits on 32-bit hosts incurs additional overhead, VirtualBox only enables this support upon explicit request.</p>
<p>On 64-bit hosts, 64-bit guest support is always enabled, so you can simply install a 64-bit operating system in the guest. (<a href="http://www.virtualbox.org/manual/ch03.html#intro-64bitguests">Source</a>)</p></blockquote>
<p>Clicking &#8220;Next&#8221; brings you to a slider that allows you to set how much RAM you wish to allot to your VM&#8211;how much RAM the emulated system will see. Don&#8217;t go past the green section or you risk freezing your host. I put 1.5GB, as Ubuntu runs fine with that much.</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/03.png"><img class="alignnone size-medium wp-image-4533" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/03-300x227.png" alt="" width="300" height="227" /></a></p>
<p>Next is configuring the virtual hard drive.</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/04.png"><img class="alignnone size-medium wp-image-4534" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/04-300x227.png" alt="" width="300" height="227" /></a></p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/04.png"></a>If you haven&#8217;t already created a hard disk, the wizard will walk you through that too. The virtual disk wizard has preset options that work fine. If you&#8217;re curious as what the differences between options are and don&#8217;t understand the brief description provide in the wizard, go read the manual.</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/05.png"><img class="alignnone size-medium wp-image-4535" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/05-300x227.png" alt="" width="300" height="227" /></a></p>
<p>Once you have configured your virtual disk, you should be led to this summary:</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/06.png"><img class="alignnone size-medium wp-image-4536" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/06-300x228.png" alt="" width="300" height="228" /></a></p>
<p>After hitting finish, you should see your new VM on the left. Select it and click &#8220;Start&#8221;.</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/07.png"><img class="alignnone size-medium wp-image-4537" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/07-300x228.png" alt="" width="300" height="228" /></a></p>
<p>When a VM in virtual box runs for the first time, the first run wizard pops up and asks you to load installation media. I&#8217;ve chosen an ISO image of Ubuntu 10.04 64bit. You can either use an ISO (easily downloadable from the ubuntu homepage), or a physical Ubuntu CD or DVD.</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/08.png"><img class="alignnone size-medium wp-image-4538" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/08-300x228.png" alt="" width="300" height="228" /></a></p>
<p>Ubuntu ISO booting:</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/09.png"><img src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/09-300x227.png" alt="" width="300" height="227" /></a></p>
<p>Note: there are various alerts that will pop up that you should read at least once.</p>
<p>Now that the ISO is finished booting, you will be given the option to either try or install Ubuntu. You should know where to go from here.</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/10.png"><img src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/10-300x234.png" alt="" width="300" height="234" /></a></p>
<p>Treat the virtual hard drive that Ubuntu detects normally. Partition however you are used to.</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/11.png"><img src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/11-300x233.png" alt="" width="300" height="233" /></a></p>
<p>Installation takes a while. Go grab food or something.</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/12.png"><img class="alignnone size-medium wp-image-4542" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/12-300x235.png" alt="" width="300" height="235" /></a></p>
<p>Once the installation is complete, restart as prompted and you will boot into your new virtual Ubuntu installation!</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/13.png"><img class="alignnone size-medium wp-image-4543" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/13-300x234.png" alt="" width="300" height="234" /></a></p>
<p>Notice the low resolution. This is an indicator that Ubuntu doesn&#8217;t realize that it&#8217;s being run in a virtual environment. In order to fix this, Virtualbox has a patch called Guest Additions. But before that, update the system.</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/14.png"><img class="alignnone size-medium wp-image-4544" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/14-300x235.png" alt="" width="300" height="235" /></a></p>
<p>The first update generally takes the longest (unless you have an uber-fast connection). I got through a chapter of <em>Hitchhiker&#8217;s Guide to the Galaxy</em> and half a podcast of a college lecture before the system was fully updated. Ubuntu will probably ask for a restart so that it can load the updated kernel. Do so.</p>
<p>Once the desktop comes back up, go to Devices &gt; Install Guest Additions. That will load an ISO into the VM&#8217;s CD drive. Ubuntu will detect it automagically and will want to auto-run it. I ignored that and opened a terminal and did the following:</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/15.png"><img class="alignnone size-medium wp-image-4545" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/15-300x233.png" alt="" width="300" height="233" /></a></p>
<p>This will install Guest Additions in Ubuntu.</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/16.png"><img class="alignnone size-medium wp-image-4546" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/16-300x235.png" alt="" width="300" height="235" /></a></p>
<p>After that&#8217;s done, it will ask to restart yet again. After boot you should notice a refreshingly better resolution:</p>
<p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/07/17.png"><img class="alignnone size-medium wp-image-4547" src="http://www.freetechie.com/blog/wp-content/uploads/2010/07/17-300x227.png" alt="" width="300" height="227" /></a></p>
<p>Since it&#8217;s a virtual machine, I turned off the screensaver and power options, and enabled auto login.</p>
<p>Lastly, for whatever reason, <a href="http://www.virtualbox.org/ticket/6089">Virtualbox crashes when desktop effects are enabled</a>. This also occurs when I attempt to shutdown/restart/logout/etc with desktop effects enabled. So beware of that. <a href="http://lmgtfy.com/?q=ymmv&amp;l=1">YMMV</a>. Cheers.</p>
<div class="shr-publisher-4435"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/virtualbox-walkthrough-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding out if a VMDK is zeroedthick or eagerzeroedthick</title>
		<link>http://www.freetechie.com/blog/finding-out-if-a-vmdk-is-zeroedthick-or-eagerzeroedthick/</link>
		<comments>http://www.freetechie.com/blog/finding-out-if-a-vmdk-is-zeroedthick-or-eagerzeroedthick/#comments</comments>
		<pubDate>Mon, 03 May 2010 22:33:47 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.freetechie.com/blog/?p=4383</guid>
		<description><![CDATA[In some cases while working in your VMware environment it&#8217;s very important to know what type of virtual disk you&#8217;re working with. roofing contractor florida&#160;[&#160;<a href="http://www.freetechie.com/blog/finding-out-if-a-vmdk-is-zeroedthick-or-eagerzeroedthick/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.freetechie.com/blog/wp-content/uploads/2012/01/image007.png"><img src="http://www.freetechie.com/blog/wp-content/uploads/2012/01/image007.png" alt="" title="vmware_new_logo" width="101" height="107" class="alignleft size-full wp-image-5565" /></a>In some cases while working in your VMware environment it&#8217;s very important to know what type of virtual disk you&#8217;re working with. <a href="http://www.jacksonvilleroofers.net/" rel="dofollow">roofing contractor florida</a> . A few of these functions are Fault Tolerance and Microsoft Clustered Services. <a href="http://www.sanfranciscocarpetcleaners.net/" rel="dofollow">stanley steamer</a> . You can easily determine the type of disk using vmkfstools -t0, for example: The following is an example of a zeroedthick disk
<pre><code># vmkfstools -t0 /vmfs/volumes/datastore1/EagerBeaver/EagerBeaver.vmdk | moreMapping for file /vmfs/volumes/4aef08e3-671b60d5-927b-00188be583a5/EagerBeaver/EagerBeaver.vmdk (8589934592 bytes in size):[           0:   196083712] --&gt; [VMFS <strong>Z</strong>- LVID:4aef08e2-0e1d23e2-2505-00188be583a5/4aef08e2-046dd3fa-28b3-00188be583a5/1:( 275392790016 --&gt;  275588873728)][   196083712:    12582912] --&gt; [VMFS <strong>Z</strong>- LVID:4aef08e2-0e1d23e2-2505-00188be583a5/4aef08e2-046dd3fa-28b3-00188be583a5/1:( 275379158528 --&gt;  275391741440)][   208666624:  8381267968] --&gt; [VMFS <strong>Z</strong>- LVID:4aef08e2-0e1d23e2-2505-00188be583a5/4aef08e2-046dd3fa-28b3-00188be583a5/1:( 275588873728 --&gt;  283970141696)]</code></pre>
<p><strong>Note:</strong> Notice in the zerothicked VM&#8217;s you have a Z following VMFS. This indicates that the block has been zeroed, but not written. Now is an example of an eagerzeroedthick disk
<pre><code># vmkfstools -t0 /vmfs/volumes/datastore1/EagerBeaver/EagerBeaver_1.vmdk | moreMapping for file /vmfs/volumes/4aef08e3-671b60d5-927b-00188be583a5/EagerBeaver/EagerBeaver_1.vmdk (8589934592 bytes in size):[           0:  7516192768] --&gt; [VMFS -- LVID:4aef08e2-0e1d23e2-2505-00188be583a5/4aef08e2-046dd3fa-28b3-00188be583a5/1:( 283970141696 --&gt;  291486334464)][  7516192768:   460324864] --&gt; [VMFS -- LVID:4aef08e2-0e1d23e2-2505-00188be583a5/4aef08e2-046dd3fa-28b3-00188be583a5/1:(  5015371264 --&gt;   5475696128)][  7976517632:   613416960] --&gt; [VMFS -- LVID:4aef08e2-0e1d23e2-2505-00188be583a5/4aef08e2-046dd3fa-28b3-00188be583a5/1:( 291486334464 --&gt;  292099751424)]</code></pre>
<p>You&#8217;ll notice that following the VMFS you have <code>--</code>, which indicates that it has the bit been completely zeroed. </p>
<div class="shr-publisher-4383"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/finding-out-if-a-vmdk-is-zeroedthick-or-eagerzeroedthick/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Forcing a virtual machine to power off in VMware Fusion</title>
		<link>http://www.freetechie.com/blog/forcing-a-virtual-machine-to-power-off-in-vmware-fusion/</link>
		<comments>http://www.freetechie.com/blog/forcing-a-virtual-machine-to-power-off-in-vmware-fusion/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 04:32:11 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[knowledge base]]></category>

		<guid isPermaLink="false">http://www.freetechie.com/blog/?p=3896</guid>
		<description><![CDATA[used car dealers . Are you using VMware Fusion, and have one of the following symptoms: A virtual machine is not responding during the shut&#160;[&#160;<a href="http://www.freetechie.com/blog/forcing-a-virtual-machine-to-power-off-in-vmware-fusion/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.usedcardealerbaltimore.com/" rel="dofollow">used car dealers</a> . <a href="http://www.freetechie.com/blog/wp-content/uploads/2010/04/vmware_fusion_500x500.jpg"><img src="http://www.freetechie.com/blog/wp-content/uploads/2010/04/vmware_fusion_500x500-300x300.jpg" alt="VMware Fusion Logo" width="300" height="300" class="alignleft size-medium wp-image-3898" /></a> Are you using VMware Fusion, and have one of the following symptoms:
<ul>
<li>A virtual machine is not responding during the shut down process</li>
<li>You cannot power off a virtual machine while it&#8217;s running</li>
<li>A virtual machine stops responding</li>
</ul>
<p>If so, you can force power off of a virtual machine within fusion doing the following:
<ol>
<li>Click Virtual Machine</li>
<li>Press and hold down the Option (Alt) key. <a href="http://www.tamparoofers.net/" rel="dofollow">commercial roof</a> . The menu option for Shut down changes to Power off (In Fusion 3.x, Force Shut Down)</li>
<li>Click Power off (In Fusion 3.x, click Force Shut Down)</li>
</ol>
<div class="shr-publisher-3896"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/forcing-a-virtual-machine-to-power-off-in-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VMSA-2010-0002 VMware vCenter update release addresses multiple security issues in Java JR</title>
		<link>http://www.freetechie.com/blog/security-announce-vmsa-2010-0002-vmware-vcenter-update-release-addresses-multiple-security-issues-in-java-jr/</link>
		<comments>http://www.freetechie.com/blog/security-announce-vmsa-2010-0002-vmware-vcenter-update-release-addresses-multiple-security-issues-in-java-jr/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 15:43:26 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.freetechie.com/blog/?p=2304</guid>
		<description><![CDATA[VMware recently sent out the following vCenter security announcement:1. Summary Updated Java JRE packages address several security issues.2. Relevant releases Virtual Center 2.5 before Update&#160;[&#160;<a href="http://www.freetechie.com/blog/security-announce-vmsa-2010-0002-vmware-vcenter-update-release-addresses-multiple-security-issues-in-java-jr/">continue reading...</a>&#160;]
Related posts:<ol>
<li><a href='http://www.freetechie.com/blog/installing-oracle-sun-java-1-7u1-opensuse-12-1/' rel='bookmark' title='Installing Oracle (sun) Java 1.7u1 openSUSE 12.1'>Installing Oracle (sun) Java 1.7u1 openSUSE 12.1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.freetechie.com/blog/wp-content/uploads/2010/08/VMW_09Q3_LOGO_Corp_Gray-e1326137511345.png"><img src="http://www.freetechie.com/blog/wp-content/uploads/2010/08/VMW_09Q3_LOGO_Corp_Gray-e1326137511345.png" alt="" title="VMW_09Q3_LOGO_Corp_Gray" width="125" height="19" class="alignleft size-full wp-image-5572" /></a>VMware recently sent out the following vCenter security announcement:1. Summary  Updated Java JRE packages address several security issues.2. Relevant releases  Virtual Center 2.5 before Update 63. Problem Description a. Java JRE Security Update   JRE update to version 1.5.0_22, which addresses multiple security   issues that existed in earlier releases of JRE.   The Common Vulnerabilities and Exposures project (cve.mitre.org) has   assigned the following names to the security issues fixed in   JRE 1.5.0_18: CVE-2009-1093, CVE-2009-1094, CVE-2009-1095,   CVE-2009-1096, CVE-2009-1097, CVE-2009-1098, CVE-2009-1099,   CVE-2009-1100, CVE-2009-1101, CVE-2009-1102, CVE-2009-1103,   CVE-2009-1104, CVE-2009-1105, CVE-2009-1106, and CVE-2009-1107.   The Common Vulnerabilities and Exposures project (cve.mitre.org) has   assigned the following names to the security issues fixed in   JRE 1.5.0_20: CVE-2009-2625, CVE-2009-2670, CVE-2009-2671,   CVE-2009-2672, CVE-2009-2673, CVE-2009-2675, CVE-2009-2676,   CVE-2009-2716, CVE-2009-2718, CVE-2009-2719, CVE-2009-2720,   CVE-2009-2721, CVE-2009-2722, CVE-2009-2723, CVE-2009-2724.   The Common Vulnerabilities and Exposures project (cve.mitre.org) has   assigned the following names to the security issues fixed in   JRE 1.5.0_22: CVE-2009-3728, CVE-2009-3729, CVE-2009-3864,   CVE-2009-3865, CVE-2009-3866, CVE-2009-3867, CVE-2009-3868,   CVE-2009-3869, CVE-2009-3871, CVE-2009-3872, CVE-2009-3873,   CVE-2009-3874, CVE-2009-3875, CVE-2009-3876, CVE-2009-3877,   CVE-2009-3879, CVE-2009-3880, CVE-2009-3881, CVE-2009-3882,   CVE-2009-3883, CVE-2009-3884, CVE-2009-3886, CVE-2009-3885.   The following table lists what action remediates the vulnerability   (column 4) if a solution is available.   VMware         Product   Running  Replace with/   Product        Version   on       Apply Patch   =============  ========  =======  =================   vCenter        4.0       Windows  affected, patch pending *   VirtualCenter  2.5       Windows  Update 6   VirtualCenter  2.0.2     Windows  affected, patch pending   Workstation    any       any      not affected   Player         any       any      not affected   Server         2.0       any      not being fixed at this time   Server         1.0       any      not affected   ACE            any       any      not affected   Fusion         any       any      not affected   ESXi           any       ESXi     not affected   ESX            4.0       ESX      affected, patch pending *   ESX            3.5       ESX      affected, patch pending **   ESX            3.0.3     ESX      affected, patch pending   ESX            2.5.5     ESX      not affected   vMA            4.0       RHEL5    affected, patch pending * The JRE version of vCenter 4.0 and ESX 4.0 will be updated in the   Update 2 release of vCenter 4.0 and ESX 4.0. See VMSA-2009-0016.1   for the update of JRE in vCenter 4.0 Update 1 and in ESX 4.0   Update 1. ** The JRE version of ESX 3.5 will be updated in an upcoming patch    release. See VMSA-2009-0014.2 for the update of JRE in ESX 3.5    Patch 18.   Notes: These vulnerabilities can be exploited remotely only if the          attacker has access to the Service Console network. <a href="http://www.autoservicelosangeles.net/" rel="dofollow">auto repair service</a> .          Security best practices provided by VMware recommend that the          Service Console be isolated from the VM network. Please see          http://www.vmware.com/resources/techresources/726 for more          information on VMware security best practices. <a href="http://www.movingcompaniesnewjersey.net/" rel="dofollow">moving company</a> .          The currently installed version of JRE depends on your patch          deployment history.4. Solution  Please review the patch/release notes for your product and version  and verify the sha1sum or md5sum of your downloaded file.  VMware Virtual Center 2.5 Update 6  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-  Version       2.5 Update 6  Build Number  227637  Release Date  2010/01/29  Type          Product Binaries  http://downloads.vmware.com/download/download.do?downloadGroup=VC250U6  VirtualCenter DVD image &#8211; English only version  File size: 854 MB  File type: .iso  md5sum: d83b09ac0533a418d5b7f5493dbd3ed3  sha1sum: 1b969b397a937402b5e9463efc767eff7a980ad0  VirtualCenter as a Zip file &#8211; English only version  File size: 625 MB  File type: .zip  md5sum: 760f335ebcd363e0e159b20da923621f  sha1sum: e400bc1008d1e4c44d204a8135293b8ae305f14e  VMware vCenter Converter BootCD  VMware Converter Enterprise BootCD for VirtualCenter  File size: 97 MB  File type: .zip  md5sum: e49e0ff0f2563196cc5d4b5c471cd666  VMware vCenter Converter CLI (Linux)  VMware Converter Enterprise CLI for Linux platform  File size: 37 MB  File type: .tar.gz  md5sum: 30d1f5e58a6cad8dacd988908305bc1c</p>
<div class="shr-publisher-2304"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>Related posts:<ol>
<li><a href='http://www.freetechie.com/blog/installing-oracle-sun-java-1-7u1-opensuse-12-1/' rel='bookmark' title='Installing Oracle (sun) Java 1.7u1 openSUSE 12.1'>Installing Oracle (sun) Java 1.7u1 openSUSE 12.1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/security-announce-vmsa-2010-0002-vmware-vcenter-update-release-addresses-multiple-security-issues-in-java-jr/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VMware ESXi Removing the Landing Welcome Page</title>
		<link>http://www.freetechie.com/blog/vmware-esxi-removing-the-landing-welcome-page/</link>
		<comments>http://www.freetechie.com/blog/vmware-esxi-removing-the-landing-welcome-page/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 03:59:26 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.freetechie.com/blog/?p=2300</guid>
		<description><![CDATA[Recently in the VMware Communities lamw posted a good tutorial on one of the methods available to remove the VMware ESXi Landing Welcome Page. You&#160;[&#160;<a href="http://www.freetechie.com/blog/vmware-esxi-removing-the-landing-welcome-page/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.freetechie.com/blog/wp-content/uploads/2012/01/image007.png"><img src="http://www.freetechie.com/blog/wp-content/uploads/2012/01/image007.png" alt="" title="vmware_new_logo" width="101" height="107" class="alignleft size-full wp-image-5565" /></a>Recently in the VMware Communities lamw posted a good tutorial on one of the methods available to remove the VMware ESXi Landing Welcome Page. </p>
<p>You can see the posting here:<br />
<a href="http://communities.vmware.com/docs/DOC-11864">http://communities.vmware.com/docs/DOC-11864</a></p>
<p>He also links to 2 other methods of removing the landing page which can be found <a href="http://www.yellow-bricks.com/2010/01/28/remove-the-esxi-web-welcome-screen/">here</a> and <a href="http://technodrone.blogspot.com/2010/01/disabling-services-in-esxi.html">here</a></p>
<div class="shr-publisher-2300"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/vmware-esxi-removing-the-landing-welcome-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VirtualBox 3.1 What&#8217;s New Webinar</title>
		<link>http://www.freetechie.com/blog/virtualbox-3-1-whats-new-webina/</link>
		<comments>http://www.freetechie.com/blog/virtualbox-3-1-whats-new-webina/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 17:26:20 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1766</guid>
		<description><![CDATA[trane . new york personal injury attorney . limousine rentals . hair loss treatments . florida brain injury attorney . roofing company . storage unit&#160;[&#160;<a href="http://www.freetechie.com/blog/virtualbox-3-1-whats-new-webina/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.airconditioningandheatingcompany.net/" rel="dofollow">trane</a> . <a href="http://www.nycaraccidentattorney.org/" rel="dofollow">new york personal injury attorney</a> . <a href="http://www.limousineserviceinatlanta.org/" rel="dofollow">limousine rentals</a> . <a href="http://www.miragela.com/" rel="dofollow">hair loss treatments</a> . <a href="http://avera.com/areas-of-practice/personal-injury/life-altering-injury/" rel="dofollow">florida brain injury attorney</a> . <a href="http://www.philadelphiaroofers.net/" rel="dofollow">roofing company</a> . <a href="http://www.seattleselfstorage.net/" rel="dofollow">storage unit</a> . <a href="http://www.orangecountyfamilylaw.org/" rel="dofollow">divorce lawyers</a> . <a href="http://www.woodflooringcontractors.net/" rel="dofollow">wood floor installation</a> . <a href="http://www.freetechie.com/blog/wp-content/uploads/2009/12/sun_virtualbox_logo_100x100.jpg"><img src="http://www.freetechie.com/blog/wp-content/uploads/2009/12/sun_virtualbox_logo_100x100.jpg" alt="Sun VirtualBox Logo" width="100" height="100" class="alignleft size-full wp-image-3871" /></a>Sun Microsystem is holding a webinar for the latest release of VirtualBox 3.1 titled, What&#8217;s New in 3.1.Slated for the Webinar is:
<ul>
<li>Teleportation</li>
<li>Speedups</li>
<li>Snapshots 2.0</li>
<li>Live demo</li>
</ul>
<p>You can register at the link below:<a href="https://dct.sun.com/dct/forms/reg_us_0712_490_0.jsp">https://dct.sun.com/dct/forms/reg_us_0712_490_0.jsp</a></p>
<div class="shr-publisher-1766"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/virtualbox-3-1-whats-new-webina/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VMware ESXi vSphere 4 Bug &#8211; Be Aware NMP Errors</title>
		<link>http://www.freetechie.com/blog/vmware-esxi-vsphere-4-bug-be-aware-nmp-errors/</link>
		<comments>http://www.freetechie.com/blog/vmware-esxi-vsphere-4-bug-be-aware-nmp-errors/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 19:10:04 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=1707</guid>
		<description><![CDATA[Today at work we ran into quite a crappy issue, which thankfully I read about a few days ago. We started having some guests that&#160;[&#160;<a href="http://www.freetechie.com/blog/vmware-esxi-vsphere-4-bug-be-aware-nmp-errors/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.freetechie.com/blog/wp-content/uploads/2012/01/image007.png"><img src="http://www.freetechie.com/blog/wp-content/uploads/2012/01/image007.png" alt="" title="vmware_new_logo" width="101" height="107" class="alignleft size-full wp-image-5565" /></a>Today at work we ran into quite a crappy issue, which thankfully I read about a few days ago.</p>
<p>We started having some guests that were unresponsive, with the following error in /var/log/messages on the underlined ESXi 4 Server:</p>
<p>“NMP: nmp_DeviceAttemptFailover: Retry world failover device &#8220;naa.xxxxxxxxxxxxxxxxxxx”&#8221;</p>
<p>After talking to some of the other Admins, and looking at previous tasks and events, I saw that someone was trying to remove a datastore, which had been decommissioned.</p>
<p>This caused the hamsters in my head to kick into overdrive, and reminded me that I read something similar to this on <a href="http://communities.vmware.com/message/1321985#1321985">VMware&#8217;s forums</a>.</p>
<p>Without doing anything else to the underline ESXi server, I went ahead and did a re-scan of the storage adapters, and functionality was restored. I then went ahead and re-scanned the hosts that were associated to the same backend storage.</p>
<p>Here&#8217;s an understanding of what happened:<br />
<div id='stb-box-421' class='stb-info_box' >When a LUN supporting a datastore becomes unavailable, the NMP stack in vSphere 4 attempts failover paths, and if no paths are available, an APD (All Paths Dead) state is assumed for that device (starts a different path state detection routine).   If after that you do a rescan, periodically VMs on that ESX host will lose network connectivity and become non-responsive.</div></p>
<p>Which is an excerpt from <a href="http://virtualgeek.typepad.com/virtual_geek/">http://virtualgeek.typepad.com/virtual_geek/</a>, which I found at the end of the link after doing some more post-mortem research</p>
<p>So just a heads up to you guys.. </p>
<p>If you&#8217;re removing a datastore, be sure to rescan your storage adapters asap. </p>
<div class="shr-publisher-1707"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/vmware-esxi-vsphere-4-bug-be-aware-nmp-errors/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VirtualBox 3.0.0 OSE Release &#8211; openSUSE</title>
		<link>http://www.freetechie.com/blog/virtualbox-3-0-0-ose-release-opensuse/</link>
		<comments>http://www.freetechie.com/blog/virtualbox-3-0-0-ose-release-opensuse/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 15:17:55 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Fedora & RedHat]]></category>
		<category><![CDATA[openSUSE & SUSE]]></category>
		<category><![CDATA[Ubuntu & Kubuntu]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=632</guid>
		<description><![CDATA[Looking to replace VMware Workstation with a free open source application? Well, VirtualBox is the application for you. party bus . Recently VirtualBox released version&#160;[&#160;<a href="http://www.freetechie.com/blog/virtualbox-3-0-0-ose-release-opensuse/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Looking to replace VMware Workstation with a free open source application? Well, VirtualBox is the application for you. <a href="http://www.luxurylimousineservice.org/" rel="dofollow">party bus</a> . Recently VirtualBox released version 3.0.0 which has these &#8220;major&#8221; changes: <strong>Guest SMP with up to 32 virtual CPUs (VT-x and AMD-V only; see chapter 3.7.2.2 of the user manual) Windows guests: ability to use Direct3D 8/9 applications / games (experimental; see chapter 4.8 of the user manual) Support for OpenGL 2.0 for Windows, Linux and Solaris guests</strong>You can see the full <a href="http://www.virtualbox.org/wiki/Changelog">changelog here</a>As always the openSUSE team has updated their openSUSE 11.1 BuildService with the newest build and it is available for download: You can add the repository with: <strong>sudo zypper ar http://download.opensuse.org/repositories/Virtualization:/VirtualBox/openSUSE_11.1/ VirtualBox</strong>You can mark the repository for auto refresh with: <strong>sudo zypper mr -r VirtualBox</strong>Install virtual box with<strong>sudo zypper in virtualbox</strong>I&#8217;ll do write up of VirtualBox again (I&#8217;ve converted from VMware Workstation even though I have a free license for since I&#8217;m a VCP). Oh.. if you require features like USB support etc, you can download the closed source version of VirtualBox from: <a href="http://www.virtualbox.org/wiki/Linux_Downloads">http://www.virtualbox.org/wiki/Linux_Downloads</a>Do you have experience with VirtualBox? VMware Workstation? tell me about your experiences. </p>
<div class="shr-publisher-632"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/virtualbox-3-0-0-ose-release-opensuse/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>VMware ESXi: Host in HA Cluster must have userworld swap enabled</title>
		<link>http://www.freetechie.com/blog/vmware-esxi-host-in-ha-cluster-must-have-userworld-swap-enabled/</link>
		<comments>http://www.freetechie.com/blog/vmware-esxi-host-in-ha-cluster-must-have-userworld-swap-enabled/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 03:36:27 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[virtual center]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=495</guid>
		<description><![CDATA[So today I installed the first of many VMware ESXi boxes that I had shipped in. These boxes are diskless running on ESXi via USB&#160;[&#160;<a href="http://www.freetechie.com/blog/vmware-esxi-host-in-ha-cluster-must-have-userworld-swap-enabled/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>So today I installed the first of many VMware ESXi boxes that I had shipped in. These boxes are diskless running on ESXi via USB drive. Everything was quite straight forward (i&#8217;ll do a different blog on installation of ESXi on a thumb drive). <a href="http://www.cincinnaticriminallawattorney.com/" rel="dofollow">cincinnati lawyers</a> . I added the newly created host to an existing cluster and had an HA error. I checked the alerts and saw the following error:
<p style="padding:2px 6px 4px 6px;color: #555555;background-color: #eeeeee;border: #dddddd 2px solid">Host in HA Cluster must have userworld swap enabled</p>
<p>Well, DUH!. I thought to myself. There&#8217;s no local drive to have appointed a local swap partition to (default is /tmp/swap I believe). So how do you get around this? Here&#8217;s the following from <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1004177">vmware.com kb article 1004177</a>
<p style="padding:2px 6px 4px 6px;color: #555555;background-color: #eeeeee;border: #dddddd 2px solid">On the VirtualCenter Server, select the ESXi 3 Server host. Click the Configuration tab. Click Advanced Settings. Choose ScratchConfig. <br />Configure ScratchConfig.ConfiguredScratchLocation to a valid directory with sufficient space (1GB) to hold the userworld swap file. The userworld swap can be configured on local storage or shared storage. <br />Note: Each swapfile needs a unique name across all ESX hosts.<br />For example, /vmfs/volumes/.<br />Select the ScratchConfig.ConfiguredSwapState option. Click OK. Reboot the ESX Server 3i system.</p>
<p>However the above article is kind of misleading as it seems as thought you have to have each swap file on a different datastore, but the truth is you only need to be in a unique directory (the UUID can be the same for the datastore). <a href="http://www.texasnewcardealer.com/" rel="dofollow">chevrolet</a> . You can now add the host into the cluster with HA capabilities. Come back for some topics on VIMA, StorageVmotion, VKernel SearchMyVM etc. </p>
<div class="shr-publisher-495"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/vmware-esxi-host-in-ha-cluster-must-have-userworld-swap-enabled/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Allow VMWare Server to load after reboot without having to rerun vmware-config.pl</title>
		<link>http://www.freetechie.com/blog/allow-vmware-server-to-load-after-reboot-without-having-to-rerun-vmware-configpl/</link>
		<comments>http://www.freetechie.com/blog/allow-vmware-server-to-load-after-reboot-without-having-to-rerun-vmware-configpl/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 17:18:41 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[openSUSE & SUSE]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=445</guid>
		<description><![CDATA[After installing VMWare server 2.x onto OpenSuse servers/workstations, it was necessary to run vmware-config.pl after every reboot to get VMWare to load correctly, and behave&#160;[&#160;<a href="http://www.freetechie.com/blog/allow-vmware-server-to-load-after-reboot-without-having-to-rerun-vmware-configpl/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>After installing VMWare server 2.x onto OpenSuse servers/workstations, it was necessary to run vmware-config.pl after every reboot to get VMWare to load correctly, and behave as it should. <a href="http://www.selfstorageillinois.org/" rel="dofollow">storage unit</a> . The only solution I have found to prevent this is as follows:STEPS:1. Edit the /etc/sysconfig/boot file. <a href="http://www.illinoiscaraccidentattorneys.net/" rel="dofollow">injury attorneys</a> . Find the RUN_PARALLEL=&#8221;yes&#8221; line, and change it to &#8220;no&#8221;.What does this do? On systems with multiple CPUs, during bootup and shutdown only (not during run time), it forces startup and shutdown scripts to run sequentially on a single CPU instead of simultaneously on multiple CPUs. Setting this to &#8220;no&#8221; can prevent some timing issues if they exist.2. Edit the /etc/init.d/vmware file in your favorite editor. There are two sections that include information about a file called &#8220;not_configured&#8221;. Edit them as follows:      a) From this
<p style="padding:2px 6px 4px 6px;color: #555555;background-color: #eeeeee;border: #dddddd 2px solid">      check_configured() {         if [ -e "$vmware_etc_dir"/not_configured ]; then            echo &#8220;`vmware_product_name`&#8221;&#8216; is installed, but it has not been (correctly) configured&#8217;            echo &#8216;for the running kernel. To (re-)configure it, invoke the&#8217;            echo &#8216;following command: &#8216;&#8221;$vmdb_answer_BINDIR&#8221;&#8216;/vmware-config.pl.&#8217;            echo            exit 1         fi      }</p>
<p>      To this
<p style="padding:2px 6px 4px 6px;color: #555555;background-color: #eeeeee;border: #dddddd 2px solid">      check_configured() {         if [ -e "$vmware_etc_dir"/not_configured ]; then            rm -f &#8220;$vmware_etc_dir&#8221;/not_configured         fi         if [ -e "$vmware_etc_dir"/not_configured ]; then            echo &#8220;`vmware_product_name`&#8221;&#8216; is installed, but it has not been (correctly) configured&#8217;            echo &#8216;for the running kernel. To (re-)configure it, invoke the&#8217;            echo &#8216;following command: &#8216;&#8221;$vmdb_answer_BINDIR&#8221;&#8216;/vmware-config.pl.&#8217;            echo            exit 1         fi      }</p>
<p>      Is this very graceful? Probably not, but it does it does delete the not_configured file if it exists, before it can run a check to see if it exists. If vmware-config.pl hasn&#8217;t ever been run, be sure to run it after making these changes, otherwise you may have a hard time figuring out what is wrong.      b) From this
<p style="padding:2px 6px 4px 6px;color: #555555;background-color: #eeeeee;border: #dddddd 2px solid">               if [ "$exitcode" -gt 0 -a `vmware_product` != "ws" ]; then                  # Set the &#8216;not configured&#8217; flag                  touch &#8220;$vmware_etc_dir&#8221;&#8216;/not_configured&#8217;                  chmod 644 &#8220;$vmware_etc_dir&#8221;&#8216;/not_configured&#8217;                  db_add_file &#8220;$vmware_db&#8221; &#8220;$vmware_etc_dir&#8221;&#8216;/not_configured&#8217;                                       $vmware_etc_dir&#8221;&#8216;/not_configured&#8217;                  exit 1               fi       </p>
<p>             To this
<p style="padding:2px 6px 4px 6px;color: #555555;background-color: #eeeeee;border: #dddddd 2px solid">              if [ "$exitcode" -gt 0 -a `vmware_product` != "ws" ]; then                  # Set the &#8216;not configured&#8217; flag      # START EDIT      #            touch &#8220;$vmware_etc_dir&#8221;&#8216;/not_configured&#8217;      #            chmod 644 &#8220;$vmware_etc_dir&#8221;&#8216;/not_configured&#8217;      #            db_add_file &#8220;$vmware_db&#8221; &#8220;$vmware_etc_dir&#8221;&#8216;/not_configured&#8217;       #               &#8220;$vmware_etc_dir&#8221;&#8216;/not_configured&#8217;      # END EDIT                  exit 1               fi</p>
<p>       This is redundant, but it prevents the not_configured file from ever being created.Remember that if the kernel is ever upgraded that the vmware-config.pl does need to be ran again, but hopefully this workaround is found useful by some.Source: <a href="http://http://www.novell.com/communities/node/6798/allow-vmware-server-correctly-load-after-reboot-without-having-run-vmware-configpl-every-t">Novell Cool Solutions</a>Authored By: joharmon</p>
<div class="shr-publisher-445"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/allow-vmware-server-to-load-after-reboot-without-having-to-rerun-vmware-configpl/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ESX 3.5u2 Upgrade doesn&#8217;t show Health Statistics for all Hosts in VC</title>
		<link>http://www.freetechie.com/blog/esx-35u2-upgrade-doesnt-show-health-statistics-for-all-hosts-in-vc/</link>
		<comments>http://www.freetechie.com/blog/esx-35u2-upgrade-doesnt-show-health-statistics-for-all-hosts-in-vc/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 00:44:42 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=107</guid>
		<description><![CDATA[So, you upgrade your Virtual Center to 3.5 u2 and then upgrade your 3.5u1 hosts using the upgrade tarball. You reboot the host, check it&#160;[&#160;<a href="http://www.freetechie.com/blog/esx-35u2-upgrade-doesnt-show-health-statistics-for-all-hosts-in-vc/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>So, you upgrade your Virtual Center to 3.5 u2 and then upgrade your 3.5u1 hosts using the upgrade tarball. You reboot the host, check it in VC and the build number is right, however, you do not get the &#8220;Health Statistics&#8221; under the &#8220;Configuration&#8221; Tab. <a href="http://www.hawaiianjewelrystores.net/" rel="dofollow">jewelry design</a> . It seems as though during the upgrade of the Virtual Center Database from Version 4 to 5 doesn&#8217;t actually add either the required tables, or the required views to the hosts that are still pre u2 (this shouldn&#8217;t be the case, as you should ALWAYS upgrade Virtual Center before going to the new version of ESX). <a href="http://www.jewelrystoresminneapolis.net/" rel="dofollow">wedding rings</a> . One of the main reasons for moving to u2 for me was this health status feature. <a href="http://www.secureselfstorage.org/" rel="dofollow">self storage facilities</a> . So I needed to find a plan. VMware was unable to give me any solution, or any reason of why it happened, but I found that disconnecting then reconnecting the host in virtual center will give you the Health Status option. I&#8217;ve tried bouncing the management daemon, bouncing the box, and neither worked (so to me it wasn&#8217;t ESX related, but what the host was allowed to &#8220;show&#8221; in its view). Oh, and if you really want to, you can put the host in maintinence mode, remove it and re-add it, but why do that when you can disconnect and reconnect without moving any of the virtual machines? Hope this helps someone out there. Ben</p>
<div class="shr-publisher-107"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/esx-35u2-upgrade-doesnt-show-health-statistics-for-all-hosts-in-vc/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Major VMware ESX 3.5/3.5i Update 2 Bug Discovered</title>
		<link>http://www.freetechie.com/blog/major-vmware-esx-3535i-update-2-bug-discovered/</link>
		<comments>http://www.freetechie.com/blog/major-vmware-esx-3535i-update-2-bug-discovered/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 15:50:03 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=106</guid>
		<description><![CDATA[Have you upgraded to VMware ESX 3.5 already? If so be sure not to power off ANY of the virtual machines on there. A new&#160;[&#160;<a href="http://www.freetechie.com/blog/major-vmware-esx-3535i-update-2-bug-discovered/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Have you upgraded to VMware ESX 3.5 already? If so be sure not to power off ANY of the virtual machines on there. A new bug in VMware ESX 3.5/3.5i Update 2 will keep the powered off virtual machine to power back on, what could cause this type of behaviour you might wonder? A bug that incorrectly expires your license on August 12th (which happens to be today). Other services that check licenses (ie Vmotion / HA / DRS) may also not work. <a href="http://www.divorceattorneycolorado.org/" rel="dofollow">colorado lawyer</a> . Please see the knowledge base from vmware: <a href="http://kb2.vmware.com/kb/1006716.html">http://kb2.vmware.com/kb/1006716.html</a>Here is a copy of the Symptoms from Vmware&#8217;s website: <code>A virtual machine fails to power on, fails to leave suspend mode, or fails to migrate with VMotion and the following message is displayed in the vmware.log file for the virtual machine:This product has expired. Be sure that your host machine's date and time are set correctly.There is a more recent version available at the VMware web site: http://www.vmware.com/info?id=4.--------------Module License Power on failed.</code>Currently running virtual machines will continue to run but will not be able to perform migration with VMotion, or power on virtual machines.<b>The workaround is to disable NTP if set, and change the date to a previous date (I would do the 8th .. so you have time to upgrade with the new ESX 3.5u2 packages due out Aug 13th at NOON PST. <a href="http://www.usedcardealercleveland.net/" rel="dofollow">classic bmw</a> . </b></p>
<div class="shr-publisher-106"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/major-vmware-esx-3535i-update-2-bug-discovered/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installing VMWare Workstation 6.0.4 on openSUSE 11.0</title>
		<link>http://www.freetechie.com/blog/installing-vmware-workstation-604-on-opensuse-110/</link>
		<comments>http://www.freetechie.com/blog/installing-vmware-workstation-604-on-opensuse-110/#comments</comments>
		<pubDate>Sat, 31 May 2008 15:53:44 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[openSUSE & SUSE]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[11.0]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=89</guid>
		<description><![CDATA[So the time has come. tiffany . locksmith 10019 . OpenSUSE is now in release canidate cycle, and VMWare has released VMWare Workstation 6.0.4 which&#160;[&#160;<a href="http://www.freetechie.com/blog/installing-vmware-workstation-604-on-opensuse-110/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>So the time has come. <a href="http://www.jewelrystoressandiego.net/" rel="dofollow">tiffany</a> . <a href="http://www.locksmithroswellga.net/" rel="dofollow">locksmith 10019</a> . OpenSUSE is now in release canidate cycle, and VMWare has released VMWare Workstation 6.0.4 which will work on openSUSE 11.0 natively (without the need of the vmware-any-any patch for 2.6.25 kernel).I have created a new wiki just for openSUSE 11.0 and VMWare Workstation 6.0.4. You can find it <a href="http://www.benkevan.com/wiki/index.php/Installing_VMWare_Workstation_6.0.4_on_openSUSE_11.0">here in the wiki</a>I will be creating a new Wiki and Blog post for an installation of VMWare Workstation 6.5 on openSUSE 11.0 since there are currently some &#8220;Gotha&#8217;s&#8221; in the beta because of how GCC is detected. </p>
<div class="shr-publisher-89"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/installing-vmware-workstation-604-on-opensuse-110/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>My VMWare VCP 3.0 Notes</title>
		<link>http://www.freetechie.com/blog/my-vmware-vcp-30-notes/</link>
		<comments>http://www.freetechie.com/blog/my-vmware-vcp-30-notes/#comments</comments>
		<pubDate>Mon, 26 May 2008 19:07:38 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=87</guid>
		<description><![CDATA[Many people have contacted me asking for some notes on the ESX 3.0 VCP Test.I know the test is no longer a VCP 3.0 test,&#160;[&#160;<a href="http://www.freetechie.com/blog/my-vmware-vcp-30-notes/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Many people have contacted me asking for some notes on the ESX 3.0 VCP Test.I know the test is no longer a VCP 3.0 test, but my notes should be fine with the exceptions of some of the Min / Maximums. <a href="http://www.seattleapartmentsforrent.org/" rel="dofollow">apartment rentals</a> . <a href="http://www.handymandallastx.net/" rel="dofollow">remodeling</a> . Note that many of these are just references for me as a reminder of what each portion of VMWare does and how it works. Here is the link to my wiki with all the notes: <a href="http://www.benkevan.com/wiki/index.php/VMWare_VCP_3.0_notes">VMWare VCP 3.0 Notes</a></p>
<div class="shr-publisher-87"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/my-vmware-vcp-30-notes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing Patches on your ESX Server</title>
		<link>http://www.freetechie.com/blog/installing-patches-on-your-esx-server/</link>
		<comments>http://www.freetechie.com/blog/installing-patches-on-your-esx-server/#comments</comments>
		<pubDate>Sat, 24 May 2008 17:57:05 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=83</guid>
		<description><![CDATA[VMWare releases patches for ESX quite often, and it can get tiring installing them all the time one by one. san antonio landscaping . So&#160;[&#160;<a href="http://www.freetechie.com/blog/installing-patches-on-your-esx-server/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>VMWare releases patches for ESX quite often, and it can get tiring installing them all the time one by one. <a href="http://www.treeservicesanantonio.net/" rel="dofollow">san antonio landscaping</a> . So I wrote a wiki for the methods I use, which cut down the time of installation (for me having 20+ production hosts) quite a-bit. <a href="http://www.divorcelawattorney.org/" rel="dofollow">lawyers</a> . Here is the link: <a href="http://www.benkevan.com/wiki/index.php/Installing_Patches_on_ESX_Server">http://www.benkevan.com/wiki/index.php/Installing_Patches_on_ESX_Server</a>Here&#8217;s a little excerpt from it: Install Released Patches To install patches released by VMWare download them and transfer them to your esx server scp -r patchrootdir user@server:/tmp/patchesssh into your ESX server with your local ESX server account. ssh servernameOne you are on the host change user to root su -If you copied over the zip files change directory to the patches location and unzip all the patches cd /tmp/patchesfor i in *.zip; do unzip $i; done; rm *.zipNow install the patches for j in ESX*; do cd $j; esxupdate &#8211;noreboot update;  cd ..; doneNote: If there are dependancies and not all of them are install just run the command above twice.</p>
<div class="shr-publisher-83"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/installing-patches-on-your-esx-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installing VMWare Workstation on openSUSE 10.3</title>
		<link>http://www.freetechie.com/blog/installing-vmware-workstation-on-opensuse-103/</link>
		<comments>http://www.freetechie.com/blog/installing-vmware-workstation-on-opensuse-103/#comments</comments>
		<pubDate>Thu, 22 May 2008 01:45:47 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[10.3]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/?p=85</guid>
		<description><![CDATA[limousines . handyman in phoenix . Well, since I have been getting tons of hits on this page, I figured i&#8217;d blog it and let&#160;[&#160;<a href="http://www.freetechie.com/blog/installing-vmware-workstation-on-opensuse-103/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.limousineservicesinnewjersey.com/" rel="dofollow">limousines</a> . <a href="http://www.handymaninphoenix.org/" rel="dofollow">handyman in phoenix</a> . Well, since I have been getting tons of hits on this page, I figured i&#8217;d blog it and let people know that it actually exists. <a href="http://www.abdominoplastybeverlyhills.net/" rel="dofollow">los angeles plastic surgery</a> . Here is a nice little write up I made for installing VMWare Workstation on openSUSE 10.3.http://www.benkevan.com/wiki/index.php/Installing_VMWare_Workstation_on_openSUSE_10.3Hope it helps, and I&#8217;ll bring some more like this hopefully soon (when time permits, we all know how that is).</p>
<div class="shr-publisher-85"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/installing-vmware-workstation-on-opensuse-103/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Virtual Center Client for Linux Native</title>
		<link>http://www.freetechie.com/blog/virtual-center-client-for-linux-native/</link>
		<comments>http://www.freetechie.com/blog/virtual-center-client-for-linux-native/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 20:45:48 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/virtual-center-client-for-linux-native/</guid>
		<description><![CDATA[auto auctions . charleston place hotel . robert cohen . So, I was talking with a VMWare Personell today and they leaked that the next&#160;[&#160;<a href="http://www.freetechie.com/blog/virtual-center-client-for-linux-native/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.rochesterusedcardealers.com/" rel="dofollow">auto auctions</a> . <a href="http://www.charlestonscrestaurants.org/" rel="dofollow">charleston place hotel</a> . <a href="http://www.plasticsurgeonsinarizona.net/" rel="dofollow">robert cohen</a> . So, I was talking with a VMWare Personell today and they leaked that the next major release of VC (possibly 3.0?) will have a full function Native Linux Client.I am going to try to keep close dibs on this, as it is one more function I can move off of my XP Virtual Machine (last is silly MMC&#8217;s).</p>
<div class="shr-publisher-82"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/virtual-center-client-for-linux-native/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finished my VCP test &#8211; Passed</title>
		<link>http://www.freetechie.com/blog/finished-my-vcp-test-passed/</link>
		<comments>http://www.freetechie.com/blog/finished-my-vcp-test-passed/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 19:16:33 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/finished-my-vcp-test-passed/</guid>
		<description><![CDATA[Well, finished my VCP test and passed it with a 89. pioneer roofing . new cars . I wish I would have studied a little&#160;[&#160;<a href="http://www.freetechie.com/blog/finished-my-vcp-test-passed/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Well, finished my VCP test and passed it with a 89. <a href="http://www.portlandroofers.net/" rel="dofollow">pioneer roofing</a> . <a href="http://www.toyotausedcardealers.com/" rel="dofollow">new cars</a> . I wish I would have studied a little and understood what would be on the test, I feel I would have gotten in the high 90&#8242;s if I knew all the min / maximums. For those thinking of taking it before the change to 3.5, I say go hurry up.. <a href="http://www.anaheimdivorceattorney.org/" rel="dofollow">oc family</a> . that day&#8217;s coming soon <img src='http://www.freetechie.com/blog/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> ).</p>
<div class="shr-publisher-81"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/finished-my-vcp-test-passed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VMWare VCP Test Tommorrow &#8211; Wish me luck</title>
		<link>http://www.freetechie.com/blog/vmware-vcp-test-tommorrow-wish-me-luck/</link>
		<comments>http://www.freetechie.com/blog/vmware-vcp-test-tommorrow-wish-me-luck/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 05:26:37 +0000</pubDate>
		<dc:creator>ben.kevan</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>

		<guid isPermaLink="false">http://www.benkevan.com/blog/vmware-vcp-test-tommorrow-wish-me-luck/</guid>
		<description><![CDATA[medical malpractice attorney Boothwyn PA . tents . So, I decided to take my VCP (VMWare Certified Professional) before they changed it on March 1st.&#160;[&#160;<a href="http://www.freetechie.com/blog/vmware-vcp-test-tommorrow-wish-me-luck/">continue reading...</a>&#160;]
No related posts.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.lundylaw.com/pennsylvania-medical-malpractice-lawyer.php" rel="dofollow">medical malpractice attorney Boothwyn PA</a> . <a href="http://www.partyrentalsatlanta.net/" rel="dofollow">tents</a> . So, I decided to take my VCP (VMWare Certified Professional) before they changed it on March 1st. <a href="http://www.roofingcontractorvancouver.net/" rel="dofollow">vancouver roofing</a> . Choosing to do it at the last minute has given me no time to study, so I am going to try to wing it.I&#8217;ll post up tomorrow after the test how it goes.</p>
<div class="shr-publisher-80"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.freetechie.com/blog/vmware-vcp-test-tommorrow-wish-me-luck/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

