 




<?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>Virtualization Pro &#187; P2V</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/virtualization-pro/tag/p2v/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/virtualization-pro</link>
	<description>A SearchVMware.com blog</description>
	<lastBuildDate>Fri, 22 Feb 2013 17:58:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Removing old hardware after a P2V conversion</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/removing-old-hardware-after-a-p2v-conversion/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/removing-old-hardware-after-a-p2v-conversion/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:22:37 +0000</pubDate>
		<dc:creator>Eric Siebert</dc:creator>
				<category><![CDATA[Eric Siebert]]></category>
		<category><![CDATA[P2V]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/?p=1095</guid>
		<description><![CDATA[A recent VMware KB article reminded me of a best practice I have been preaching for years that involves cleaning up old server hardware on a virtual machine (VM) after doing physical-to-virtual (P2V) conversions. When you perform a P2V conversion you are taking the operating system and encapsulating it inside a virtual machine. When you [...]]]></description>
				<content:encoded><![CDATA[<p>A recent VMware <a href="http://kb.vmware.com/kb/1014169">KB article</a> reminded me of a best practice I have been preaching for years that involves cleaning up old server hardware on a virtual machine (VM) after doing physical-to-virtual (P2V) conversions. When you perform a P2V conversion you are taking the operating system and encapsulating it inside a virtual machine. When you power it up on a virtual host afterwards the operating system wakes up and finds out it&#8217;s in a different home that has different server hardware and consequently proceeds to automatically load the correct drivers for all the new server hardware. Once that process is completed you typically need to reboot so all the new drivers can be loaded properly. If you go in to the device manager you will see all the new hardware devices, but you won&#8217;t see the old hardware devices. The reason for this is not because Windows deletes them &#8212; it simply hides them so you can&#8217;t see them.<span id="more-1095"></span></p>
<p>Even if you select the Show Hidden Devices option in Device Manager you will not see the old hardware devices as it only displays non-Plug and Play devices that are actually present in the system. Devices that were previously installed but are not currently present in the server are not displayed. What you need to do to display them is to set an environment variable before you launch the Device Manager application.</p>
<p>You might be wondering why you should even remove them in the first place. There are two reasons. The first is that it can cause conflicts when you attempt to assign IP addresses to any new network adapters that are discovered. This is because the old network adapters are still configured on the server and still have their original IP addresses even though they are not physically present. You will not see them, however, when you go in to your network connections, and if you attempt to assign the new network adapter the same IP address as the old ones you will get an IP conflict error message. To resolve this you need to remove the old non-present adapters which will release the IP addresses assigned to them. Microsoft has a <a href="http://support.microsoft.com/kb/269155">KB article</a> that provides more detail on this.</p>
<p>The second reason you want to remove them is that the old non-present device drivers still consume server resources even though the devices are no longer physically present. The resource usage is minimal but when you have multiple virtual machines (VMs) running on a single physical server the resources that are wasted can add up. Fortunately removing those pesky old devices is fairly easy, just follow these steps:</p>
<p>1. Open a Windows command prompt and type the following: <strong></strong></p>
<pre><strong>set devmgr_show_nonpresent_devices=1 </strong></pre>
<p>This sets an environment variable that tells the device manager to show all non-present devices.</p>
<p>2. At the same command prompt, type</p>
<pre> <strong>devmgmt.msc</strong></pre>
<p>&#8230;which launches the device manager application. Do not try and launch it through the graphical user interface (GUI) instead as the environment variable set in step one only applies to commands run inside the command prompt.</p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres56.jpg"><img class="alignnone size-medium wp-image-1096" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres56.jpg" alt="" width="667" height="118" /></a></p>
<p>3. Once the device manager window opens, select <strong>View</strong> from the top menu, and then <strong>Show Hidden Devices</strong>.</p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres7.jpg"><img class="alignnone size-medium wp-image-1097" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres7.jpg" alt="" width="288" height="181" /></a></p>
<p>4. If you expand the device categories you will see both present and non-present devices. The non-present devices are shown by the grayed-out icons next to the device names. You can remove them by right-clicking on them and selecting <strong>Uninstall</strong>. Unfortunately you have to do this one by one as you can not select multiple devices. Click OK at the warning message that appears. If you accidentally delete a device that is present, don&#8217;t panic &#8212; once you reboot, Windows will automatically install the device driver for it again.</p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres6.jpg"><img class="alignnone size-medium wp-image-1098" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres6.jpg" alt="" width="406" height="166" /></a></p>
<p>As an example of how many non-present devices there are after a P2V, I removed over 60 of them from a VM that came from an HP DL360 server, as you can see in the images below.</p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres1.jpg"><img class="alignnone size-medium wp-image-1099" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres1.jpg" alt="" width="640" height="451" /></a></p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres2.jpg"><img class="alignnone size-medium wp-image-1100" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres2.jpg" alt="" width="640" height="482" /></a></p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres3.jpg"><img class="alignnone size-medium wp-image-1101" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/28/files/2009/10/nonpres3.jpg" alt="" width="639" height="482" /></a></p>
<p>The process of removing these devices can be tedious and time-consuming, especially if you have many servers to do, but is worth doing so your new virtual servers are clean and don&#8217;t carry over remnants from their previous hardware. Fortunately there is a way to automate this process; <a href="http://www.rtfm-ed.co.uk/">Mike Laverick</a> has created some great scripts that will automate the cleanup of old hardware after a conversion, which are available <a href="http://communities.vmware.com/thread/25121">here</a>.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/removing-old-hardware-after-a-p2v-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using vCenter Converter to create VMware ESXi virtual machines</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/p2v-success-yes-you-can-use-vmware-vcenter-converter-to-esxi/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/p2v-success-yes-you-can-use-vmware-vcenter-converter-to-esxi/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 19:43:46 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[P2V]]></category>
		<category><![CDATA[Rick Vanover]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/?p=314</guid>
		<description><![CDATA[Administrators considering VMware ESXi may wonder if vCenter Converter will workfor VMware ESXi conversions. The answer is yes, but there&#8217;s a gotcha. Converting a physical machine into an ESXi virtual machine works best when you use the latest version of VMware Converter, version 3.0.3. While prior releases, such as 3.0.2 had support for ESXi, it [...]]]></description>
				<content:encoded><![CDATA[<p>Administrators considering VMware ESXi may wonder if vCenter Converter will workfor VMware ESXi conversions. The answer is yes, but there&#8217;s a gotcha.</p>
<p>Converting a physical machine into an ESXi virtual machine works best when you use the latest version of VMware Converter, version 3.0.3. While prior releases, such as 3.0.2 had support for ESXi, it has improved greatly with the updated 3.0.3 release. ESXi has a more updated version as well, version 3.5 Update 3. Likewise, if you are using <a href="http://www.platespin.com/products/powerconvertmain.aspx">PlateSpin’s PowerConvert</a> or <a href="http://www.vizioncore.com/vConverter.html">Vizioncore’s vConverter</a>, you should make sure the version you are using supports ESXi as a target.</p>
<p>For most situations, converting machines to an ESXi host is not a big deal. The only practice issue that you may encounter would be the destination log-in selection of the converted virtual machine. Like many administrators, I have frequently used vCenter as the destination. If vCenter is not present in ESXi, ESXI will use the host as the destination log-in. The figure below shows the log-in:</p>
<p><img src="http://rickvanover.chickenkiller.com/blogosphere/scratch-ssv-2009-1-21-esxip2v.jpg" alt="Destination login to ESXi" /></p>
<p>Performing P2V conversions directly to ESX or ESXi hosts (no vCenter credentials) will use the local password to authenticate, and root is the default credential for ESXi. Beyond that, vCenter Converter converts machines to ESXi host nicely. Guest conversions can be placed in resource pools if set up on the host, as well as selected storage on VMFS volumes that are iSCSI, local,or fibre channel SAN. More information on <a href="http://www.vmware.com/products/converter/overview.html">vCenter Converter</a> can be found on the VMware website.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/p2v-success-yes-you-can-use-vmware-vcenter-converter-to-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P2V conversion success: Disable non-plug-and-play drivers</title>
		<link>http://itknowledgeexchange.techtarget.com/virtualization-pro/p2v-conversion-success-disable-non-plug-and-play-drivers/</link>
		<comments>http://itknowledgeexchange.techtarget.com/virtualization-pro/p2v-conversion-success-disable-non-plug-and-play-drivers/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 15:27:46 +0000</pubDate>
		<dc:creator>Rick Vanover</dc:creator>
				<category><![CDATA[P2V]]></category>
		<category><![CDATA[Rick Vanover]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware Converter]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/virtualization-pro/?p=257</guid>
		<description><![CDATA[While performing a physical-to-virtual (P2V) conversion isn&#8217;t a new trick, there are always additional enhancements that can be performed to ensure a clean transition to a VMware platform. Recently when performing a P2V conversion, one particular system was not behaving as expected after the conversion was complete. While I have mentioned before that removing drivers [...]]]></description>
				<content:encoded><![CDATA[<p>While performing a physical-to-virtual (P2V) conversion isn&#8217;t a new trick, there are always additional enhancements that can be performed to ensure a clean transition to a VMware platform. Recently when performing a P2V conversion, one particular system was not behaving as expected after the conversion was complete. While I have mentioned before that <a href="http://servervirtualization.blogs.techtarget.com/2008/09/02/making-a-p2v-conversion-driver-cleansing/" target="_blank">removing drivers from the new guest virtual machine</a> is a good idea, this particular system required some more attention.</p>
<p>I found that some of the device drivers that were loaded in the Windows guest operating system even after all driver software was removed. Further, after the P2V conversion the hardware would not be enumerated in the hardware inventory because it was not present. This particular system had SAN connectivity before, and the drivers related to the fibre channel interface were causing me concern related to disk access, and a lot of errors in the local log. On the VMware virtual machine, the driver installed by VMware Tools provides all of the required disk access and I needed to stop this physical system hardware driver from filling up the error log.</p>
<p>The driver was listed in the Non-Plug and Play Drivers section of the Windows device manager. To view this section, be sure to view the hidden devices in the MMC snap-in for Windows Server 2003 systems. The figure below shows this area of Windows:<br />
<a href="http://rickvanover.chickenkiller.com/blogosphere/scratch-2009-SVM-NPPD.jpg"><img src="http://rickvanover.chickenkiller.com/blogosphere/scratch-2009-SVM-NPPD.jpg" alt="http://rickvanover.chickenkiller.com/blogosphere/scratch-2009-SVM-NPPD.jpg" width="446" height="392" /><br />
</a></p>
<p>Once I identified the driver that was causing the issue, it was quite easy to disable the device. On subsequent boots, the offending process did not fill the Windows logs up with the errors related to the device not being present.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/virtualization-pro/p2v-conversion-success-disable-non-plug-and-play-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
