TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Editing: How to fix slow offline P2V times in VMM b/c of duplex switches
Wiki
>
TechNet Articles
>
How to fix slow offline P2V times in VMM b/c of duplex switches
Article
Edit
History
Title
<div class="snap_preview"> <p>if you are experiencing a slow offline P2V time due to a network that has 100mb full duplex enabled on the switch end, here is the process you can follow to make the data transfer a lot faster. This process will modify the WIM image used for P2V and modify the type of networking drivers being used, The entire process is reversible as long as you copy back your backup WIM image from step #4 and replace the changed one with the backed up one.</p> <p>1. Enable tracing on the source computer during an offline P2V. (create a file named scvmm_enable_winpe_tracing.txt and save it to the root of the source computer’s boot volume before you start the P2V). <strong>This file does not need to contain any data or information. A trace file named scvmm_winpe.etl will be created and saved on the source computer.</strong></p> <p>2. Start the P2V and the stop it after it starts to copy the hard disk.</p> <p>3. Log back onto the source machine and find what Network driver WinPE loads during the P2V (There should be a text file on the system drive that WinPE has created)</p> <p>4. Copy the boot.wim file from the VMMData directory on the VMM Server to a new directory (Make a copy just in case anything goes wrong!)</p> <p>5. Using imagex from the Windows WAIK (Located under Program Files\Windows AIK\Tools\amd64) , mount the boot.wim file as ReadWrite(Example: imagex /mountrw d:\temp\boot.wim 1 d:\temp\Mount)</p> <p>6. Open the directory where the image was mounted to and navigate to the WinPE driver repository (Windows\System32\DriverStore\FileRepository)</p> <p>7. Open the folder that contains the driver, then the inf file.</p> <p>8. Search for “Duplex” > Find each section of the inf that references this key and modify the default to what you want.</p> <p>9. Save the file and then commit the changes back to the Wim file (Example: imagex /unmount /commit c:\mounted_images)</p> <p>10. Copy the Boot.wim file and replace the one under the VMMData directory in SCVMM.</p> <p>11. Start the P2V and watch it fly J</p> <p>This blog post is courtesy of Andrew Auret.</p> </div>
Comment
Tags
Please add 8 and 1 and type the answer here: