VMware vCenter Converter Standalone P2V Performance optimization
While migrating P2V Microsft server was very slow as we change the red marked line under converter-client.xml file P2V process become very fast. thanks to my friend Mohamed Magdy, for giving me this important tip.
Turning OFF SSL Encryption in VMware vCenter Converter Standalone 5.0 can improve transfer rates.
To turn OFF SSL Encryption in VMware vCenter Converter Standalone 5.0, please follow the following steps:-
1 -Find and Edit converter-worker.xml
Windows Vista, Windows 7, Windows 2008 %ALLUSERSPROFILE%\VMware\V
2 -Change the SSL Key <useSsl> true </useSsl> to false
3- Restart Service
For changes to take effect – Restart “VMware vCenter Converter Standalone Worker” service.
C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone\converter-client.xml
<ConverterServerConnectionPipe>
<pipeName>vmware-converter-server-soap</pipeName>
<useSsl>false</useSsl>
<serverPath>/converter/sdk</serverPath>
<namespace>converter</namespace>
<serviceName>vmware-converter-server</serviceName>
</ConverterServerConnectionPipe>