Difference between revisions of "Xen-fedora-11"

From VNUML-WIKI
Jump to: navigation, search
Line 7: Line 7:
 
<li>Install xen packages (using yum):</li>
 
<li>Install xen packages (using yum):</li>
  
  xen-hypervisor-3.3.1-11.fc11.i586
+
  # yum install xen-hypervisor-3.3.1-11.fc11.i586  
xen-3.3.1-11.fc11.i586
+
            xen-3.3.1-11.fc11.i586
xen-libs-3.3.1-11.fc11.i586
+
            xen-libs-3.3.1-11.fc11.i586
xen-runtime-3.3.1-11.fc11.i586
+
            xen-runtime-3.3.1-11.fc11.i586
  
<li>
+
<li>Install git</li>
 +
 
 +
# yum install git
 +
 
 +
<li>Donwload Xen source code:
 +
 
 +
# git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
  
 
</ol>
 
</ol>
Line 19: Line 25:
  
 
* [http://markmail.org/message/qh6lznnyygx66zat Fedora 11 (rawhide) success with Xen pv_ops dom0 kernel (2.6.30-rc3)]
 
* [http://markmail.org/message/qh6lznnyygx66zat Fedora 11 (rawhide) success with Xen pv_ops dom0 kernel (2.6.30-rc3)]
 +
* [http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/ Setup Fedora 11 PV DomU at Xen 3.4.1 Dom0 (kernel 2.6.30-rc6-tip) on top of Fedora 11]

Revision as of 23:27, 1 July 2009

Installing Xen in Fedora 11

It seems that Xen (as Dom0) has been officially discontinued since Fedora 8 (and maybe re-introduced in Fedora 12). However, it is possible to configure it and this receipt explains how:

  1. Install xen packages (using yum):
  2. # yum install xen-hypervisor-3.3.1-11.fc11.i586 
                xen-3.3.1-11.fc11.i586
                xen-libs-3.3.1-11.fc11.i586
                xen-runtime-3.3.1-11.fc11.i586
    
  3. Install git
  4. # yum install git
    
  5. Donwload Xen source code: # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen

Resources