Quantcast
Channel: VMware Communities : All Content - Converter Standalone
Viewing all 5725 articles
Browse latest View live

LInux P2V woes

$
0
0

Hi All,

I'm P2ving a Linux RHEL 4 to vCenter 5

I'm not familiar with Linux, all the version i'm working with are supported under converter 5.5 and i've also tried 4.3 but get same errors.

 

Linux server can ping vcenter.

I have edited the config xml's to usesudo true and not to use SSL to connect.

The source and destination is on a different subnet.

Doing Windows P2v's from same source subnet and destination have been fine.

I have set the vm Helper with static IP, still fails.

I have ran converter as Admin, and the converter can view source machine details.

 

Can anyone have a look at error logs and comment.

The VM error message have been;

Unable to Obtain Hardware information for the selected machine

A general system error occurred conversion of data to type int failed

A general system error occurred: internal error: vmodl.fault.HostCommunication converter

 

the logs are attached and I'd appreciate your feedback on what to address in those logs.

 

Regards

 

Mark.


P2v fails error "Unable to reconfigure the destination virtual machine."

$
0
0

Hello

      i am trying to convert physical windows machine using vcenter converter standalone  5.0 ,it got failed at 98 % & 95% .whats the reason

how ro resolve this iuuse.first time it got failed at 95 % and second time it got failed at 98 % says same error.

Can't transfer UUID.BIOS from source to destination Guest with SOAP SDK preserveIdentity property set.

$
0
0

We're using VMWare Convertor in our infrastructure and have another product interfacing with it to enable us to flex the settings of a VM Guest (Disk,RAM and CPU). We've been asked to be able to maintain the UUID from source to guest as our backup infrastructure depends on it.

 

After much Google/Bing time I've found I need to use the preserveIdentity property in the xml we're submitting to the Web Service API. Found the details here:

 

https://www.vmware.com/support/developer/converter-sdk/conv50_apireference/converter.params.CloningParams.html

 

An example of the xml we're submitting (values in between stars, are replaced just before the xml gets submitted to convertor):

 

<?xml version="1.0" encoding="UTF-8"?>

<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <soapenv:Body>

  <ConverterServerConversionManagerCreateJob xmlns="urn:converter">

  <_this type="ConverterServerConversionConversionManager">ConversionManager</_this>

  <spec>

  <name>Server Automation Flex Job - *serverName*</name>

  <source>

  <location xsi:type="ConverterComputerSpecLiveComputerLocation">

  <hostname>*serverNameFullyQualified*</hostname>

  <username>*serverUsername*</username>

  <password>*serverPassword*</password>

  <osType>*serverOSType*</osType>

  <verifyPeer>false</verifyPeer>

  <sslThumbprint>*sourceSSLThumbprint*</sslThumbprint>

  </location>

  </source>

  <conversionParams>

  <doClone>true</doClone>

  <cloningParams>

  <target>

  <name>*guestName*</name>

  <location xsi:type="ConverterTargetVmSpecManagedVmLocation">

  <vimConnect>

  <hostname>*VCServer*</hostname>

  <credentials xsi:type="ConverterVimConnectionSpecLoginVimCredentials">

  <username>*VCUsername*</username>

  <password>*VCPassword*</password>

  </credentials>

  <verifyPeer>false</verifyPeer>

  <sslThumbprint>*targetSSLThumbprint*</sslThumbprint>

  </vimConnect>

  <vmFolder type="Folder">*folderID*</vmFolder>

  <host type="HostSystem">*hostID*</host>

  <computeResource type="ClusterComputeResource">*clusterID*</computeResource>

  <vmFolderName>*sourceVmFolder*</vmFolderName>

 

  <resourcePoolName>*targetVMwareResourcePool*</resourcePoolName>

  <computeResourceName>*targetVMwareCluster*</computeResourceName>

  </location>

  <hardwareVersion>*targetVmHardwareVersion*</hardwareVersion>

  </target>

  <storageParams>

  *storageParamsXML*

  </storageParams>

 

  <networkParams>

  <preserveNicCount>true</preserveNicCount>

  <preserveNicMapping>true</preserveNicMapping>

  </networkParams>

 

 

  <basicHardwareParams>

  <numCPUs>*newCPUValue*</numCPUs>

  <numCoresPerSocket>1</numCoresPerSocket>

  <memoryMB>*newMemoryValueInMB*</memoryMB>

  </basicHardwareParams>

  <doSynchronize>false</doSynchronize>

  <preserveIdentity>false</preserveIdentity>

  </cloningParams>

 

  <doReconfig>true</doReconfig>

  <doInstallTools>false</doInstallTools>

  <doCustomize>false</doCustomize>

  <doUninstallAgent>false</doUninstallAgent>

  <powerOnTargetVM>true</powerOnTargetVM>

  <removeRestoreCheckpoints>true</removeRestoreCheckpoints>

  <throttlingParams>

  <cpuThrottling>none</cpuThrottling>

  </throttlingParams>

  </conversionParams>

  <p2vSourceModificationSpec>

  <shutdownSource>true</shutdownSource>

  </p2vSourceModificationSpec>

  <parentFolder type="ConverterServerConversionConversionFolder">ConversionFolder</parentFolder>

  </spec>

  </ConverterServerConversionManagerCreateJob>

  </soapenv:Body>

</soapenv:Envelope>

 

I've tried putting the preserveIdentity element in a number of places and got the same error back from our tools of:

 

HTTP/1.1 500 Internal server error

<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault><faultcode>ServerFaultCode</faultcode><faultstring> Unexpected element tag &quot;preserveIdentity&quot; seen while parsing serialized DataObject of type converter.params.CloningParams at line 20, column 5 while parsing property &quot;cloningParams&quot; of static type ConverterCloningParams while parsing serialized DataObject of type converter.params.ConversionParams at line 18, column 4 while parsing property &quot;conversionParams&quot; of static type ConverterConversionParams while parsing serialized DataObject of type converter.server.conversion.ConversionJobSpec at line 6, column 3 while parsing call information for method ConverterServerConversionManagerCreateJob at line 4, column 2 while parsing SOAP body at line 3, column 1 while parsing SOAP envelope at line 2, column 0 while parsing HTTP request for method createJob on object of type converter.server.conversion.ConversionManager at line 1, column 0</faultstring><detail><InvalidRequestFault xmlns="urn:converter" xsi:type="vim25:InvalidRequest" xmlns:vim25="urn:vim25"></InvalidRequestFault></detail></soapenv:Fault> </soapenv:Body> </soapenv:Envelope>


Can anyone help?

Failed Conversion - Possible controlsetXXX issue?

$
0
0

I'm having an issue P2Ving a machine and I think I have finally traced back my issue and just wanted to throw this out to everyone.  I have had a ticket open for awhile now with VMWare.

 

My currentcontrolset points to controlset015 instead of 001 (or 002) due to some issues with this particular server some time in late 2008.  My VMWare Converter fails every time at 98% and the VM is non-bootable with a BSOD STOP error of 7b.   A re-run of the configuration also fails.  I have been struggling to figure out why and stumbled onto a fix to get the machine to at least boot, partially.  I injected the SAS drivers and then enabled them to start in ControlSet015 (in lieu of most KB articles which say 001 or 002).  That booted the machine but it was still non-functional since the other drivers did not exist. 

 

I began to really dig into the logs and found this: 

 

2014-02-20T10:26:56.150-05:00 [07204 warning 'Default'] ERROR 2 opening key mntApi69177312230355024\ControlSet0015.


Note the key is ControlSet0015, not ControlSet015.  This got me to thinking, maybe Converter is taking the Select keys and adding 'ControlSet00' to the number listed, thereby adding too many 0s when a controlset number has two digits.  I did a test and changed the default controlset to 31 and re-ran a configuration and was greeted with:


2014-03-10T14:25:39.439-04:00 [12060 warning 'Default'] ERROR: Unable to open key mntApi33130316230358670\ControlSet0031.


Aha, so I think that this is it.  Anyone have any ideas and/or workarounds?  Obviously I'd like to just ditch this server and start fresh but that isn't an option, I'm afraid.

An error occurred while opening a virtual disk. Verify that the converter server and the running source machines have a network access to the source and destination ESX/ESXi hosts

$
0
0

Hi everybody,

I ran across this infamous error now on my machine. I tried several other suggestions from other posts with no luck. I am trying to convert a powered off VMware Infrastructure machine (template) into a Workstation image. I get this error immediately after I select the template as the source and click next.

Any hints? I even tried to reinstall Converter (5.5) completely...

Canot see any SAN partition while trying to convert RHEL

$
0
0

Hi Guys

I am trying to convert my Physical RHEL Oracle to VM but I can only see OS partition but not all the SAN partition via Conversion wizard . I am using Vmware vcentre converter standalone version 5.5.

 

Below is the physical server partition . but while converting I cannot see those Bold Partition and those are SAN disk !!

 

Filesystem            Size  Used Avail Use% Mounted on

/dev/sda10            9.5G  6.5G  2.6G  72% /

/dev/sda9              12G  158M   11G   2% /tmp

/dev/sda8              19G  4.5G   14G  25% /var

/dev/sda7              19G  3.1G   15G  17% /usr

/dev/sda5             190G  115G   65G  65% /data

/dev/sda3             190G   75G  105G  42% /u01

/dev/sda1             965M   24M  892M   3% /boot

tmpfs                  16G     0   16G   0% /dev/shm

/dev/mapper/mpath15   2.0G  697M  1.2G  37% /u11

/dev/mapper/mpath16   2.0G  668M  1.3G  35% /u12

/dev/mapper/mpath17    20G   18G  1.5G  93% /u13

/dev/mapper/mpath18    50G   40G  7.5G  85% /u14

/dev/mapper/mpath23   2.0G  697M  1.2G  37% /u21

/dev/mapper/mpath24   2.0G  668M  1.3G  35% /u22

/dev/mapper/mpath25    20G   18G  1.6G  92% /u23

/dev/mapper/mpath26    50G   40G  7.5G  85% /u24

/dev/mapper/mpath27   262G  220G   30G  89% /u25

/dev/mapper/mpath28   197G  162G   26G  87% /u26

/dev/mapper/mpath29   188G  131G   47G  74% /u27

/dev/mapper/mpath33   197G  146G   42G  78% /u17

/dev/mapper/mpath34   262G  205G   45G  83% /u15

/dev/mapper/mpath31   178G  153G   16G  91% /u16

 

Any suggestion ?

 

Ashraf

converter error "Host key can't be retrieved.

$
0
0

Hi all,

 

I'm having an issue using the standalone converter to p2v a linux (CentOS) box.  It gets to 1% then fails with the following error:

 

FAILED: A general system error occurred:

Network error. Host 10.0.2.19 key can't be retrieved. (return code 2)


(Note: 10.0.2.19 is the IP of the CentOS box.)


Running 5.01 build 1087880 of the converter (latest as of today), and ESXi 5.1.


Anyone ever come across this error before or know what it means?  Google isn't very helpful...


Thanks in advance,

Colin

Keep P2V VM (periodically) synchronised

$
0
0

Hiya all,

 

We need to create a backup VM from a physical server, and keep it as up-to-date/synchronised as possible, for use as a failover server.

Using the latest versions of vSphere/vCenter/Converter, what are the options or best practices to achieve this?

Or maybe there are 3rd party tools (like Veeam maybe?) that would add other beneficial options to this scenario?

 

Thanks for your input!

 

Kris


VMware Converter Enterprise - Is this still available?

$
0
0

Hi,

 

I have done about 50 conversions with VMware Converter Standalone which have gone reasonably well. I am now looking to speed up the conversion process so we can do more servers in a weekend.

 

Researching P2V conversions on the web I have found references to a product called "VMware Converter Enterprise" but I cant find a download or details about the product. Could someone give me any information about this or tell me the best place to look?

 

Thanks

 

Will

P2V conversion failure

$
0
0

Hello I am running VMconverter 5.5, I am trying to convert Windows server 2K3 server R2 Enterprise and I received a failure at 96% (So close!) . The failure I received was FAILED: An error occurred during the conversion:'converter.fault.FileIOFault'. It was cloning the 3rd drive, I am wondering if anyone can help me figure out where the issue is so I can start another conversion again. Attached are the logs.

Converting a File Server to shrink disk size - things to consider?

$
0
0

Hi all,

 

This weekend I plan to do a v2v conversion of our File Server to shrink one of the drives from 600GB to 250GB and also change the disk type from Thick to Thin.  I am expecting this to take quite a long time so want to make sure I get it to work on my first attempt!

 

Although I will warn users that the file server will be unavailable during this time, there is always the danger someone could remotely log in and connect during the conversion process (they have roaming profiles/home folders stored on this server).

 

My main concern is if a user connects and changes a file etc in their home folder during the process, it might fail.

 

My boss has suggested putting the vcentre server and the server I want to convert in a private vlan during the process so no-one can connect, but I am a bit concerned that the servers may need to communicate with dns/domain controllers during the process?

 

Is anyone able to provide any advice regarding my concerns?  Especially if someone does connect/change a file on the file server during the process.

 

Thank you

Converting Microsoft physical machine with OEM licensing

$
0
0

Hi All,

 

I guess this is a well worn path for all the P2V newbies like myself. I converted an old XP box with an OEM license and get stuck at the prompt "This copy of Windows must be activated with Microsoft before you can log on. Do you want to activate Windows now?". Is there a way to convert this OEM license to run on the virtual machine or is this a dead end? I do have an XP installation disk with valid serial numbers if that is of any help.

 

Thanks to everyone who replies,

Ray

Shrinking a VM HD - does the destination datastore need to have enough space for source or destination VM?

$
0
0

Hi all,

 

I have a File Server with the existing HD's configures:

 

HD1: 60GB

HD2: 20GB

HD3: 650GB

 

Total :730GB

 

I plan to shrink HD3 to 250GB  which will give me a new total of 330GB.

 

My question is, when I run through the VMware Converter Standalone Process and I get to the step where I select the 'destination location'.  Obviously I need to select a datastore that can fit the destination VM.

 

My concern is that it shows the source disk size (730GB) (see image below), and that for some reason as part of the conversion process the destination datastore needs the storage of the full 730GB as opposed to 'new' vm size of 330GB.

 

source disk size.PNG

 

Can someone confirm?

 

Thanks

Converter 5.5 failure on windows 2003, Error occured while opening a virtual disk.

$
0
0

I've been reading through the boards and have the error with converter that.  An error occured while opening the virtual disks. Verify that the converter servera nd the running source machines have a network access to the source and destination esx hosts.

 

I've verified there is ping connectity between the source and the destination.   The source that converter is on can browse the vcenter information to select the destination and the datastores.

 

I've changed the client.xml SSL settings to false and have looked in vcenter for administrative settings > advanced settings > ssl.version is set to all.

 

I will upload the logs I've collected when I've attempted to convert this machine with converter 5.1 and 5.5.   Any advice on how to resolve this would be appreciated.

 

In addition the message appears as soon as the task starts,  I see where vCenter creates the VM then the error happens then it deletes the machine so I don't get very far along in the process before the error occurs.

MS virtual pc conversion failing

$
0
0

Im trying to convert a Win XP old ms virtual PC (i have the .vhd and .vmc) into vsphere 5.1.  Im using converter standalone, but as soon as i choose "backup image or third-party virtual machine) and then browse to the .vmc i am getting, "unable to obtain hardware information for the selected machine".  Ive attached a log that hopefully helps too!


Shrinking OpenSuse 11.4

$
0
0

Hi all,

I was wondering if someone can help, I have an OpenSuse 11.4 virtual machine but the thick provisioned VMDK has been sized too big and I want to reduce it whilst still keeping it thick provisioned.

 

VMWare converter only shows me the option to do a disk-based copy whereas I want to resize the volumes using volume copy.

 

I've tried resizing the OS using gparted and using VMWare workstation vmware-vdiskmanager to resize the VMDK also but it just errors if you try to make it smaller.

 

Any ideas?

 

I've attached the diagnostic logs.

 

Thanks in advance.

After Conversion XP Hangs at Activation

$
0
0

I really hope someone is able to help. I'll try to be as thorough as possible in my explanation.

Here is the scenario. I have a Dell laptop with an OEM version of XP. I want to turn this into a Virtual Machine, then install Windows 7 on the laptop, then run the VM from within 7. However, I do not want the configuration of XP to change (the machine name and domain).

 

First I did the conversion (which took an act of Congress to complete succesfully). Then I needed to install the AHCI drivers. So I used my OEM disk and a floppy with the driver I needed and did a repair installation. And never during the repair installation did I get prompted for a product key.

 

Then I move my VM to a seperate machine (a Dell server). Windows boots up. I type in my password to login and it prompts me with You must activate this copy of Windows. Do you want to do it now? If I say No it logs me out. If I say Yes, the popup box goes away and I am left staring at my wallpaper. I've let it sit like that over night and nothing ever appears to happen.

 

The reason I moved the VM to the server is to avoid having duplicate names on the network. I have also checked the network connectivity of the server and it is fine. The VM shows that the virtual NIC is bridged but I don't really have a way to verify connectivity.

 

I know the OEM product key is a violation, but I plan on changing to a volume license as soon as I get the chance. I've tried using the SMBIOS.reflectHost = "TRUE" to see if that would let me login but it still prompts for activation (I expected that since it's on the server and not the laptop).

 

So my question is, what is causing XP to hang? From what I've read I think the Product Activation window is supposed to come up to either let me activate online or tell me to call, but I never get it.

 

Is there any solution other than changing the product key of the laptop to a volume license and then converting?

 

Thanks in advance!

Convert Windows 7 to ESXI 5 (P2V) fails

$
0
0

Hi,

I get the following error:

FAILED: The VSS snapshots cannot be stored because there is not enough space on the source volumes or because the source machine does not have any NTFS volumes. Error code: 2147754783 (0x8004231F).

 

 

I have windows 7 Pro with SSD.

 

Used space: 16 GB

Free space: 39.7GB

 

any idea how to solve this issue?

 

Thanks!!

Dotan.

Cannot do P2V saving the vm file to a USB-attached storage

$
0
0

Hi all,

 

Thanks for the help in advance!

 

I am attempting to do a P2V to a disk locally attached to the source computer, at the end it failed, and the error message was not too helpful:

 

"A general system error occurred: unknown internal error"

 

I'm not sure if it matters, but the vm image is to be saved to an SATA harddisk connected via a USB port (I have some gadgets to achieve this)

I am attaching the log files at C:\ProgramData\VMware\VMware vCenter Converter Standalone\logs

 

I can provide more info if I have been too brief on the matter.

 

The job is as follows:

 

2014-03-23T18:04:07.258+08:00 [06896 info 'Default'] === [Converter::Server::Conversion::ConversionManagerImpl::CreateJob] ConversionJobSpec:

--> (converter.server.conversion.ConversionJobSpec) {

-->    dynamicType = <unset>,

-->    name = "ConversionJob_520f2acd-69ea-e651-8fd3-ed83a3b698aa",

-->    description = <unset>,

-->    firstRun = <unset>,

-->    startSuspended = <unset>,

-->    source = (converter.ComputerSpec) {

-->       dynamicType = <unset>,

-->       location = (converter.ComputerSpec.LiveComputerLocation) {

-->          dynamicType = <unset>,

-->          hostname = "",

-->          port = <unset>,

-->          username = <unset>,

-->          password = <unset>,

-->          osType = "windowsOs",

-->          verifyPeer = <unset>,

-->          sslThumbprint = <unset>,

-->       },

-->    },

-->    conversionParams = (converter.params.ConversionParams) {

-->       dynamicType = <unset>,

-->       osInstanceBootLoaderEntry = (converter.info.BootConfigInfo.BootLoaderEntrySpec) null,

-->       doClone = true,

-->       cloningParams = (converter.params.CloningParams) {

-->          dynamicType = <unset>,

-->          target = (converter.params.TargetVmSpec) {

-->             dynamicType = <unset>,

-->             name = "MACBOOK",

-->             location = (converter.params.TargetVmSpec.HostedVmLocation) {

-->                dynamicType = <unset>,

-->                directory = "M:\convert macbook to vm",

-->                vmxFileName = <unset>,

-->                networkUsername = <unset>,

-->                networkPassword = <unset>,

-->             },

-->             productVersion = "workstation10x",

-->             hardwareVersion = <unset>,

-->          },

-->          storageParams = (converter.params.StorageParams) {

-->             dynamicType = <unset>,

-->             cloningMode = "volumeBasedCloning",

-->             diskControllerType = "scsiLsiLogicSAS",

-->             targetDiskParams = (converter.params.StorageParams.TargetDiskParams) [

-->                (converter.params.StorageParams.HostedTargetDiskParams) {

-->                   dynamicType = <unset>,

-->                   sourceDiskId = "disk-1002",

-->                   volumesToClone = (converter.params.StorageParams.VolumeCloningParams) [

-->                      (converter.params.StorageParams.VolumeCloningParams) {

-->                         dynamicType = <unset>,

-->                         sourceVolumeId = "Disk#0_Partition#1",

-->                         resize = false,

-->                         newCapacityInBytes = <unset>,

-->                         newClusterSizeInBytes = <unset>,

-->                      },

-->                      (converter.params.StorageParams.VolumeCloningParams) {

-->                         dynamicType = <unset>,

-->                         sourceVolumeId = "\WindowsBitmapDriverVolumeId=[44-4D-49-4F-3A-49-44-3A-6D-6F-23-77-A1-B4-AA-49-A8-73-23-DD-E4-CF-62-A0]",

-->                         resize = false,

-->                         newCapacityInBytes = <unset>,

-->                         newClusterSizeInBytes = <unset>,

-->                      },

-->                      (converter.params.StorageParams.VolumeCloningParams) {

-->                         dynamicType = <unset>,

-->                         sourceVolumeId = "\WindowsBitmapDriverVolumeId=[44-4D-49-4F-3A-49-44-3A-7A-6C-67-00-AE-7D-80-42-83-20-25-5E-A6-51-4A-EA]",

-->                         resize = false,

-->                         newCapacityInBytes = <unset>,

-->                         newClusterSizeInBytes = <unset>,

-->                      },

-->                      (converter.params.StorageParams.VolumeCloningParams) {

-->                         dynamicType = <unset>,

-->                         sourceVolumeId = "\WindowsBitmapDriverVolumeId=[44-4D-49-4F-3A-49-44-3A-0A-7F-E7-FE-26-37-AE-46-A3-55-09-30-11-98-44-CC]",

-->                         resize = false,

-->                         newCapacityInBytes = <unset>,

-->                         newClusterSizeInBytes = <unset>,

-->                      }

-->                   ],

-->                   diskType = "monolithicSparse",

-->                   lvg = false,

-->                   gpt = true,

-->                },

-->                (converter.params.StorageParams.HostedTargetDiskParams) {

-->                   dynamicType = <unset>,

-->                   sourceDiskId = "disk-1003",

-->                   volumesToClone = (converter.params.StorageParams.VolumeCloningParams) [

-->                      (converter.params.StorageParams.VolumeCloningParams) {

-->                         dynamicType = <unset>,

-->                         sourceVolumeId = "Disk#1_Partition#1",

-->                         resize = false,

-->                         newCapacityInBytes = <unset>,

-->                         newClusterSizeInBytes = <unset>,

-->                      },

-->                      (converter.params.StorageParams.VolumeCloningParams) {

-->                         dynamicType = <unset>,

-->                         sourceVolumeId = "Disk#1_Partition#2",

-->                         resize = false,

-->                         newCapacityInBytes = <unset>,

-->                         newClusterSizeInBytes = <unset>,

-->                      },

-->                      (converter.params.StorageParams.VolumeCloningParams) {

-->                         dynamicType = <unset>,

-->                         sourceVolumeId = "Disk#1_Partition#3",

-->                         resize = false,

-->                         newCapacityInBytes = <unset>,

-->                         newClusterSizeInBytes = <unset>,

-->                      },

-->                      (converter.params.StorageParams.VolumeCloningParams) {

-->                         dynamicType = <unset>,

-->                         sourceVolumeId = "\WindowsBitmapDriverVolumeId=[D6-E9-B6-05-00-00-B0-10-07-00-00-00]",

-->                         resize = false,

-->                         newCapacityInBytes = <unset>,

-->                         newClusterSizeInBytes = <unset>,

-->                      }

-->                   ],

-->                   diskType = "monolithicSparse",

-->                   lvg = false,

-->                   gpt = false,

-->                }

-->             ],

-->             skipUnwantedFiles = true,

-->             useBitmapDriver = <unset>,

-->             intermediateImage = <unset>,

-->             modifiedClustersOnly = <unset>,

-->             vmxDatastoreName = <unset>,

-->             resizeRatio = <unset>,

-->             minVolumeSize = <unset>,

-->             optimizedPartitionAlignment = true,

-->          },

-->          networkParams = (converter.params.NetworkParams) {

-->             dynamicType = <unset>,

-->             preserveNicCount = true,

-->             preserveNicMapping = false,

-->             nic = (converter.params.NetworkParams.NicParams) [

-->                (converter.params.NetworkParams.HostedNicParams) {

-->                   dynamicType = <unset>,

-->                   connected = true,

-->                   connectionType = "bridged",

-->                }

-->             ],

-->          },

-->          basicHardwareParams = (converter.params.BasicHardwareParams) {

-->             dynamicType = <unset>,

-->             numCPUs = 2,

-->             numCoresPerSocket = 2,

-->             memoryMB = 1640,

-->          },

-->          incrementalP2VCloningParams = (converter.params.IncrementalP2VCloningParams) null,

-->          nextBitmapId = <unset>,

-->          snapshotSource = <unset>,

-->          preserveDeviceBacking = <unset>,

-->          preserveIdentity = <unset>,

-->          doSynchronize = false,

-->          doFinalize = <unset>,

-->          ovfParams = (converter.params.OvfParams) null,

-->          retainLimit = <unset>,

-->       },

-->       doReconfig = true,

-->       reconfigParams = (converter.params.ReconfigParams) null,

-->       doSynchronize = <unset>,

-->       doInstallTools = true,

-->       doCustomize = false,

-->       customizationParams = (converter.params.CustomizationParams) null,

-->       doUninstallAgent = false,

-->       powerOnTargetVM = <unset>,

-->       removeRestoreCheckpoints = true,

-->       helperVmNetworkParams = (converter.params.HelperVmNetworkParams) null,

-->       throttlingParams = (converter.params.ThrottlingParams) {

-->          dynamicType = <unset>,

-->          cpuThrottling = "none",

-->          networkBandwidthThrottlingInMB = <unset>,

-->       },

-->    },

-->    p2vSourceModificationSpec = (converter.server.conversion.P2VSourceModificationSpec) null,

-->    parentFolder = 'converter.server.conversion.ConversionFolder:ConversionFolder',

-->    synchronizeImmediately = <unset>,

-->    synchronizationStartTime = <unset>,

--> }

--> =====================

Converter fails at 98% InternalError

$
0
0

Hi all,

I cannot convert a physical machine.. Though serached and surfed, I am not able to find any suggestion.

Maybe the point is the error

 

MNTAPI_ERROR = 50 MNTAPI errorType = 2, errorCode = 3

 

but I don't know how to solve. I have tried to change disk controller type or running converter as administrator but no way.

 

Is there a checklist, a list of errors or anything that can help to read the logs?

 

I have attached the log.

 

Regards

dderosa

Viewing all 5725 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>