Converter 5 API
Hi!Cant find any information according to API 5 for VMware Converter??How do I build that? Where is documentation on that?? Tos2k
View ArticleHow to set the network on the destination vm?
Hi, I trying to set the destination network of VM but always selects the default. I'm converting a local VM (.vmx file) to an ESXi host using the SDK. Can someone share an example on setting the...
View ArticleHow to add new nic for target VM using vCenter Converter SDK?
Hi all ,I can use vCenter Converter Standalone program to add new nic for VM .Then I tried to use following code to add a new nic for VM , but it failed.The log shows invalid argument for adding...
View ArticleMapping Converter SDK API Objects/Fields to Converter UI Fields
Something that would be very useful for using the Converter SDK would be an explanation of how the fields in the Converter UI map to the objects and fields in the Converter API. Does anyone know if...
View ArticleHow to detect error on P2V conversion
I have the following code to poll the Converter server for the job I submitted: ConverterServerConversionConversionJobInfo cji = _converterService.ConverterServerConversionManagerCreateJob(...
View ArticleUsing ConverterStorageParams.resizeRatio
Anyone have experience using "ConverterStorageParams.resizeRatio"? I am trying to automate a P2V for a physical machine that has 1 TB of (available) local storage with only about 30 GB used. I am...
View ArticlePropertyCollector.retrieveProperties question
Hi there I'm trying to get rootFolder property of the ConversionManager (http://www.vmware.com/support/developer/converter-sdk/conv43_apireference/converter.server.conversion.ConversionManager.html),...
View Article5.0: ConverterServerConversionConversionJobSpec with startSuspended == TRUE
Today I've noticed that Converter 5.0 dosn't allow to sumbit a job with jobSpec.startSuspended == true ConverterServerConversionConversionJobSpec jobSpec = new...
View ArticleConverter 5 is Open Source?
Where can I download the Converter source code? Anyone? Tos2k
View ArticleWhat happens with a Job?
Hello, For some reason we have limitied -Dsun.net.client.defaultReadTimeout=600000 (i.e. reading will timeout after 10 mins). Sometime it takes a lot of time (more than 10 mins) to submit a job (we...
View ArticleConverterApi, Linux P2V
How do I configure the helper VM required for Linux P2V based on ConverterAPI? Tos2k
View ArticleConverterApi, windows drive letter
Hi, is it possible to read the Windows drive letter using ConverterApi? Tos2k
View ArticleConverterApi, Linux - Thumbprint issues
Hi! How do I get around thumbprint issues in a programmatical way? System.Web.Services.Protocols.SoapException: Unable to connect via SSH to the source machine '<myip>' because the host...
View ArticleP2V Linux, failed to connect iso
Hi folks. I do not get the helper iso connected to the helper VM when running on ConverterApi. This is what worker log contains for ConverterApi jobs: 2012-01-16T10:56:54.618+01:00 [08124 info...
View ArticleHow to select specific disks
Hi! How can I select specific disks from a physical machine, how to disable not needed disks - as I can do in the UI? The documentation on the converter API is a shame... basically just a bunch of 100s...
View ArticleConversion doesn't copy data
I've modified the sample command line application to optionally allow for thin provisioned disks. When a thin provision property is set to true, the following block of code is executed in the...
View ArticleConvert a client from a esxi 5 host to a 4.1 host possible?
Hi, I'm pretty new to this stuff and I have a question that is pretty important to me. 1. I converted my physical machine (SBS 2008) to an ESXi 5 host.2. I want to put it back on the old server but the...
View ArticleProblem with duplicate volume IDs
I have this small block of code that goes through each disk and sets it to thin provisioned while setting up the job spec. if (_vmThinProvision) { ConverterStorageParamsManagedTargetDiskParams...
View ArticleC# examples failing with "Unable to recognize the server type or version when...
I'm trying to submit a job for conversion P2V from a c# app. I've tried running the app remotely and locally but I keep getting this error (here's the full error):<detail><InvalidArgumentFault...
View ArticleCreating VM of Physical Desktop machine through vmware Converter
I am trying to convert the Physical Destop machine through vmware converter 5.0 buitl -470252 but i received following error messagedurring the connecting physical machine. "A general system error...
View Article