30

I have 3 virtual servers, named, FatDebian, FatVOIP, and FatLAMP. To start up these virtual servers, try the following commands.

ycui@FatBox:~$ nohup /opt/VirtualBox/amd64/VBoxHeadless -v off -s FatDebian &
ycui@FatBox:~$ nohup /opt/VirtualBox/amd64/VBoxHeadless -v off -s FatVOIP &
ycui@FatBox:~$ nohup /opt/VirtualBox/amd64/VBoxHeadless -v off -s FatLAMP &

The the following processes came up.

ycui@FatBox:~$ ps -ef | grep ycui
ycui 1123 774 6 21:28:57 pts/2 0:03 /opt/VirtualBox/amd64/VBoxHeadless -v off -s FatLAMP
ycui 1081 774 29 21:28:33 pts/2 0:22 /opt/VirtualBox/amd64/VBoxHeadless -v off -s FatDebian
ycui 1096 774 13 21:28:39 pts/2 0:12 /opt/VirtualBox/amd64/VBoxHeadless -v off -s FatVOIP
ycui 1087 1 0 21:28:33 ? 0:01 /opt/VirtualBox/amd64/VBoxSVC --automate
ycui 1084 1081 0 21:28:33 pts/2 0:00 /opt/VirtualBox/amd64/VBoxXPCOMIPCD

Good!

One Response to “How to startup the virtualbox headless.”

  1. [...] How to startup the virtualbox headless.By webtech ycui@FatBox:~$ ps -ef | grep ycui ycui 1123 774 6 21:28:57 pts/2 0:03 /opt/VirtualBox/amd64/VBoxHeadless -v off -s FatLAMP ycui 1081 774 29 21:28:33 pts/2 0:22 /opt/VirtualBox/amd64/VBoxHeadless -v off -s FatDebian ycui 1096 774 13 …netkoo.ca – http://netkoo.ca/webtech/ [...]

Leave a Reply