I have two process which are running on different VM's(VMware and KVM).Now I wants both the processes to be run on a single host.Will it work if i use both VMware and KVM in a single host?

Thanks Surya

link|improve this question
feedback

2 Answers

in short - NO. Both platforms use their own kmod to manage the VT extensions, and the module requires exclusiveness.

link|improve this answer
feedback

Your question lacks detail and thought. The amount of useful information you get out of a site like this will usually scale with the amount of work you put in to describing your problem.

To answer the question you have asked: no. Virtual Machine hosts are exclusive, like operating systems. You can, with some VM systems, run one inside another, but that way madness lies.

The sane approach is this: pick one VM system, run both VM guests inside it. There are tools to convert KVM disk images to VMware and vice versa.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.