Starting VirtualBox from Command Line

Posted Thursday, 04 March 2010 at 03:43 by Andrew Liu
Tagged: linux | fedora | virtualisation
Read more blogs...

 

If you use virtual machines enough, eventually you want to automate them with your server so that they startup when your server is restarted.  That will save one of your technicians (ie. yourself) from having to remote in and boot it up.  Fortunately, doing so is fairly easy.

 

Using the following command, we can see which VirtualBox images are available.

 

$ VBoxManage list vms
VirtualBox Command Line Management Interface Version 2.1.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

Name:            Windows XP
Guest OS:        Windows XP
UUID:            f3661991-95ad-4ffb-b0a6-c9f784d88ba1
Config file:     /root/.VirtualBox/Machines/Windows XP/Windows XP.xml
Memory size:     512MB
VRAM size:       12MB
Boot menu mode:  message and menu
ACPI:            on
IOAPIC:          off
PAE:             off
Time offset:     0 ms
Hardw. virt.ext: off
Nested Paging:   off
VT-x VPID:       off
State:           saved (since 2009-03-31T07:50:12.000000000)
Monitor count:   1
3D Acceleration: off
Floppy:          empty
SATA:            disabled
IDE Controller:  PIIX4
Primary master:  /root/.VirtualBox/HardDisks/Windows XP.vdi (UUID: 5aa11c46-af05-4b3a-9783-0fb38742fb9b)
DVD:             /usr/share/virtualbox/VBoxGuestAdditions.iso (UUID: 02ac5e4e-8f88-4f5d-bf01-7f6ec0240d07)
NIC 1:           MAC: 0800279C1118, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: Am79C973, Reported speed: 0 Mbps
NIC 2:           MAC: 080027093D8B, Attachment: Host Interface 'eth0', Cable connected: on, Trace: off (file: none), Type: Am79C973, Reported speed: 0 Mbps
NIC 3:           disabled
NIC 4:           disabled
NIC 5:           disabled
NIC 6:           disabled
NIC 7:           disabled
NIC 8:           disabled
UART 1:          disabled
UART 2:          disabled
Audio:           disabled (Driver: Unknown, Controller: Unknown)
Clipboard Mode:  Bidirectional
VRDP:            disabled
USB:             disabled

USB Device Filters:

<none>

Shared folders:  <none>

Guest:

Statistics update:                   disabled

 

We only have one VMS here, but if you have multiple VMSs, then you will see this multiplied by each VMS you have.  When you have identified the name of the VMS you wish to start, the command is simple.

 

 

$ VBoxManage startvm "Windows XP" -type vrdp

VirtualBox Command Line Management Interface Version 2.1.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

Waiting for the remote session to open...
Remote session has been successfully opened.

 

If you want to install VirtualBox as a service using startup/shutdown scripts, see this very good post from Brendan Kidwell.

 

 

 

Web News

Combine Ajax and JSON to Transmit Complex Presentation Data
Learn how to combine Ajax and JSON to override the browser's default locale and perform retrievals of complex data.
2010-09-01T07:04

Ten Tools Web Developers Can't Live Without
What are the 10 open source and online tools that all Web developers should have in their toolboxes? Here's one developer's list of must-haves.
2010-08-25T12:56:04-04:00

Implementing Flexible Website Navigation with WordPress 3.0
WordPress 3.0 allows you to build a flexible navigation system easily using custom menus and just a few lines of code.
2010-08-23T07:04

Setting Up the All-in-One SEO Pack for WordPress
Like every website, your WordPress blog has to be optimized for search engines. The All in One SEO Pack plugin is a one-stop shop for most of the SEO tweaks you need to make.
2010-08-18T15:34:34-04:00

Add Multilingual Support to Your Java Web Pages
Give your Web visitors the option of selecting their preferred languages using JavaScript, Ajax, Java Servlets and JSPs.
2010-08-16T15:19:46-04:00

Company Blog


"sm bus" drivers missing in Device Manager

Posted Thursday, 18 March 2010 at 20:51 by Andrew Liu


When installing a new Windows XP installation, I seemingly always miss some drivers. One that troub...

Read more...



Link Building SEO Strategies

Posted Monday, 08 March 2010
Updated Tuesday, 09 March 2010 at 02:09 by Andrew Liu


Link building might be a necessary step for your search engine optimisation campaign, but very few p...

Read more...



Multiple Domains for SEO performance?

Posted Friday, 05 March 2010 at 23:13 by Andrew Liu


Online businesses and websites that cover a broad range of topics or one large topic are sometimes b...

Read more...



Tag Clouds - SEO or not?

Posted Thursday, 04 March 2010 at 04:34 by Andrew Liu


A tag cloud or word cloud is a visual depiction of tags or words related to a site, typically used t...

Read more...



Mozilla Thunderbird and Gmail IMAP Attachments Bug

Posted Wednesday, 03 March 2010 at 20:15 by Andrew Liu


I've been using Gmail since its early inception, and I was one of the first to utilise Gmail's IMAP ...

Read more...



Read more blogs...