个人工具

“UbuntuHelp:KVM”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的2个中间版本)
第3行: 第3行:
 
#title The Kernel Virtual Machine
 
#title The Kernel Virtual Machine
 
== Introduction ==
 
== Introduction ==
Ubuntu uses [http://kvm.qumranet.com/ kvm] as the backend virtualisation technology and [http://libvirt.org/ libvirt] as its toolkit/API.  Libvirt frontends for managing VMs include [http://virt-manager.et.redhat.com/ virt-manager] (GUI) or virsh (CLI).
+
Ubuntu uses [http://www.linux-kvm.org/page/Main_Page KVM] as the backend virtualisation technology and [http://libvirt.org/ libvirt] as its toolkit/API.  Libvirt frontends for managing VMs include [http://virt-manager.et.redhat.com/ virt-manager] (GUI) or virsh (CLI). Alternative management options include [http://www.convirture.com/ convirt] (GUI) or [http://www.convirture.com/wiki/index.php?title=Convirt2_Installation convirt2] (WWW).
 
== Documentation ==
 
== Documentation ==
* [[UbuntuHelp:/Installation|Installation]] - Installation and removal of KVM
+
* [[UbuntuHelp:KVM/Installation|Installation]] - Installation and removal of KVM
* [[UbuntuHelp:/Networking|Networking]] - Network configuration; includes bridging
+
* [[UbuntuHelp:KVM/Networking|Networking]] - Network configuration; includes bridging
* [[UbuntuHelp:/CreateGuests|Guest Creation]] - Creation of different kinds of guests
+
* [[UbuntuHelp:KVM/CreateGuests|Guest Creation]] - Creation of different kinds of guests
* [[UbuntuHelp:/Managing|Guest Management]] - Management of guests; command line or graphically
+
* [[UbuntuHelp:KVM/Managing|Guest Management]] - Management of guests; command line or graphically
* [[UbuntuHelp:/Directly|KVM Directly]] - Using KVM directly (without libvirt)
+
* [[UbuntuHelp:KVM/Directly|KVM Directly]] - Using KVM directly (without libvirt)
* [[UbuntuHelp:/FAQ|FAQ]] - Frequently asked questions, troubleshooting tips and other recommendations
+
* [[UbuntuHelp:KVM/FAQ|FAQ]] - Frequently asked questions, troubleshooting tips and other recommendations
 
== Notes ==
 
== Notes ==
 
* '''The previous version of this page (which was documenting KVM for Feisty) has been moved to [[UbuntuHelp:KVMFeisty|KVMFeisty]]'''
 
* '''The previous version of this page (which was documenting KVM for Feisty) has been moved to [[UbuntuHelp:KVMFeisty|KVMFeisty]]'''
 
* '''Also checkout the official docs, http://doc.ubuntu.com/ubuntu/serverguide/C/virtualization.html'''
 
* '''Also checkout the official docs, http://doc.ubuntu.com/ubuntu/serverguide/C/virtualization.html'''
* The use case targeted when KVM was moved into main is '''"Single host server virtualization"'''.  This means that even though KVM can be used to serve other purposes, it has been designed to be run on Ubuntu Server Edition to host server operating systems.  If you are looking for a desktop virtualization tool, [[UbuntuHelp:VirtualBox|VirtualBox]], Parallel workstation or [[UbuntuHelp:VMware|VMware]] Player/Server can be more suitable alternatives.
+
* The use case targeted when KVM was moved into main is '''"server virtualization"'''.  This means that even though KVM can be used to serve other purposes, it has been designed to be run on Ubuntu Server Edition to host non-graphical server operating systems.  If you are looking for software to serve graphically-based virtual machines, [[UbuntuHelp:VirtualBox|VirtualBox]], Parallels Workstation (or Parallels Desktop for Mac), or [[UbuntuHelp:VMware|VMware]] Player/Server are more suitable alternatives.
 
----
 
----
 
[[category:CategoryVirtualization]]
 
[[category:CategoryVirtualization]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 23:05的最新版本

  1. title The Kernel Virtual Machine

Introduction

Ubuntu uses KVM as the backend virtualisation technology and libvirt as its toolkit/API. Libvirt frontends for managing VMs include virt-manager (GUI) or virsh (CLI). Alternative management options include convirt (GUI) or convirt2 (WWW).

Documentation

  • Installation - Installation and removal of KVM
  • Networking - Network configuration; includes bridging
  • Guest Creation - Creation of different kinds of guests
  • Guest Management - Management of guests; command line or graphically
  • KVM Directly - Using KVM directly (without libvirt)
  • FAQ - Frequently asked questions, troubleshooting tips and other recommendations

Notes

  • The previous version of this page (which was documenting KVM for Feisty) has been moved to KVMFeisty
  • Also checkout the official docs, http://doc.ubuntu.com/ubuntu/serverguide/C/virtualization.html
  • The use case targeted when KVM was moved into main is "server virtualization". This means that even though KVM can be used to serve other purposes, it has been designed to be run on Ubuntu Server Edition to host non-graphical server operating systems. If you are looking for software to serve graphically-based virtual machines, VirtualBox, Parallels Workstation (or Parallels Desktop for Mac), or VMware Player/Server are more suitable alternatives.