Optimize your VMs by uninstalling physical hardware after P2V
After your P2V one of those steps to do at first is the Installation of VMware Tools.
Also, not only you should get rid of all the physical hardware in Device manager that’s not used any more but also those software packages which had been used on a physical server to manage the hardware (like HP’s ILO , Fujitsu’s ServerView, or Dell’s OpenManage), or the soft that manages the RAID drives.
So first thing to do after you P2V and install VMware tools into your freshly converted VM is to show all deactivated hardware in Device Manager:
01. On your VM go to Start > RUN > CMD > Enter
02. Type “set devmgr_show_nonpresent_devices=1”

03. Then start Device manager: Start > Run > devmgmt.msc and then click on the Menu go to View > Show Hidden Devices (like on the pic).

Then you should see which devices are marked like ghosted devices.They are grayed out. Those devices you can safely remove from the device manager.
6 Comments
Leave a Reply
Other posts from Server Virtualization
- Create your own Provider Virtual Data Center
- Measure some perf benchs with VMark
- VMware partners with Symantec on ApplicationHA
- Andre Leibovici's Linked cloning storage calculator
- SIOC yes, but not in the SMB kit...
- Best practices KB on how-to install ESX 4.1 and vCenter
- Hyper-V and new linux integration tools
- How to Fix “Transaction log for database ‘VIM_VCDB’ is full” errors
- How to change from ACPI Multiprocessor HAL back to ACPI Uniprocessor HAL in Windows 2003
- AD Integration for ESXi 4.1
- vCenter converter with Hyper-V import
- Serial Port handling in ESXi 4.1
- Four memory optimization techniques available in vSphere 4.1
- Activating remote access via SSH in ESXi4.1
- vSphere Compatibility Matrixes
- 150 new features or enhancements in vSphere 4.1
- Personalized install of VMware tools
- VMware tools download from VMware Website
- How to change virtual SCSI controler
- Microsoft's patch for .NET breaks VI client connection






















Nice tip Vladan !
I P2V'ed a server and once done it started to crash randomly on VMware… Of course ITM's were not happy, virtualization sux I could hear… After running that trick, the server ran like a charm, it happened to be a remaining piece of QLogic drivers that caused all the problems. Highly recommended after any P2V!
Cheers,
Didier
Internet is a great resource. I could not work in the IT industry like 15 years ago… -:)
How it can be done on Windows 2003 Server as virtual machine?
I've done like you describe, but I can't see any gray devices.
If you don't see any “grayed” devices then everything went fine with the P2V conversion and you don't need to remove manually anything else. Just make sure uninstalling any software which is directly managing the physical server (like GUI RAID manager etc…)
Thanx a lot.