Difference between revisions of "Take use of virtualization"

From Linuxintro
imported>WikiSysop
imported>ThorstenStaerk
 
(13 intermediate revisions by 5 users not shown)
Line 6: Line 6:
  
 
= Topics =
 
= Topics =
 +
* [[turn your physical computer into a virtual one]]
  
* [[turn your physical computer into a virtual one]]
+
= Find out which virtualization you run on =
 +
* for XEN:
 +
If /proc/xen/control_d exists, you run on XEN virtualization
  
 
= Solutions =
 
= Solutions =
  
* [[VMWare]]
+
{| class="wikitable sortable" border=1
* [[Virtualbox]]
+
! Solution !! max vCPUs !! bridged networking possible !! Snapshot possible !! remarks
 
+
|-
= Comparison =
+
| [[KVM]] || >= 8 || yes || no
 
+
|-
* [[Virtualbox]] - easy to use and easy to install
+
| [[Virtualbox]] || >= 16 || yes || yes || easy to install and easy to use
 +
|-
 +
| [[VMWare]] Player || 4 || yes || no ||
 +
|-
 +
|}

Latest revision as of 12:20, 18 June 2012

Virtualization allows you to run several "seeming-as-if" (virtual) computers on one computer. This can help you

  • to work in several isolated VPN environments on one computer
  • to test several Linux distributions running at the same time on one computer
  • for developers, to test "dangerous" changes like on the login manager or the boot sector
  • in big companies, to take best use out of your computing resources

Topics

Find out which virtualization you run on

  • for XEN:

If /proc/xen/control_d exists, you run on XEN virtualization

Solutions

Solution max vCPUs bridged networking possible Snapshot possible remarks
KVM >= 8 yes no
Virtualbox >= 16 yes yes easy to install and easy to use
VMWare Player 4 yes no