<?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>kb.hurricane-ridge.com &#187; Virtualization</title>
	<atom:link href="http://kb.hurricane-ridge.com/category/virtualization/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +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>Hot Adding a Disk to a Linux ESX VM</title>
		<link>http://kb.hurricane-ridge.com/virtualization/vmware/hot-adding-a-disk-to-a-linux-esx-vm</link>
		<comments>http://kb.hurricane-ridge.com/virtualization/vmware/hot-adding-a-disk-to-a-linux-esx-vm#comments</comments>
		<pubDate>Mon, 02 May 2011 19:11:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[hot add]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=1071</guid>
		<description><![CDATA[Add the disk through the VMware user interface. Then, force the host to rescan for the new drive, as root: Reference: Vmware Linux Guest Add a New Hard Disk Without Rebooting Guest]]></description>
			<content:encoded><![CDATA[<p>Add the disk through the VMware user interface.  Then, force the host to rescan for the new drive, as root:</p>
<pre class="brush: plain; light: true; title: ; notranslate">
for i in /sys/class/scsi_host/*; do echo '- - -' &gt; $i/scan ; done
</pre>
<p>Reference: <a href="http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html">Vmware Linux Guest Add a New Hard Disk Without Rebooting Guest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/virtualization/vmware/hot-adding-a-disk-to-a-linux-esx-vm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the em0 device on a FreeBSD VM under VMware</title>
		<link>http://kb.hurricane-ridge.com/virtualization/vmware/using-the-em0-device-on-a-freebsd-vm-under-vmware</link>
		<comments>http://kb.hurricane-ridge.com/virtualization/vmware/using-the-em0-device-on-a-freebsd-vm-under-vmware#comments</comments>
		<pubDate>Tue, 19 Jan 2010 20:24:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[e1000]]></category>
		<category><![CDATA[em0]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[le0]]></category>
		<category><![CDATA[vmx]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=804</guid>
		<description><![CDATA[Remove the VM from the inventory of virtual machines. In the host OS for Server, and in the , edit the &#8216;.vmx&#8217; file for the FreeBSD host, adding the following line:: ethernet0.virtualDev = "e1000" Then, in the FreeBSD guest, change all references to le0 to em0 (such as in &#8216;/etc/rc.conf&#8217; and &#8216;/etc/rc.conf.local&#8217;). Do the same [...]]]></description>
			<content:encoded><![CDATA[<p>Remove the VM from the inventory of virtual machines.</p>
<p>In the host OS for Server, and in the , edit the &#8216;.vmx&#8217; file for the FreeBSD host, adding the following line::</p>
<p><code>ethernet0.virtualDev = "e1000"</code></p>
<p>Then, in the FreeBSD guest, change all references to le0 to em0 (such as in &#8216;/etc/rc.conf&#8217; and &#8216;/etc/rc.conf.local&#8217;). Do the same thing for ethernet1, le1 and em1, etc.</p>
<p>Once you&#8217;ve saved changes to the .vmx file, re-register the VM with an ESX host (e.g. use &#8220;vmware-cmd -s register &#8230;&#8221;).</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/virtualization/vmware/using-the-em0-device-on-a-freebsd-vm-under-vmware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Most Useful VMware KB Article Ever: Timekeeping best practices for Linux</title>
		<link>http://kb.hurricane-ridge.com/virtualization/vmware/the-most-useful-vmware-kb-article-ever-timekeeping-best-practices-for-linux</link>
		<comments>http://kb.hurricane-ridge.com/virtualization/vmware/the-most-useful-vmware-kb-article-ever-timekeeping-best-practices-for-linux#comments</comments>
		<pubDate>Mon, 23 Mar 2009 22:02:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[timekeeping]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=372</guid>
		<description><![CDATA[By far, the VMware KB article I&#8217;ve gotten the most mileage out of is 1006427, Timekeeping best practices for Linux &#8211; effective workarounds for one of the roughest edges remaining in virtualizing Linux under VMware. (Link here is pretty much solely for my ease of later retrieval.)]]></description>
			<content:encoded><![CDATA[<p>By far, the VMware KB article I&#8217;ve gotten the most mileage out of is 1006427, <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1006427">Timekeeping best practices for Linux</a> &#8211; effective workarounds for one of the roughest edges remaining in virtualizing Linux under VMware.  </p>
<p>(Link here is pretty much solely for my ease of later retrieval.)</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/virtualization/vmware/the-most-useful-vmware-kb-article-ever-timekeeping-best-practices-for-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows P2V to VMware ESX notes</title>
		<link>http://kb.hurricane-ridge.com/virtualization/vmware/windows-p2v-to-vmware-esx</link>
		<comments>http://kb.hurricane-ridge.com/virtualization/vmware/windows-p2v-to-vmware-esx#comments</comments>
		<pubDate>Mon, 05 Jan 2009 23:07:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[cold clone]]></category>
		<category><![CDATA[p2v]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=78</guid>
		<description><![CDATA[Make sure you have the local Administrator password to the virtual before you begin. You will likely lose contact with your domain during the migration and need to log in with a local account to reconfigure the machine. If moving a machine from Microsoft Virtual Server, remove Virtual Server&#8217;s &#8220;Virtual Machine Additions&#8221; using the Add/Remove [...]]]></description>
			<content:encoded><![CDATA[<div id="parent-fieldname-text" class="kssattr-atfieldname-text kssattr-templateId-widgets/rich kssattr-macro-rich-field-view inlineEditable">
<ul>
<li>Make sure you have the local Administrator password to the virtual before you begin. You will likely lose contact with your domain during the migration and need to log in with a local account to reconfigure the machine.</li>
<li>If moving a machine from Microsoft Virtual Server, remove Virtual Server&#8217;s &#8220;Virtual Machine Additions&#8221; using the Add/Remove Programs control panel prior to migration; if you do not do this, you may lose access to the mouse when <span class="highlightedSearchTerm">VMware</span> Tools are installed.  (<span class="highlightedSearchTerm">VMware</span> Converter appears not to completely remove the Virtual Machine Additions.)</li>
<li>Do not have <span class="highlightedSearchTerm">VMware</span> Converter install the <span class="highlightedSearchTerm">VMware</span> Tools; do it manually, after booting (and waiting for Windows to prompt you to reboot) the migrated VM so that Windows can reconfigure itself for its new virtual hardware first.</li>
<li>After the migration, the machine will likely boot without network connectivity if you are using static IP addresses: The IP address of the machine will be bound to the remains of old NIC, which will be hidden. To remove the old NIC completely, do the following:
<ul>
<li>Open a command prompt.</li>
<li>Type in “set devmgr_show_nonpresent_devices=1” followed by “devmgmt.msc” (both without the quotes).</li>
<li>In Device Manager select “Show Hidden Devices” from the “View” menu.</li>
<li>Uninstall the old device not available on the new virtual hardware.</li>
</ul>
</li>
<li>Remove any devices from the VM which will cause issues with VMotion, such as serial ports.</li>
<li>For NetApp NFS storage, edit the following registry entry: <code>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Disk\TimeoutValue</code>, setting its value to 190 (decimal).</li>
<li>As of this writing (6/2009), VMware Converter 3 still appears to be more reliable than 4; if the conversion won&#8217;t work with version 4, revert to version 3.</li>
<li>Post-P2V is a good time to run mbralign; note that mbralign may lose a drive letter &#8211; you may need to manually add it back.</li>
</ul>
<p>References: <a href="http://www.clarksys.com/blog/2008/05/15/remove_hidden_devices_from_win/">Remove Hidden Devices from Windows</a>, <a href="http://vmetc.com/2008/12/29/minimizing-p2v-trouble-with-vmware-converter/">Minimizing P2V trouble with VMware Converter</a>, <a href="http://vmetc.com/2007/08/15/the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter/">The IP address you have entered for this network adapter is already assigned to another adapter</a>, <a href="http://communities.vmware.com/message/646375#646375">How to P2V multi-proc box to uni-proc without doing a HAL downgrade?</a></div>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/virtualization/vmware/windows-p2v-to-vmware-esx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVZ P2V migration</title>
		<link>http://kb.hurricane-ridge.com/virtualization/openvz/openvz-p2v-migration</link>
		<comments>http://kb.hurricane-ridge.com/virtualization/openvz/openvz-p2v-migration#comments</comments>
		<pubDate>Tue, 30 Dec 2008 20:30:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[p2v]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=56</guid>
		<description><![CDATA[A quick guide in the OpenVZ forums on physical-to-virtual migration: OpenVZ Forum: Support =&#62; Re: debian+networking]]></description>
			<content:encoded><![CDATA[<p>A quick guide in the OpenVZ forums on physical-to-virtual migration:</p>
<p><a href="http://forum.openvz.org/index.php?t=tree&amp;goto=266">OpenVZ Forum: Support =&gt; Re: debian+networking</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/virtualization/openvz/openvz-p2v-migration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

