<?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"
	>

<channel>
	<title>Technoblog.org</title>
	<atom:link href="http://technoblog.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblog.org</link>
	<description>Technoblogging</description>
	<pubDate>Tue, 06 Jan 2009 11:04:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>How to kill a stuck or hung VM (VMware ESX 3.5)</title>
		<link>http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/</link>
		<comments>http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 11:04:37 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[how to kill hung VM]]></category>

		<category><![CDATA[how to kill stuck VM]]></category>

		<category><![CDATA[vm-support]]></category>

		<category><![CDATA[vmid]]></category>

		<category><![CDATA[vmkload_app]]></category>

		<category><![CDATA[VMware ESX 3.5]]></category>

		<category><![CDATA[vmware-cmd]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=34</guid>
		<description><![CDATA[There are many different ways to kill a stuck or hung VM, but for now, I will present to alternatives.

First try to run:
vmware-cmd /vmfs/volumes/&#60;name_of_datastorage&#62;/&#60;vmname&#62;/&#60;vmname&#62;.vmx stop hard
If this for some reasons doesnt work (like me accidentaly deleting the .vmx file), you can try the
following:
1. Run the following command (to get a list of running VMs):
sudo vm-support [...]]]></description>
			<content:encoded><![CDATA[<p>There are many different ways to kill a stuck or hung VM, but for now, I will present to alternatives.<br />
<span id="more-34"></span><br />
First try to run:<br />
vmware-cmd /vmfs/volumes/&lt;name_of_datastorage&gt;/&lt;vmname&gt;/&lt;vmname&gt;.vmx stop hard</p>
<p>If this for some reasons doesnt work (like me accidentaly deleting the .vmx file), you can try the<br />
following:</p>
<p>1. Run the following command (to get a list of running VMs):<br />
sudo vm-support -x</p>
<p>The output will look something like this:</p>
<p>VMware ESX Server Support Script 1.29</p>
<p>Available worlds to debug:</p>
<p>vmid=1126       vm-01<br />
vmid=1151       vm-02<br />
vmid=1272       vm-03<br />
vmid=1291       vm-04<br />
vmid=1150       vm-05<br />
vmid=1420       vm-06<br />
vmid=1433       vm-07</p>
<p>2. Then run the command (remember to replace the number with the &#8220;vmid&#8221; of your VM):</p>
<p>less -S /proc/vmware/vm/1433/cpu/status</p>
<p>Press the right arrow key.</p>
<p>In the right corner there should be som info about the &#8220;group&#8221;:<br />
group<br />
vm.1432</p>
<p>3. By running the following command, you can safely kill your VM without risking corrupting it<br />
(remember to replace the number with your &#8220;group number&#8221;):<br />
sudo /usr/lib/vmware/bin/vmkload_app -k 9 1432</p>
<p>4. If successful, you should see a message like this:<br />
Warning: Jan 06 06:42:49.717: Sending signal &#8216;9&#8242; to world 1432.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/share_save?sitename=Technoblog.org&amp;siteurl=http%3A%2F%2Ftechnoblog.org%2F&amp;linkname=How%20to%20kill%20a%20stuck%20or%20hung%20VM%20%28VMware%20ESX%203.5%29&amp;linkurl=http%3A%2F%2Ftechnoblog.org%2F2009%2F01%2Fhow-to-kill-a-stuck-or-hung-vm-vmware-esx-35%2F" style=";background:url(http://technoblog.org/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="How to kill a stuck or hung VM (VMware ESX 3.5)";
		a2a_linkurl="http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/";
						    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ESX 3.x and ESXi 3.x command line guide</title>
		<link>http://technoblog.org/2009/01/esx-3x-and-esxi-3x-command-line-guide/</link>
		<comments>http://technoblog.org/2009/01/esx-3x-and-esxi-3x-command-line-guide/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 15:03:07 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[command line guide]]></category>

		<category><![CDATA[command line reference]]></category>

		<category><![CDATA[ESX 3.5]]></category>

		<category><![CDATA[ESX 3.x]]></category>

		<category><![CDATA[ESXi 3.5]]></category>

		<category><![CDATA[ESXi 3.x]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=31</guid>
		<description><![CDATA[While googling around for some documentation of some ESX specific commands, I discovered this command line reference guide for ESX 3.x and ESXi 3.x , written by B2V.
Its worth taking a look at.

    Share/Save
    
		a2a_linkname="ESX 3.x and ESXi 3.x command line guide";
		a2a_linkurl="http://technoblog.org/2009/01/esx-3x-and-esxi-3x-command-line-guide/";
						    
    [...]]]></description>
			<content:encoded><![CDATA[<p>While googling around for some documentation of some ESX specific commands, I discovered this <a href="http://b2v.co.uk/b2vguide2vmware3.htm" title="ESX 3.x and ESXi 3.x command line reference guide" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/b2v.co.uk');">command line reference guide for ESX 3.x and ESXi 3.x</a> , written by B2V.</p>
<p>Its worth taking a look at.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/share_save?sitename=Technoblog.org&amp;siteurl=http%3A%2F%2Ftechnoblog.org%2F&amp;linkname=ESX%203.x%20and%20ESXi%203.x%20command%20line%20guide&amp;linkurl=http%3A%2F%2Ftechnoblog.org%2F2009%2F01%2Fesx-3x-and-esxi-3x-command-line-guide%2F" style=";background:url(http://technoblog.org/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="ESX 3.x and ESXi 3.x command line guide";
		a2a_linkurl="http://technoblog.org/2009/01/esx-3x-and-esxi-3x-command-line-guide/";
						    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/01/esx-3x-and-esxi-3x-command-line-guide/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto: enable ssh on ESXi 3.5</title>
		<link>http://technoblog.org/2008/10/howto-enable-ssh-on-esxi-35/</link>
		<comments>http://technoblog.org/2008/10/howto-enable-ssh-on-esxi-35/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 06:48:14 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[enable ssh on ESXi 3.5]]></category>

		<category><![CDATA[ESXi 3.5]]></category>

		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=27</guid>
		<description><![CDATA[By default, ssh access is disabled on VMware ESXi 3.5, so how do i enable ssh on VMware ESXi 3.5?
First, get shell access on the console: Howto: ESXi shell access
Then:
1. Type &#8220;vi /etc/inetd.conf&#8221; and press &#8220;enter&#8221;.
2. Locate the line that starts with &#8220;#ssh     stream  tcp     nowait  root    /sbin/dropbearmulti&#8230;&#8230;.&#8221;
3. Move the marker over the &#8220;#&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p>By default, ssh access is disabled on VMware ESXi 3.5, so how do i enable ssh on VMware ESXi 3.5?</p>
<p>First, get shell access on the console: Howto: <a href="http://technoblog.org/2008/08/howto-esxi-shell-access/">ESXi shell access</a></p>
<p>Then:</p>
<p>1. Type &#8220;vi /etc/inetd.conf&#8221; and press &#8220;enter&#8221;.</p>
<p>2. Locate the line that starts with &#8220;#ssh     stream  tcp     nowait  root    /sbin/dropbearmulti&#8230;&#8230;.&#8221;</p>
<p>3. Move the marker over the &#8220;#&#8221; and press &#8220;x&#8221;.</p>
<p>4. Press &#8220;Escape&#8221; and write &#8220;:wq&#8221;, then press &#8220;enter&#8221;.</p>
<p>5. Type &#8220;/sbin/services.sh restart&#8221; and press &#8220;Enter&#8221;. Note: If you are running ESXi 3.5 Update 2, the services.sh no longer restarts the inetd process. You will have to manually kill the inetd process, in order to restart it and enable ssh access without a reboot.  Type &#8220;ps | grep inetd&#8221; and press &#8220;enter&#8221;. You will then see something similiar to &#8220;1289 1289 busybox              inetd&#8221;. Then write &#8220;kill -HUP 1289&#8243;, and remember to write the number &#8220;ps | grep inetd&#8221; returns to you!</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/share_save?sitename=Technoblog.org&amp;siteurl=http%3A%2F%2Ftechnoblog.org%2F&amp;linkname=Howto%3A%20enable%20ssh%20on%20ESXi%203.5&amp;linkurl=http%3A%2F%2Ftechnoblog.org%2F2008%2F10%2Fhowto-enable-ssh-on-esxi-35%2F" style=";background:url(http://technoblog.org/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="Howto: enable ssh on ESXi 3.5";
		a2a_linkurl="http://technoblog.org/2008/10/howto-enable-ssh-on-esxi-35/";
						    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/10/howto-enable-ssh-on-esxi-35/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMware releases patches</title>
		<link>http://technoblog.org/2008/09/vmware-releases-patches/</link>
		<comments>http://technoblog.org/2008/09/vmware-releases-patches/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 08:37:08 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[patch]]></category>

		<category><![CDATA[security issues]]></category>

		<category><![CDATA[vmware ace]]></category>

		<category><![CDATA[vmware player]]></category>

		<category><![CDATA[vmware workstation]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=25</guid>
		<description><![CDATA[VMWare just released new patches for VMware ACE, Player, Server and Workstation. The new versions are VMware ACE 2.0.5, VMware Player 2.0.5, VMware Server 1.0.7 and VMware Workstation 6.0.5.
They are trying to patch 3 security issues in VMware Ace, Player and Workstation, and 4 other security issues in VMware server. Read more here: VMware releases [...]]]></description>
			<content:encoded><![CDATA[<p>VMWare just released new patches for VMware ACE, Player, Server and Workstation. The new versions are VMware ACE 2.0.5, VMware Player 2.0.5, VMware Server 1.0.7 and VMware Workstation 6.0.5.</p>
<p>They are trying to patch 3 security issues in VMware Ace, Player and Workstation, and 4 other security issues in VMware server. Read more here: <a href="http://" title="VMware releases updates - don't forget to patch" onclick="javascript:pageTracker._trackPageview ('/outbound/');">VMware releases updates - don&#8217;t forget to patch</a></p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/share_save?sitename=Technoblog.org&amp;siteurl=http%3A%2F%2Ftechnoblog.org%2F&amp;linkname=VMware%20releases%20patches&amp;linkurl=http%3A%2F%2Ftechnoblog.org%2F2008%2F09%2Fvmware-releases-patches%2F" style=";background:url(http://technoblog.org/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="VMware releases patches";
		a2a_linkurl="http://technoblog.org/2008/09/vmware-releases-patches/";
						    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/09/vmware-releases-patches/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto: ESXi shell access</title>
		<link>http://technoblog.org/2008/08/howto-esxi-shell-access/</link>
		<comments>http://technoblog.org/2008/08/howto-esxi-shell-access/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 11:06:16 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[esxi]]></category>

		<category><![CDATA[howto]]></category>

		<category><![CDATA[shell access]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=23</guid>
		<description><![CDATA[How to get shell access to your VMWare ESXi server?
By default the VMWare ESXi server don&#8217;t offer shell access (through the menu).
But by doing the following, you will be able to access the shell (although its limited):
1. Hook up a screen and a keyboard to the VMWae ESXi server.
2. Press &#8220;Alt+F1&#8243;
3. Write &#8220;unsupported&#8221; and press [...]]]></description>
			<content:encoded><![CDATA[<p>How to get shell access to your VMWare ESXi server?<br />
By default the VMWare ESXi server don&#8217;t offer shell access (through the menu).<br />
But by doing the following, you will be able to access the shell (although its limited):</p>
<p>1. Hook up a screen and a keyboard to the VMWae ESXi server.<br />
2. Press &#8220;Alt+F1&#8243;<br />
3. Write &#8220;unsupported&#8221; and press Enter (if you screw up, and think you&#8217;ve typed something wrong,<br />
you can use Ctrl+U to clear the input field).<br />
4. Enter the root password, an voila, shell access.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/share_save?sitename=Technoblog.org&amp;siteurl=http%3A%2F%2Ftechnoblog.org%2F&amp;linkname=Howto%3A%20ESXi%20shell%20access&amp;linkurl=http%3A%2F%2Ftechnoblog.org%2F2008%2F08%2Fhowto-esxi-shell-access%2F" style=";background:url(http://technoblog.org/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="Howto: ESXi shell access";
		a2a_linkurl="http://technoblog.org/2008/08/howto-esxi-shell-access/";
						    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/08/howto-esxi-shell-access/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMWare ESX 3.5 express patch working</title>
		<link>http://technoblog.org/2008/08/vmware-esx-35-express-patch-working/</link>
		<comments>http://technoblog.org/2008/08/vmware-esx-35-express-patch-working/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 11:12:18 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[A General System error occurred: Internal error]]></category>

		<category><![CDATA[bug]]></category>

		<category><![CDATA[ESX 3.5]]></category>

		<category><![CDATA[ESXi 3.5]]></category>

		<category><![CDATA[patch]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=20</guid>
		<description><![CDATA[I can now confirm that the express patch VMWare released earlier today is working (tested on ESXi 3.5).

    Share/Save
    
		a2a_linkname="VMWare ESX 3.5 express patch working";
		a2a_linkurl="http://technoblog.org/2008/08/vmware-esx-35-express-patch-working/";
						    
    

	]]></description>
			<content:encoded><![CDATA[<p>I can now confirm that the express patch VMWare released earlier today is working (tested on ESXi 3.5).</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/share_save?sitename=Technoblog.org&amp;siteurl=http%3A%2F%2Ftechnoblog.org%2F&amp;linkname=VMWare%20ESX%203.5%20express%20patch%20working&amp;linkurl=http%3A%2F%2Ftechnoblog.org%2F2008%2F08%2Fvmware-esx-35-express-patch-working%2F" style=";background:url(http://technoblog.org/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="VMWare ESX 3.5 express patch working";
		a2a_linkurl="http://technoblog.org/2008/08/vmware-esx-35-express-patch-working/";
						    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/08/vmware-esx-35-express-patch-working/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMware ESX 3.5.x Bug Update!</title>
		<link>http://technoblog.org/2008/08/vmware-esx-35x-bug-update/</link>
		<comments>http://technoblog.org/2008/08/vmware-esx-35x-bug-update/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 06:23:39 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[A General System error occurred: Internal error]]></category>

		<category><![CDATA[bug]]></category>

		<category><![CDATA[ESX 3.5]]></category>

		<category><![CDATA[ESXi 3.5]]></category>

		<category><![CDATA[patch]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=17</guid>
		<description><![CDATA[The express patch is here! VMWare released it some hours ago. You can download it, and read more on VMWare&#8217;s page: VMware ESX/ESXi 3.5 Update 2 Patch Release

    Share/Save
    
		a2a_linkname="VMware ESX 3.5.x Bug Update!";
		a2a_linkurl="http://technoblog.org/2008/08/vmware-esx-35x-bug-update/";
						    
    

	]]></description>
			<content:encoded><![CDATA[<p>The express patch is here! VMWare released it some hours ago. You can download it, and read more on VMWare&#8217;s page: <a href="http://www.vmware.com/landing_pages/esxexpresspatches.html" title="VMware ESX/ESXi 3.5 Update 2 Patch Release" onclick="javascript:pageTracker._trackPageview ('/outbound/www.vmware.com');">VMware ESX/ESXi 3.5 Update 2 Patch Release</a></p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/share_save?sitename=Technoblog.org&amp;siteurl=http%3A%2F%2Ftechnoblog.org%2F&amp;linkname=VMware%20ESX%203.5.x%20Bug%20Update%21&amp;linkurl=http%3A%2F%2Ftechnoblog.org%2F2008%2F08%2Fvmware-esx-35x-bug-update%2F" style=";background:url(http://technoblog.org/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="VMware ESX 3.5.x Bug Update!";
		a2a_linkurl="http://technoblog.org/2008/08/vmware-esx-35x-bug-update/";
						    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/08/vmware-esx-35x-bug-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMware ESX 3.5.x Bug and the solution</title>
		<link>http://technoblog.org/2008/08/vmware-esx-35x-bug-and-the-solution/</link>
		<comments>http://technoblog.org/2008/08/vmware-esx-35x-bug-and-the-solution/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 12:47:58 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[A General System error occurred: Internal error]]></category>

		<category><![CDATA[bug]]></category>

		<category><![CDATA[ESX 3.5]]></category>

		<category><![CDATA[ESXi 3.5]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=14</guid>
		<description><![CDATA[Ok, so there is a really big bug in VMWare ESX 3.5/3.5i Update 2. So if you are running an older version, don&#8217;t upgrade! If you try to power on or resume a suspended Virtual Machine, you get the following error:
A general system error occurred: Internal Error
This Product has expired. Be sure that your host [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so there is a really big bug in VMWare ESX 3.5/3.5i Update 2. So if you are running an older version, don&#8217;t upgrade! If you try to power on or resume a suspended Virtual Machine, you get the following error:</p>
<blockquote><p>A general system error occurred: Internal Error<br />
This Product has expired. Be sure that your host machine&#8217;s date and time are set correctly.</p></blockquote>
<p>The products affected are:</p>
<ul>
<li>VMware ESX 3.5.x</li>
<li>VMware ESXi 3.5.x Embedded</li>
<li>VMware ESXi 3.5.x Installable</li>
</ul>
<p>There is a knowledge base article about it: <a title="Unable to Power On virtual machine with “A General System error occurred: Internal error”" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1006716">Unable to Power On virtual machine with “A General System error occurred: Internal error”<br />
</a></p>
<p>But according to the kb article:</p>
<blockquote><p>An issue with ESX/ESXi 3.5 Update 2 causes the product license to expire on August 12, 2008. VMware engineering has isolated the root cause of this issue and will reissue the various upgrade media including the ESX 3.5 Update 2 ISO, ESXi 3.5 Update 2 ISO, ESX 3.5 Update 2 upgrade tar and zip files by noon, PST on August 13.  These will be available from the page: http://www.vmware.com/download/vi.  Until then, VMware advises against upgrading to ESX/ESXi 3.5 Update 2.</p>
<p>The Update patch bundles will be released separately later in the week</p></blockquote>
<p>So? What if you&#8217;ve already upgraded. Some of you might run your entire infrastructure on ESX, and if &#8220;waiting for a patch&#8221; doesn&#8217;t sound like a suitable solution, there is a workaround!</p>
<p><strong>The Workaround</strong></p>
<p>Note: This is only tested on a ESXi 3.5 machine. If you try it on a ESX machine you might need to change the date format, just give it a try.</p>
<p>1. Log in to the Service Console (its the Command Line Interface).</p>
<p>2. Write <em><strong>date -s “08102008&#8243; </strong></em>and press enter.</p>
<p>You should now be able to power on your Virtual Machines (or resume them).</p>
<p>Note: You are setting back the date, so if you are running critical infrastructure on your virtual machines, you might want to turn of &#8220;host time sync&#8221;. So your VMs won&#8217;t sync the time with the server. And if you are running NTP on your ESX/i-server you should turn it off (if you don&#8217;t, there is no point in setting back the time).</p>
<p>You also might want to set the time further back, like a couple of weeks, depending on how long time you think VMWare will use to get the patch ready.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/share_save?sitename=Technoblog.org&amp;siteurl=http%3A%2F%2Ftechnoblog.org%2F&amp;linkname=VMware%20ESX%203.5.x%20Bug%20and%20the%20solution&amp;linkurl=http%3A%2F%2Ftechnoblog.org%2F2008%2F08%2Fvmware-esx-35x-bug-and-the-solution%2F" style=";background:url(http://technoblog.org/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="VMware ESX 3.5.x Bug and the solution";
		a2a_linkurl="http://technoblog.org/2008/08/vmware-esx-35x-bug-and-the-solution/";
						    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/08/vmware-esx-35x-bug-and-the-solution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mac OS X DNS workaround failed</title>
		<link>http://technoblog.org/2008/08/mac-os-x-dns-workaround-failed/</link>
		<comments>http://technoblog.org/2008/08/mac-os-x-dns-workaround-failed/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 23:22:16 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[10.4]]></category>

		<category><![CDATA[10.5]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[BIND]]></category>

		<category><![CDATA[Client]]></category>

		<category><![CDATA[DNS]]></category>

		<category><![CDATA[mac os x]]></category>

		<category><![CDATA[random source port]]></category>

		<category><![CDATA[security update]]></category>

		<category><![CDATA[Security Update 2008-005]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=12</guid>
		<description><![CDATA[The latest Mac OS X security update (2008-005) failed to fix (or temporarily solve) the DNS vulnerability in the client version of Mac OS X 10.5 and 10.4. The update solved (temporarily) the same problem in Mac OS X server, but somehow Apple forgot to update the client libraries. The source port is still not [...]]]></description>
			<content:encoded><![CDATA[<p>The latest Mac OS X security update (<a href="http://technoblog.org/2008/08/mac-os-x-security-update/" title="Mac OS X Security Update">2008-005</a>) failed to fix (or temporarily solve) the DNS vulnerability in the client version of Mac OS X 10.5 and 10.4. The update solved (temporarily) the same problem in Mac OS X server, but somehow Apple forgot to update the client libraries. The source port is still not randomized (but incremented by 1 each time). So, is this really a critical problem? Or should we worry more about DNS servers behind NAT?</p>
<p>Read more details about how <a href="http://isc.sans.org/diary.html?storyid=4810" title="DNS Workaround failed Mac OS X 10.5" onclick="javascript:pageTracker._trackPageview ('/outbound/isc.sans.org');">the DNS workaround failed in Mac OS X 10.5</a> or how the <a href="http://blog.ncircle.com/blogs/sync/archives/2008/08/apple_dns_patch_fails_to_rando.html" title="DNS Workaround failed Mac OS X 10.4" onclick="javascript:pageTracker._trackPageview ('/outbound/blog.ncircle.com');">DNS Workaround Failed in Mac OS X 10.4</a></p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/share_save?sitename=Technoblog.org&amp;siteurl=http%3A%2F%2Ftechnoblog.org%2F&amp;linkname=Mac%20OS%20X%20DNS%20workaround%20failed&amp;linkurl=http%3A%2F%2Ftechnoblog.org%2F2008%2F08%2Fmac-os-x-dns-workaround-failed%2F" style=";background:url(http://technoblog.org/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="Mac OS X DNS workaround failed";
		a2a_linkurl="http://technoblog.org/2008/08/mac-os-x-dns-workaround-failed/";
						    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/08/mac-os-x-dns-workaround-failed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMware Fusion 2.0 Beta 2</title>
		<link>http://technoblog.org/2008/08/vmware-fusion-20-beta-2/</link>
		<comments>http://technoblog.org/2008/08/vmware-fusion-20-beta-2/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 17:20:12 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[fusion]]></category>

		<category><![CDATA[virtualization]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=8</guid>
		<description><![CDATA[VMware Fusion 2.0 Beta 2 is now available, and free to download! VMware also announced that existing users of  VMware Fusion 1.x will be able to download Fusion 2.0 for free.
Read the details here: WMware Fusion 2 Beta 2

    Share/Save
    
		a2a_linkname="VMware Fusion 2.0 Beta 2";
		a2a_linkurl="http://technoblog.org/2008/08/vmware-fusion-20-beta-2/";
						    [...]]]></description>
			<content:encoded><![CDATA[<p>VMware Fusion 2.0 Beta 2 is now available, and free to download! VMware also announced that existing users of  VMware Fusion 1.x will be able to download Fusion 2.0 for free.</p>
<p>Read the details here: <a href="http://www.vmware.com/communities/content/beta/fusion/fusion2_beta2.html" title="VMware Fusion 2 Beta 2" onclick="javascript:pageTracker._trackPageview ('/outbound/www.vmware.com');">WMware Fusion 2 Beta 2</a></p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/share_save?sitename=Technoblog.org&amp;siteurl=http%3A%2F%2Ftechnoblog.org%2F&amp;linkname=VMware%20Fusion%202.0%20Beta%202&amp;linkurl=http%3A%2F%2Ftechnoblog.org%2F2008%2F08%2Fvmware-fusion-20-beta-2%2F" style=";background:url(http://technoblog.org/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="VMware Fusion 2.0 Beta 2";
		a2a_linkurl="http://technoblog.org/2008/08/vmware-fusion-20-beta-2/";
						    </script>
    <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/08/vmware-fusion-20-beta-2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
