how to move VM from vmware workstation to hyper-V
-
the current VM machine is installed on a VMware Workstation 10.0.7 and i want to move it to Hyper-V server 2012 R2
sorry for any confusion
-
Since you're using workstation. You can launch VMware Workstation and you should be open on the "Home" tab. From there you can choose the Physical to Virtual option (P2V) and go through the process steps accordingly.
-
do you mean "virtual a phisical machine" option ??
-
You need to use the Hyper-V P2V tools. This has nothing to do with your existing Hypervisor.
Download and install this to convert your existing VM.
http://www.microsoft.com/en-us/download/details.aspx?id=42497 -
@BBigford said:
Since you're using workstation. You can launch VMware Workstation and you should be open on the "Home" tab. From there you can choose the Physical to Virtual option (P2V) and go through the process steps accordingly.
I think that that only applies to converting to ESXi.
-
@JaredBusch said:
You need to use the Hyper-V P2V tools. This has nothing to do with your existing Hypervisor.
Download and install this to convert your existing VM.
http://www.microsoft.com/en-us/download/details.aspx?id=42497
Oh I see. It is a very important information. But if I use xenserver I must use a tool to import my vm from vmware workstation -
@scottalanmiller said:
@BBigford said:
Since you're using workstation. You can launch VMware Workstation and you should be open on the "Home" tab. From there you can choose the Physical to Virtual option (P2V) and go through the process steps accordingly.
I think that that only applies to converting to ESXi.
It sounded like he was working within VMware Workstation (for whatever the reasoning) and moving to Hyper-V instead of continuing with a VMware hypervisor. I figured OP could convert the server to virtual, then import it into Hyper-V. I think I should have simply recommended Disk2VHD instead and cut out VMware as the middle man...
-
I'm confused, if you convert from one type of VMware virtual to another, does that make importing to HyperV easier?
-
the question is very clear : i have one VM hosted in vmware workstation type 2 and i want to move this VM to my new Hypervisor host machine (hyper-V or XenServer)
-
finally i move my VM to my XenServer Hypervisore by importing the .VMDK file and it is done !!
-
Now i have trouble with my VM, the IP is shown as unknown
, after doing some research i found out that i have to install xenserver tools, the bad news is i have to run CLI in both centos (for my freePBX VM) and freebsd (for my pfsense VM) to mount the iso located in my virtual DVD,
well i start with centos and do the following :
mkdir /mnt/DVD
in this stage the iso was mounted, isn't it ? i think yes because the directory contain the setup files for xenserver tool like this image show :
after that i launch the installer but i get a shitty message
i guess my centos version 6.5 is not supported, please help me ,,, i'm lost
-
knowing that i don't know how to deal with Linux CLI nor freeBSD CLI
-
@IT-ADMIN said:
knowing that i don't know how to deal with Linux CLI nor freeBSD CLI
Out of curitosity what happens if you type
sudo ifup eth0
Into your CentOS machine?
-
unfortunatley i'm out of office now because i just finish my shift, because there is a huge time difference btw us and USA,
now it is 7:36 pm and tomorrow friday we are off, next saturday i will try that command i'm very sorry you want to help me but i'm out of office now -
i was waiting the whole day but i know that in US it was early morning, we receive support from US engineers and not other part of the world
-
@IT-ADMIN said:
unfortunatley i'm out of office now because i just finish my shift, because there is a huge time difference btw us and USA,
now it is 7:36 pm and tomorrow friday we are off, next saturday i will try that command i'm very sorry you want to help me but i'm out of office nowNo problem. I have a CentOS 6.5 server running on top of XenServer at home and one of the things you have to do when first setting it up is bring up the interface. If that works (it probably will) You will then need to add
onboot=yes
into the
/etc/sysconfig/network-scripts/ifcfg-eth0
config file.
-
i don't know why the majority of engineers that are willing to help others and share their precious knowledge are USA engineers,
-
@IT-ADMIN said:
i don't know why the majority of engineers that are willing to help others and share their precious knowledge are USA engineers,
I do it to "pay it forward". I don't know a lot but when I can help I do because people helped me when I was just starting.
-
@coliver said:
@IT-ADMIN said:
unfortunatley i'm out of office now because i just finish my shift, because there is a huge time difference btw us and USA,
now it is 7:36 pm and tomorrow friday we are off, next saturday i will try that command i'm very sorry you want to help me but i'm out of office nowNo problem. I have a CentOS 6.5 server running on top of XenServer at home and one of the things you have to do when first setting it up is bring up the interface. If that works (it probably will) You will then need to add
onboot=yes
into the
/etc/sysconfig/network-scripts/ifcfg-eth0
config file.
i promise you i will do that next friday and tell you what i get
thanks -
@IT-ADMIN said:
i don't know why the majority of engineers that are willing to help others and share their precious knowledge are USA engineers,
One reason is that we have more engineers than anywhere else. Volume makes a big difference. But you are right, the numbers do seem to be very high for US versus other regions to do this even taking into account the volume.
Might be cultural. It could be as simple as jobs in the US want people who are demonstrably active and good. How many people outside of the US would list their ML or SW posting on their resumes? But in the US I always have this posting on there.
Many cultures favour IT staff (and most staff) that is quiet and does what they are told. But culturally in the US it is expected that good IT staff will push back on management and not just cave to senior staff telling them what to do. I know that between the US and India this is a huge difference.