I used the virtual machines in virtualbox in a "headless" mode instead of a GUI mode. what are the advantages of using it in a headless mode?? by headless does it mean that the server doesnt have a keyboard or monitor attached or does it mean that no window will "pop up" , denoting that it is ON(or any other status), when a virtual machine is worked with? what exactly does it mean? pls reply...
|
feedback
|
migrated from stackoverflow.com Apr 16 '10 at 19:19
This question came from our site for professional and enthusiast programmers.
|
Headless mode just means that you won't see a window for it on your host. Use this if you are just intending to run a server and don't really care to see what is happening. You can always still RDP into it if you need to. | |||
|
feedback
|
|
The VirtualBox user manual talks about headless mode on page 32 under "1.12 Alternative front-ends"
| |||
|
feedback
|
|
One great advantage of running a VM in headless mode, at least on Unix/Linux, is that it is no more dependent of your graphic environment. That means you can start the VMs using nohup, connect to them through rdesktop or equivalent to start some jobs then quit your rdp client letting the VMs running on the background. You can log out without halting the VMs. | |||
|
feedback
|