Quantcast
Channel: VMware Communities : Popular Discussions - Converter Standalone
Viewing all 31603 articles
Browse latest View live

Converter fails to connect to remote Linux machine.

$
0
0

I am running CentOS 5, and have installed Converter Standalone 4.3.0-292238 and enabled remote connections, I set the http port to 8888 and ssl to 444.

 

I can browse to this from my windows server as a web page, but when I try a remote connection using the Converter on my windows server, it fails right after a pop up about the untrusted certificate. I am entering my server-ip:444 and my root login info.

 

It gives me the following error:

 

Failed to connect to VMware vCenter Converter Standalone server at 10.0.0.15 on port 444.

 

Check your network connection and try again. Internal system error (invalid response)

 

I have tried reinstalling it, and the remote from 2 windows servers, but it will not connect.


Installs Correctly, Can't Connect

$
0
0

Hi,

 

I'm having trouble getting the Converter to connect to the server.  I'm running Win 7 Pro and have successfully installed the Standalone Converter 5.0.0 build 470252 with the default settings (no advanced changes).  I am not joined to a domain.  I am logging in as my default Admin account.  I run the Standalone Client as an Administrator and the main window comes up.  When I click on Convert Machine, I get:

 

Unable to connect to VMware vCenter Converter Standalone server. Please check your network connection.

 

followed by:

 

The connection to VMware cVenter Standalone server was lost.  Do you want to try connecting again?

 

Note - I am not trying to connect to a remote machine, just the local server with the default account.  All the VMware services are running (Agent, Server, Worker) and all are set to run as local system account.  I've tried restarting all of them.  I've tried rebooting.  I've tried uninstalling, rebooting, reinstalling and still have the same errors.  I cannot see any extra logs in the Event Viewer indicating something is bombing.

 

When I open a command window and try to connect to localhost via 443, I get a failure.  I've already tried opening the port via Windows Firewall and still get the connection failure so I'm not sure if my port is still blocked or if the server itself isn't responding.  I don't have any other AV or firewall software running aside from Windows Firewall.  Any ideas on where to troubleshoot next?  Thanks,

 

DB

KVM Conversion?

$
0
0

Has anyone successfully converted a KVM VM to ESXi 5 using VMware Converter 5?

 

thanks

P2V failed at 96% :reconfigurationFailedUnabletoOpenTarget.

$
0
0

   Did anyone have the similar problem? the following is about my current environment:

1 To-be converted OS: Windows Server 2003 R2, two partitions

2 converter: 5.1

3 Vcenter :5.1

4 Esxi: 5.0 with only local store.

 

 

    Welcome to shared your valuable ideas, thanks in advance!

windows 2003 p2v converter.fault.ManagedDiskOpenFault

$
0
0

2013-12-30T18:32:22.820+08:00 [03632 error 'Default'] [task,350] [LRO] Unexpected Exception: converter.fault.ManagedDiskOpenFault

2013-12-30T18:32:22.820+08:00 [03632 info 'Default'] [task,379] [task-5] -- ERROR -- Convert: converter.fault.ManagedDiskOpenFault

--> (converter.fault.ManagedDiskOpenFault) {

-->    dynamicType = <unset>,

-->    faultCause = (vmodl.MethodFault) null,

-->    msg = "",

--> }

How do you disable SSL...

$
0
0

How do you disable SSL...in Converter 4.3

 

I have to migrate some Windows 2003 Servers (non R2 so I must version 4.3). Performance is slow so I want to disable SSL.

 

In the C:\ProgramData\VMware\VMware vCenter Converter Standalone\converter-worker.xml file there is a section:

 

<!-- Remove the following node to disable SSL -->

<ssl>

   <!-- Private key file -->

   <privateKey>ssl/rui.key</privateKey>

   <!-- Certificate file -->

   <certificate>ssl/rui.crt</certificate>

</ssl>

 

So I remove the above node from the file and restart the VMware vCenter Converter Standalone Worker service. Then open Converter and click on the "Convert Machine" button I get the following error:

err1.JPG

 

Below is the entire unadulterated converter-worker.xml file for 4.3

 

<Config>

 

<defaultInstallPath>C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone\</defaultInstallPath>

<defaultDataPath>C:\ProgramData\VMware\VMware vCenter Converter Standalone\</defaultDataPath>

<defaultLogPath>C:\ProgramData\VMware\VMware vCenter Converter Standalone\</defaultLogPath>

<defaultConfigPath>C:\ProgramData\VMware\VMware vCenter Converter Standalone\</defaultConfigPath>

<requireMntapi>true</requireMntapi>

 

<vmacore>

   <threadPool>

      <TaskMax>60</TaskMax>

      <IoMax>121</IoMax>

      <IoMin>1</IoMin>

      <SETermination>UnhandledExceptionFilter</SETermination>

   </threadPool>

   <impersonate>true</impersonate>

   <!--

   <useRefTracker>true</useRefTracker>

   <printRefDetails>true</printRefDetails>

   -->

</vmacore>

 

<plugins>

   <converter_worker>

      <path>converter-worker.dll</path>

 

      <!-- Remote Converter Agent TCP port number -->

      <agentSoapPort>9089</agentSoapPort>

   </converter_worker>

 

   <converter_agent>

      <path>converter-agent.dll</path>

 

      <!-- Time in milliseconds to delay between enabling write tracking in the

           bitmap driver and the start of cloning.

        -->

      <delayBetweenTrackingAndCloningMs>2000</delayBetweenTrackingAndCloningMs>

 

      <!-- Time in seconds Converter waits for target VM to boot in Linux P2V -->

      <linuxP2VBootTimeout>1200</linuxP2VBootTimeout>

 

      <!--

         Flag to indicate whether to keep the sparse files in the source in Linux P2V.

 

         If set to false, Converter will not preserve the sparse files

         during P2V. This will make those files take the same disk space as their size

         on the target virtual machine. And this could lead to such problems as not

         enough space in the target virtual machine or timeout error during P2V.

 

         If set to true, Converter will preserve the sparseness of the source files on

         the target. But this could also bring some performance penalties during the

         conversion.

      -->

      <keepSparseFile>true</keepSparseFile>

 

      <!--

         Flag to indicate whether to use non-root login + sudo during Linux P2V

 

         Normally during Linux P2V, the user needs to provide a root login to the source

         in order to query and clone it.

         However with this flag set to true, a user could provide a non-root login

         instead and Converter will use "sudo" to run priveleged commands on the

         source.

         Important to note: when using "sudo", the user has to make sure by herself that

         nothing on the source is blocking "sudo" from remote without a sudo password.

         E.g. they have to make sure no password is requrired when the non-root user is

         using "sudo". And also make sure "sudo" can be used without tty (comment out the

         line "Default requiretty" in the source's /etc/sudoers)

      -->

      <useSudo>false</useSudo>

 

      <!--

         Flag to indicate whether to use each task's Linux P2V source machine's

         password as the root password for the helper VM.

 

         Normally during Linux P2V the helper VM is inaccessible to the user, but this

         option overrides that behavior and allows the user to login to the console

         of the helper VM.

         This could be useful to retrieve logs in case of a catastrophic failure of

         the Converter HelperServer on the helper VM.  It could also be used to debug

         problems with the network of the helper VM.

 

         Important to note: when enabling this option it is highly recommended to

         also disable powerOffHelperVm, so that the helper VM does not disappear

         out from underneath of you when the task is finished.

      -->

      <useSourcePasswordInHelperVm>false</useSourcePasswordInHelperVm>

 

      <!--

         Flag to indicate whether to power off the helper VM when the Linux P2V has

         completed.

 

         Normally during Linux P2V the helper VM is powered off at the end of the

         cloning process, whether the task was canceled, failed, or succeeded.

         If the clone failed or was canceled prior to reaching the reconfiguration

         step, then the target VM will also be deleted.  So this flag prevents the

         target VM from being deleted as well, since you cannot delete a VM when it

         is still powered on.

 

         Important to note: this flag would most commonly be used in combination with

         useSourcePasswordInHelperVm to allow access to the helper VM in case of a

         failure in the helper VM.

      -->

      <powerOffHelperVm>true</powerOffHelperVm>

   </converter_agent>

 

   <ufa_agent>

      <path>ufa-agent.dll</path>

 

      <!-- General Connectivity Options -->

      <enableRemoteAccess>false</enableRemoteAccess>

      <enableNonRootAccess>false</enableNonRootAccess>

      <validatorEnabled>true</validatorEnabled>

 

      <!-- Soap related configuration -->

      <vmodlVersionClassName>converter.version.version2</vmodlVersionClassName>

      <soapAdapterListener>namedPipe</soapAdapterListener>

      <soapPipeName>vmware-converter-worker-soap</soapPipeName>

      <soapUseSSL>true</soapUseSSL>

 

   </ufa_agent>

 

</plugins>

 

<log>

   <name>vmware-converter-worker</name>

   <level>info</level>

</log>

 

<defaultValues>

   <maxVirtualCPUs>0</maxVirtualCPUs>

   <maxVirtualMemoryMB>0</maxVirtualMemoryMB>

   <minVolumeSizeExtraPercentage>10</minVolumeSizeExtraPercentage>

</defaultValues>

 

<!-- Remove the following node to disable SSL -->

<ssl>

   <!-- Private key file -->

   <privateKey>ssl/rui.key</privateKey>

   <!-- Certificate file -->

   <certificate>ssl/rui.crt</certificate>

</ssl>

 

<nfc>

   <readTimeoutMs>120000</readTimeoutMs>

<!-- Delay is specified in milliseconds, -1 denotes the default.

   <acceptTimeoutMs>-1</acceptTimeoutMs>

   <requestTimeoutMs>-1</requestTimeoutMs>

   <readTimeoutMs>-1</readTimeoutMs>

   <writeTimeoutMs>-1</writeTimeoutMs>

   <fssrvrTimeoutMs>-1</fssrvrTimeoutMs>

   <fssrvrWriteTimeoutMs>-1</fssrvrWriteTimeoutMs>

-->

</nfc>

 

</Config>

Error when trying to virtualize a Windows 2008 R2

$
0
0

Hi,

 

I'm trying to virtualize a Windows 2008 R2 server.

it fails at 97% with the following error : "Unable to proceed since the sysprep parameters provided are not correct"

I tried to run converter "as administrator" but I got the same error twice.

 

Here are the logs export.

Thanks for your help !

All p2v failing while cloning the / partition

$
0
0

so recently when trying to some P2V conversions, i have been getting errors, including the following:

FAILED: An error occurred during the conversion: '/usr/lib/vmware-converter/copyFileSystem.sh: line 125: 1979 Done echo 'password' 1980 | /usr/lib/vmware-converter/bin/ssh -z -F /usr/lib/vmware-converter/ssh.conf root@10.12.8.123-p 22 " tar --one-file-system --sparse -C '/' -cf - ." 1981 Killed | /bin/tar_1.28 --numeric-owner --delay-directory-restore -C '/mnt/p2v-src-root/' -y -xf - /usr/lib/vmware-converter/bin/ssh -z -F /usr/lib/vmware-converter/ssh.confroot@10.12.8.123 -p 22 " tar --one-file-system --sparse -C '/' -cf - ." | /bin/tar_1.28 --numeric-owner --delay-directory-restore -C '/mnt/p2v-src-root/' -y -xf - (return code 137)'

 

 

Around a month ago, P2V was working fine. The only change since then would be that all the esxi hosts and the vcsa were upgraded. we are on VCSA 6.0.0.2000 build 3617395 ESXI build 6.0.0, 4192238 According to the task summary of the standalone converter, it clones the /boot and /var and completes, but slows to a crawl (percentage-wise) while cloning the / partition, and eventually, after 1.5-2.5 hours fails with the above message. Previously a similar sized VM would take about 7-15 minutes to finish successfully.

 

EDIT:  The server that gave the above error is running rhel/centos 5  although i also have failures with rhel/centos 6


Convert XP Home to run on VMPlayer in Vista

$
0
0

I've been reading and searching the forums and the web for the best way to do this, but haven't been able to bridge all the gaps and hope you can help.

 

I have an old Dell, running Windows XP Home (OEM install, no disks), ~20GB C: that I want to P2V and retire.

 

I have a new Vista Ultimate Edition box running VMPlayer where I'd like to run the virtual XP Home box if I can.  I also have an old Win2K Pro image in a VM if needed.

 

After reading the docs...  Converter doesn't appear to run on Vista or XP Home, or does it?  Can I install/run Converter directly on my XP Home box?  Or alternatively (since it doesn't run under Vista), could I install/run Converter in the Win2K Pro VM and convert the machine remotely?

How to migrate an NT4 machine with 5 partitions (2 FAT 3 NTFS) on one logical drive to VM?

$
0
0

 

I have an NT4 that was upgraded from Windows 95. This left a Windows 95 C: drive fat formatted and a Windows NT4 E: drive formatted with NTFS. When I used VMWare converter, it didn't see any drive as "System/Active". It showed C: drive as "Active" and E: drive as "System". D: F: G: as "unknown". The converter showed 100%. When I booted VM, I got "BOOT: Couldn't find NTLDR. Please insert another disk". When I mounted the image from another good VM, the data doesn't look correct.

 

 

 

 

 

Please advise what need to do to migrate this machine. Thanks!

 

 

Unable to determine Guest Operating System

$
0
0

 

I am getting the above error when try to convert (import) a physical Windows 2003 server into ESX3.

 

I've  been through these forums, but there seems to be little advice other than it doesn't work with software RAID, which I'm not running, or complex boot.ini which I also don't have.

 

 

The following all fail with the exact same message:

 

 

 

 

Running converter remotely from the VIC host.

Running converter locally

Booting from the Converter boot CD 

 

 

 

 

It fails when I click next after chosing the remote or local machine to import.

 

 

 

 

The hard drives are SCSI Raid1 hardware mirrors on an LSI SAS 3000 Series, partitioned into 2 partitions within Windows.

 

 

 

 

The relevant log files are below

 

 

 

 

boot.ini

 

 

 

 

boot loader

redirect=UseBiosSettings

timeout=30

default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Standard" /noexecute=optout /fastdetect /redirect

 

 

 

 

c:\windows\temp\Vmware-converter.log

 

 

 

 

5 2007-11-28 18:37:03.684 'App' 1476 verbose attachedComputerWin32,464 Found volume with name "
?\Volume{1ca0bfe1-126d-11db-a6ce-806e6f6e6963}\"

5 2007-11-28 18:37:03.684 'App' 1476 verbose attachedComputerWin32,464 Found volume with name "
?\Volume{1ca0bfe3-126d-11db-a6ce-806e6f6e6963}\"

5 2007-11-28 18:37:03.684 'App' 1476 verbose attachedComputerWin32,464 Found volume with name "
?\Volume{3a8b24c5-1315-11db-a3e1-806e6f6e6963}\"

5 2007-11-28 18:37:03.684 'App' 1476 verbose attachedComputerWin32,464 Found volume with name "
?\Volume{3a8b24c7-1315-11db-a3e1-806e6f6e6963}\"

5 2007-11-28 18:37:03.684 'App' 1476 verbose attachedComputerWin32,464 Found volume with name "
?\Volume{866a1fea-1bcf-11db-878f-00144f29d07b}\"

5 2007-11-28 18:37:03.699 'App' 1476 warning attachedComputerWin32,579 GetVolumesForComputer Windisk_GetVolumeDiskExtents failed with error 1

5 2007-11-28 18:37:03.730 'App' 1476 warning attachedComputerWin32,579 GetVolumesForComputer Windisk_GetVolumeDiskExtents failed with error 50

5 2007-11-28 18:37:03.824 'App' 1476 warning attachedComputerWin32,579 GetVolumesForComputer Windisk_GetVolumeDiskExtents failed with error 50

?? 2007-11-28 18:37:04.246 'App' 3176 info stub,42 error Windisk_GetVolumePartitionInfoFailed to get
.\Volume{866a1fea-1bcf-11db-878f-00144f29d07b} Volume's partition info: The request is not supported (50)

5 2007-11-28 18:37:04.246 'App' 1476 info attachedComputerWin32,162 GetVolumeInfo Cannot get
?\Volume{866a1fea-1bcf-11db-878f-00144f29d07b}\ volume's legacy partition info. The partition number is 35164769

5 2007-11-28 18:37:04.465 'App' 1476 verbose disposable,122 object explicitly disposed: computer= 5 2007-11-28 18:37:04.465 'App' 1476 verbose diskSet,119 Cleaning up computer's child objects 5 2007-11-28 18:37:04.465 'App' 1476 verbose diskSet,135 Unregistring volume id=attVol={computer=,1}

5 2007-11-28 18:37:04.465 'App' 1476 verbose diskSet,135 Unregistring volume id=attVol={computer={8d56326b536472341b75b4f61b479869dbeb1967},2}

5 2007-11-28 18:37:04.465 'App' 1476 verbose diskSet,145 Unregistring disk id=disk=

5 2007-11-28 18:37:04.465 'App' 3412 error client,164 Rethrowing MethodFault sysimage.fault.PlatformError:

5 2007-11-28 18:37:04.465 'App' 6120 error importSource,357 Unable to read OS info from system disk: sysimage.fault.PlatformError

5 2007-11-28 18:37:04.465 'App' 6120 error imageProcessingTaskImpl,552 VmiQuerySourceInfoTask::task: Image processing task has failed with MethodFault::Exception: sysimage.fault.UnableToDetermineGuestOs 5 2007-11-28 18:37:04.465 'App' 6120 verbose imageProcessingTaskImpl,154 VmiQuerySourceInfoTask::task: SetState to error

5 2007-11-28 18:37:04.512 'App' 6120 verbose disposable,122 object explicitly disposed: VmiQuerySourceInfoTask::task 5 2007-11-28 18:37:04.512 'App' 6120 verbose imageProcessingTaskImpl,123 VmiQuerySourceInfoTask::task being destroyed

2007-11-28 18:38:41.086 'App' 3412 verbose CloseSession called for session id=7B528158-A86E-44F0-9310-25D0FDBF078E

2007-11-28 18:38:41.086 'VmdbAdapter' 3412 verbose Removed vmdb connection /db/connection/#5/

 

 

 

 

C:\Documents and Settings\Administrator\Local Settings\Temp\2\vmware-temp

2007-11-28 18:40:42.458 'App' 4416 verbose imageProcessingTaskWrapper,109 Successfully connected to VmiQuerySourceInfoTask::task 2007-11-28 18:40:42.473 'App' 4416 verbose imageProcessingTaskWrapper,817 Start managed object method for task VmiQuerySourceInfoTask::task

2007-11-28 18:40:42.473 'App' 4416 verbose imageProcessingTaskWrapper,437 Waiting for updates from VmiQuerySourceInfoTask::task 2007-11-28 18:40:42.473 'App' 4416 verbose imageProcessingTaskWrapper,668 (Re)Start waiting for property updates from VmiQuerySourceInfoTask::task

2007-11-28 18:40:42.473 'App' 4440 verbose imageProcessingTaskWrapper,749 Got an update from VmiQuerySourceInfoTask::task 2007-11-28 18:40:42.489 'App' 4416 verbose imageProcessingTaskWrapper,437 Waiting for updates from VmiQuerySourceInfoTask::task

2007-11-28 18:40:42.489 'App' 4416 verbose imageProcessingTaskWrapper,668 (Re)Start waiting for property updates from VmiQuerySourceInfoTask::task 2007-11-28 18:40:43.271 'App' 4440 verbose imageProcessingTaskWrapper,886 Remote task VmiQuerySourceInfoTask::task completed

2007-11-28 18:40:43.271 'App' 2704 verbose imageProcessingTaskWrapper,749 Got an update from VmiQuerySourceInfoTask::task 2007-11-28 18:40:43.286 'App' 4416 verbose imageProcessingTaskWrapper,515 Cleaning up remote task VmiQuerySourceInfoTask::task

2007-11-28 18:40:43.302 'App' 4416 verbose imageProcessingTaskWrapper,1201 Disposing task wrapper for task VmiQuerySourceInfoTask::task

2007-11-28 18:40:43.333 'P2V' 4416 error task,295 Task failed: P2VError UNABLE_TO_DETERMINE_GUEST_OS()

2007-11-28 18:40:43.333 'P2V' 4416 verbose task,339 Transition from InProgress to Failure requested

2007-11-28 18:40:43.333 'P2V' 4416 verbose task,388 Transition succeeded

 

 

 

 

 

Does anyone have any ideas as to what is causing this, it's very frustrating!

 

 

Converter fails at 2% importing into ESX

$
0
0

 

I get this same error using coldclone and the Converter from Windows.  Also get the same error using the standalone download and the Converter in VC.  The convert fails at 2% when it says formatting target volume C.  Btw, the disk file is created, so the hangup seems to be after that.  I believe the important part is this:

 

 

'P2V' 2496 error] Task failed: P2VError UNKNOWN_METHOD_FAULT(sysimage.fault.ImageProcessingTaskFault)

 

 

I am using version=3.0.2u1, build=build-62456.  The log is attached.  Thanks for any advice-

 

 

vCenter Converter issues: randomly wakes up/power on computer

$
0
0

I'm running a vista ultimate 64-bit system, after I installed vCenter Converter Standalone 4.0, my PC would wakes up a few minutes after going into sleep or hibernation mode, then would go back into sleep mode moments later, then wakes up again.....cycle continues.

 

Computer also turns on automatically shortly after Start&gt;Shut down.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Event viewer shows  Wake Source: RTC

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

running the command powercfg -lastwake

 

 

 

 

Wake History Count -1

 

 

 

 

Wake History

 

 

 

 

Wake Source Count -1

 

 

 

 

Wake Source

 

 

 

 

Type: Fixed Feature

 

 

 

 

Timer Expired (RTC)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

so the vcenter converter is somehow messing with the real time clock? how can this be fixed? (FYI, RTC wake option is disabled in the bios)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

also, when trying to uninstall i get this error:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Error 1321. The Installer has insufficient privileges to modify the file C:\ProgramData\VMware\VMWare vCenter Converter Standalone\ssl\rui.key

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

I had to use System Restore to get rid of it, which also fixes the original problem.

Converter Standalone Install Fails on Win2K machine ("interrupted") - Please Help

$
0
0

 

Hello.

 

 

I have a Windows 2000 machine that is dying (the video seems to be failing, it's not always recognizing the hard drive...).  I currently have it running, and I wanted to convert it to a virtual machine while I still can so I could run in on Fusion on my Mac, so I downloaded version 4.0.0 of the Standalone Converter.  When I try to install it, it gets most of the way through, then gives me the error: "The wizard was interrupted before VMware vCenter Converter Standalone could be completely installed."  And it then erases what it had already copied over.

 

 

It seems to hang up when it gets to openssl.exe, then does the roll back.  I've already been searching these threads for information, but most related threads are over a year old. This thread seems to deal with the problem similarly[This thread|http://communities.vmware.com/thread/91558?start=15&tstart=0], so I tried creating the Program Files\VMware\VMware vCenter Converter Standalone\ directory, but that did not do the trick.  I cannot find any vmware-temp file or log files to even see what the errors I'm getting are.  I just find the applications log that says "Installation operation failed."

 

 

Any help in resolving this would be greatly appreciated.

 

 

Here's some more background about the machine: It's an IBM NetVista, 4CPU 1.8 GHz machine with 1.5gb RAM, running Windows 2000 Professional 5.00.2195, SP4.  It's a 36gb FAT32 hard drive, with 17gb full and 19gb free.  I log in as the administrator, so I should have full access rights.  It runs Norton Antivirus and ZoneAlarm, but I've tried shutting them off before doing this.

 

 

When I got the machine, it was many years ago.  I cannot find the CD for it - I'm not sure if there ever was one (it was a refurbished machine, Win2K came installed, and I didn't know any better).

 

 

I'm hoping I've provided enough informtion - this isn't really my forte.  But if more information is needed to help resolve this, I will do my best to provide it.  Thank you.

 

 

Can We restore the GHO image in virtual machine.

$
0
0

 

I am having a natron .Gho image of windows 2003.Can I restore the same image in virtual machine which can created.If posiable plaes advice i need which tool can be used.

 

 

 

 

 

Thanks in advance.

 

 


Converter on linux: how to specify local location

$
0
0

 

I just downloaded the Converter Standalone (v4.0.1) on to my Ubuntu workstation and want to convert my old PC (Windows XT) to a virtual machine on my my workstation.

 

 

I got through the source specification to connect to the PC through the network but am hung up on step 2 (Specify Destination) with the step to "Choose a location for the virtual machine".  I want to store the VM on a new hard drive on my Ubuntu workstation that I mounted at /virtual.  I can't figure out how to specify this as a UNC.

 

 

I've tried /virtual and get the  message "Error: Destination specified as a (local) drive Please specify as a UNC path such a:
machine\sharename

 

 

I've tried 
127.0.0.1/virtual and get the error message that The specified directory does not exist.

 

 

I then tried  creating a link in /var/www  -- /var/www/virtual -- that links to /virtual so that when I put  127.0.0.1/virtual in my browser window I get the right directory, but this doesn't help

 

 

How do I specify a local directory that Converter Standalone will accept?

 

 

FYI the PC only has one HD and it's maxed out so I can't just create the image on that machine.

 

 

  -- Mike

 

 

P2V of Windows 7 Machine -

$
0
0

I am trying to P2V my Windows 7 workstation and I keep getting an error.  Vmware Converter just displays a general error stated VMWare Converter agent failure.  Log file is attached.  Any ideas?

P2V on Redhat 8 Failing miserably

$
0
0

 

Hi,

 

 

I have been tasked with converting an ancient untouched red hat v8 box into a VM.  I have had no problems converting a series of SUSE boxes before but this one continues to allude me.  The question I am wondering is am I flogging  a dead horse?  I know this version is unsupported but is that because it will never successfully work as a VM or because nobody really wants to offer support to ancient versions of LINUX?

 

 

Thanks in advance for any assistance

 

 

/stuz

 

 

Can't boot virtualized Linux Server

$
0
0

I virtualized a Linux server via P2V and it completed successfully. The issue I'm having is when I try to boot the new virtual server. It just keeps rebooting. The first screen comes up and says 'Mount: Could not find filesystem "/dev/root' ". After that sits there for a minute, the screen cycles through like it is loading and then comes right back to the initial screen. I have attached some screen shots of the actual error as well as some of the other screens that come up. The server is running RedHat Enterprise Server 5.  

Hyper-V to ESXi conversion not transfering IP Address information

$
0
0

I've done a successful conversion of a Windows 2003 Hyper-V VM to ESXi 4.1 using Converter 4.3. It appears that IP information is not carried over to the destination VMWare VM vNICs. Is this expected behavior?

Viewing all 31603 articles
Browse latest View live


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