User Tools

Site Tools


virtualization:xen_virtualization

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
virtualization:xen_virtualization [2012/08/02 20:55]
gcooper
virtualization:xen_virtualization [2017/01/25 12:02]
gcooper
Line 47: Line 47:
 http://www.citrix.com/xenserver http://www.citrix.com/xenserver
  
-[[virtualization:citrix:xenserver|XenServer]] is a bare-metal type 1 hypevisor.  It is free but the license has to be renewed by Citrix and every year.+[[virtualization:xenserver:xenserver|XenServer]] is a bare-metal type 1 hypevisor.  It is free but the license has to be renewed by Citrix and every year.
  
 XenServer is managed via a Windows application, XenCenter, or using "xm" commandline tools. XenServer is managed via a Windows application, XenCenter, or using "xm" commandline tools.
Line 64: Line 64:
 Use hardware supports Intel VT or AMD SVM for fully virtualized guests (Windows). Use hardware supports Intel VT or AMD SVM for fully virtualized guests (Windows).
  
-**[[Ubuntu Server]]****[[ 8.04]]**+==== Ubuntu Server 8.04 ====
  
 http://www.howtoforge.com/high-performance-xen-on-ubuntu-8.04-amd64 http://www.howtoforge.com/high-performance-xen-on-ubuntu-8.04-amd64
Line 71: Line 71:
  
 Create and install into a 10GB partition for Dom0 Create and install into a 10GB partition for Dom0
 +
 +<file>
 apt-get update apt-get update
 apt-get upgrade apt-get upgrade
 apt-get install ubuntu-xen-server apt-get install ubuntu-xen-server
-apt-get install vim [[ssh]]-server+apt-get install vim openssh-server 
 +</file> 
 + 
 +<file>
 vi /etc/modules  vi /etc/modules 
- loop max_loop=64+ 
 +loop max_loop=64 
 +</file> 
 + 
 +<file>
 uname -a uname -a
 xm list xm list
 +</file>
  
-**Centos 5.1**+==== Centos 5.1 ====
  
-[[Minimal Server Install (Centos 5)]]+[[computing:linux:minimal_centos_install|Minimal Server Install - CentOS 5]]
  
 1. Boot to CD 1, the only CD needed 1. Boot to CD 1, the only CD needed
virtualization/xen_virtualization.txt · Last modified: 2017/01/25 12:06 by gcooper