VirtualBox CLI: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:


* [[VirtualBox#Subjects|VirtualBox Subjects]]
* [[VirtualBox#Subjects|VirtualBox Subjects]]
=List Available VMs=
<pre>
VBoxManage list vms
</pre>


=Starting VMs from Command Line=
=Starting VMs from Command Line=


<pre>
<pre>
VBoxManage startvm openshift-master1 --type headless
VBoxManage startvm openshift-master1 --type headless
</pre>
 
The available VMs can be found with [[VirtualBox_CLI#List_Available_VMs|VBoxManage list]].
 
=Stopping VMs from Command Line=
 
<pre>
VBoxManage controlvm openshift-master1 acpipowerbutton
</pre>
</pre>
The available VMs can be found with [[VirtualBox_CLI#List_Available_VMs|VBoxManage list]].
=Managing an Environment from Command Line=
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[VirtualBox Managing an Environment from Command Line]]
</blockquote>


=Organizatorium=
=Organizatorium=

Latest revision as of 18:37, 24 May 2017

Internal

List Available VMs

VBoxManage list vms

Starting VMs from Command Line

VBoxManage startvm openshift-master1 --type headless

The available VMs can be found with VBoxManage list.

Stopping VMs from Command Line

VBoxManage controlvm openshift-master1 acpipowerbutton

The available VMs can be found with VBoxManage list.

Managing an Environment from Command Line

VirtualBox Managing an Environment from Command Line

Organizatorium

VBoxManage guestproperty enumerate "guest-name"