|
I have been playing with virtual machines latley, and wondered if I could run a virtual machine inside a virtual machine?
Is it possible?
Is it practical?
Started by Tester101 on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at serverfault):
You need ....
Granted it was a test.
I don't know why you would ever want to in practice, but it has been server running a virtual machine that has another virtual ESX server within it.
ESX/vSphere in a virtual machine.
|
|
I installed VMWare Server 2 in a Centos 5.2 virtual machine which runs in a VMWare ESXi Server. When I try to start, via browser, a VM I created in VMWare Server, it gives me the following message: "You may not power on a virtual machine in a virtual ...
Started by CHUCO on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Yourself some machine power by not doing VM-inside-VM?.
|
|
If hardware support is a must for virtualization, how can Java Virtual Machines run on machines without support for virtualization ? Or is JVM not a virtual machine ?
Started by Xinus on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
It is a 'machine uses the other sense ....
The JVM is a virtual machine, but it doesn't require any additional support from the Operating is not virtual in the same sense as a VirtualBox or VMWare virtual machine.
|
Ask your Facebook Friends
|
I have a Java application that launches another java application. The launcher has a watchdog timer and receives periodic notifications from the second VM. However, if no notifications are received then the second virtual machine should be killed and ...
Started by Mario Ortegón on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Not....
I guess I will have to get best bet.
Of the gist is as follows:
I was using the Process API to close the second virtual machine, but it wouldn't launcher, having my first virtual machine duplicate all its functionality.
|
|
Is the Java Virtual Machine really a virtual machine in the same sense as my VMWare or Parallels file?
Started by Aaron F. on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For more please....
JVM is a process virtual machine, whereas the VMWare and the kind are system virtual machines.
There is a difference between system virtual machine and process virtual machine.
|
|
I'd like to run a windows server 2008 in Virtual PC on my windows 7 machine. It seems like I can either turn on the vm with its screen on, or turn it off/hibernate. Is it possible to make it run at the background?
Started by gilbertc on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
VMWare can run virtual machines in the background if an alternative is a possibility.
This is what Microsoft designed Virtual Server for.
With Virtual PC, there is no built-in way of doing this.
|
|
Is it possible to find information about host machine from inside virtual machine?
For example its IP.
EDIT: One thing that I have found so far is:
HKLM\SOFTWARE\Microsoft\Virtual Machine\Guest\Parameters contains
HostName PhysicalHostName PhysicalHostNameFullyQualified...
Started by alex on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
The guest....
While a virtual machine guest theoretically doesn't "know" anythingPretty much no.
Kind of VM, it's probably easiest to do that by looking at the virtual machine's BIOS ID or other to the Management console address.
|
|
Hi,
I am running Ubuntu 9.10 and I want to install turnkey linux's LAMP server on my machine to test out my code. I installed Turnkey LAMP via VirtualBox and it seems to be working because I can access the http://localhost .
My question is: How do I manipulate...
Started by aeid on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
In order to access the machine....
Once you do that, you can access it either "directly" through the VirtualBox VM window that opens when you run the machine.
You need to install a full operating system inside a virtual machine.
|
|
I'd like to use alternatives to System Center Virtual Machine Manager 2008 is possible, in other words, any FREE tools?
Started by Adam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This requires Windows.
Before SCVMM, Microsoft's solution was the Virtual Server Migration Toolkit .
|
|
I would like to switch to Linux, but I need some stuff on my Windows XP install. I know that VMWare Workstation can convert a physical machine into a virtual machine, but it's $189. :-/
Are there any more cost-effective options? I don't mind paying a ...
Started by Jason Baker on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Restore....
Install a virtual server of your choice and create a virtual machine in it.
What you want to do is better known as a "Physical to Virtual" migration, or P2V in short a Bart PE bootable cd with ghost on it).
Images.
|