<?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>Desktop Virtualization &#187; Technical Tips</title>
	<atom:link href="http://www.desktop-virtualization.com/category/technical-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.desktop-virtualization.com</link>
	<description>Your number one stop for virtualization news and reviews</description>
	<lastBuildDate>Tue, 16 Mar 2010 11:49:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How To Change Lost Password on Your ESX Server</title>
		<link>http://www.desktop-virtualization.com/2008/07/04/how-to-change-password-on-your-esx-server/</link>
		<comments>http://www.desktop-virtualization.com/2008/07/04/how-to-change-password-on-your-esx-server/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 15:48:10 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[Technical Tips]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.desktop-virtualization.com/?p=73</guid>
		<description><![CDATA[Doing a few experiments with VMware ESX 3.5 today, I've made a typo (twice!) when setting up a password for one of the systems, and this resulted in me locking myself out of ESX server upon the completion of its install. Luckily, there's a rather easy way to change the forgotten password to something new, [...]]]></description>
			<content:encoded><![CDATA[<p>Doing a few experiments with VMware ESX 3.5 today, I've made a typo (twice!) when setting up a password for one of the systems, and this resulted in me locking myself out of ESX server upon the completion of its install.</p>
<p>Luckily, there's a rather easy way to change the forgotten password to something new, and I thought I'll explain how it can be done.</p>
<h3>Changing the root password on ESX server</h3>
<p>You will need to have access to the serial console of the server which has your ESX installation, or access to keyboard and display attached directly to the same box.</p>
<p>To change the password, we'll follow this procedure:</p>
<h4>1) Reboot ESX server.</h4>
<p>Unfortunately, if you don't remember your root password, there won't be a clean way to reboot your server. Try to shutdown all the VMs running on it, and then power-cycle the box running ESX.</p>
<h4>2) Boot ESX server in single user mode</h4>
<p>In this mode, you won't be asked for a root password. When you see the following screen, press the "a" key:</p>
<p style="text-align: center;"><a href="http://www.desktop-virtualization.com/images/2008/07/esx-password-recovery-1.png"><img class="alignnone size-medium wp-image-74" title="esx-password-recovery-1" src="http://www.desktop-virtualization.com/images/2008/07/esx-password-recovery-1-300x192.png" alt="" width="300" height="192" /></a></p>
<p>&#8230; to change ESX kernel boot parameters. Your screen will look like this:</p>
<p style="text-align: center;"><a href="http://www.desktop-virtualization.com/images/2008/07/esx-password-recovery-2.png"><img class="alignnone size-medium wp-image-75 aligncenter" title="esx-password-recovery-2" src="http://www.desktop-virtualization.com/images/2008/07/esx-password-recovery-2-300x192.png" alt="" width="300" height="192" /></a></p>
<p>Now, simply type a space and "single" word, then press Enter:</p>
<p style="text-align: center;"><a href="http://www.desktop-virtualization.com/images/2008/07/esx-password-recovery-3.png"><img class="alignnone size-medium wp-image-76 aligncenter" title="esx-password-recovery-3" src="http://www.desktop-virtualization.com/images/2008/07/esx-password-recovery-3-300x192.png" alt="" width="300" height="192" /></a></p>
<p>Eventually, your ESX server will boot and give you a root command line prompt, which means you can do what you want from this moment on:</p>
<p style="text-align: center;"><a href="http://www.desktop-virtualization.com/images/2008/07/esx-password-recovery-4.png"><img class="alignnone size-medium wp-image-77 aligncenter" title="esx-password-recovery-4" src="http://www.desktop-virtualization.com/images/2008/07/esx-password-recovery-4-300x230.png" alt="" width="300" height="230" /></a></p>
<p>Assuming you want to change your root password, move on to the next step.</p>
<h4>3) Change ESX root password to a new one</h4>
<p>Simply type "passwd" and give your new password twice:</p>
<pre>sh-2.05b# <strong>passwd</strong>
Changing password for user root.
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully.</pre>
<p>That's it! You have changed the ESX password! Now it's time to reboot the system and allow ESX server to come back up online.</p>
<h4>4) Reboot ESX server once again</h4>
<p>Type "reboot" and wait for the ESX server to come back online in a few minutes:</p>
<pre>sh-2.05# <strong>reboot</strong></pre>
<p>Are you a seasoned ESX administrator? Do you solve the forgotten root password problem differently? Please share your opinions in the comments section.</p>
<h3>See also:</h3>
<ul>
<li><a title="VMware" href="http://www.desktop-virtualization.com/vmware/">VMware on Desktop-Virtualization.com</a></li>
<li><a href="http://www.vmware.com">Official VMware Site</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.desktop-virtualization.com/2008/07/04/how-to-change-password-on-your-esx-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Boot your VMware Windows VMs in VirtualBox</title>
		<link>http://www.desktop-virtualization.com/2008/06/13/boot-your-vmware-windows-vms-in-virtualbox/</link>
		<comments>http://www.desktop-virtualization.com/2008/06/13/boot-your-vmware-windows-vms-in-virtualbox/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 10:02:39 +0000</pubDate>
		<dc:creator>Gleb Reys</dc:creator>
				<category><![CDATA[Technical Tips]]></category>
		<category><![CDATA[acpi]]></category>
		<category><![CDATA[apic]]></category>
		<category><![CDATA[io-apic]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.desktop-virtualization.com/?p=70</guid>
		<description><![CDATA[I'm pretty sure I have mentioned it in one of the VirtualBox announcement posts: if you have an existing VMware VM disk image with your OS installed in it, you don't even have to convert it when you switch to Sun xVM VirtualBox. Booting VMware VMs with Windows hangs in VirtualBox VirtualBox natively supports VMware [...]]]></description>
			<content:encoded><![CDATA[<p>I'm pretty sure I have mentioned it in one of the <a title="xVM VirtualBox" href="http://www.desktop-virtualization.com/virtualbox/">VirtualBox</a> announcement posts: if you have an existing VMware VM disk image with your OS installed in it, you don't even have to convert it when you switch to Sun xVM VirtualBox.</p>
<h3>Booting VMware VMs with Windows hangs in VirtualBox</h3>
<p><strong>VirtualBox</strong> natively supports VMware VMDKs, but so far I was unable to boot any of the Windows XP VMware VMs in VirtualBox &#8211; only a few seconds after being turned on, the VM will seemingly hang even though I/O icon in the statusbar of it will indicate some traffic.</p>
<p>Turns out, it's a well known problem, and there's a very simple solution to it explained on the <a href="http://www.virtualbox.org/wiki/Migrate_Windows">Migrate existing Windows installations to VirtualBox</a> page of the <a href="http://www.virtualbox.org/wiki/">Virtualbox wiki</a>.</p>
<h3>Advanced VirtualBox settings: IO APIC</h3>
<p>Basically, pre-installed Windows images fail to boot up in <strong>VirtualBox</strong> because of the HAL (Hardware Abstraction Layer) problems.</p>
<p>There are a few versions of HAL supplied with each Windows:</p>
<ul>
<li>Standard HAL</li>
<li>ACPI HAL</li>
<li>ACPI HAL with IO APIC support</li>
</ul>
<p>They are supplied in a form of 3 different DLLs, and only one is picked based on your hardware configuration at the time of a Windows install. Because VMware supports IO APIC in VMs by default, that defines the HAL version used in your Windows VM.</p>
<p>VirtualBox is a bit smarter: IO APIC is disabled by default due to expensive (CPU-wise) virtualization. That's why, by default, your newly created VirtualBox VM will not boot a VMware image with Windows pre-installed.</p>
<p>Still, the IO APIC option is here, so you can just enable it for your VirtualBox VM to make the Windows image work.</p>
<p>This screenshot (click the thumbnail to see it in full resolution) shows what you need to do.</p>
<p><a href="http://www.desktop-virtualization.com/wp-content/uploads/2008/06/virtualbox-advanced-settings.png"><img class="alignnone size-medium wp-image-72" title="VirtualBox IO-APIC Settings" src="http://www.desktop-virtualization.com/wp-content/uploads/2008/06/virtualbox-advanced-settings-300x280.png" alt="VirtualBox IO-APIC Settings" width="300" height="280" /></a></p>
<p>That's it &#8211; this trick has really helped me, and I sure hope it helps you. Stay tuned for more <a title="Sun VirtualBox" href="http://www.desktop-virtualization.com/virtualbox"><strong>VirtualBox</strong></a> tips!</p>
<h3>See also:</h3>
<ul>
<li><strong><a href="http://www.virtualbox.org/">VirtualBox</a></strong> &#8211; official website</li>
<li><strong><a title="virtualbox 1.6" href="../2008/05/06/sun-xvm-virtualbox-16/">xVM VirtualBox 1.6</a></strong></li>
<li><strong><a title="VirtualBox 1.6.2" href="../2008/06/06/sun-xvm-virtualbox-162/">Sun xVM VirtualBox 1.6.2</a></strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.desktop-virtualization.com/2008/06/13/boot-your-vmware-windows-vms-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
