User Tools

Site Tools


virtualbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
virtualbox [2010/01/20 08:03] 172.26.0.166virtualbox [2010/01/20 08:08] 172.26.0.166
Line 1: Line 1:
-===== VirtualBox tips/tricks =====+===== VirtualBox =====
 VirtualBox is a free/opensource Hypervisor from Sun Microsystems.  It has performance on par with VMware and is very mature.  We have two virtualization servers, [[biovbox]] and biovboxtesting. VirtualBox is a free/opensource Hypervisor from Sun Microsystems.  It has performance on par with VMware and is very mature.  We have two virtualization servers, [[biovbox]] and biovboxtesting.
  
   * [[http://www.virtualbox.org|VirtualBox homepage]]   * [[http://www.virtualbox.org|VirtualBox homepage]]
- 
-==== Commonly-used commands ==== 
-List your VMs: 
-<code>VBoxManage list vms</code> 
-List all running VMs: 
-<code>VBoxManage list runningvms </code> 
  
 ===== Create a VM ===== ===== Create a VM =====
Line 51: Line 45:
 $ yum install virtualbox-3.1 $ yum install virtualbox-3.1
 </file> </file>
 +
 +==== Commonly-used commands ====
 +List your VMs:
 +<code>VBoxManage list vms</code>
 +List all running VMs:
 +<code>VBoxManage list runningvms </code>