Xen 3.4.1 on RHEL/CentOS 5.4

I’m happy to report that the updated Gitco Xen 3.4.1 repo is working well on CentOS 5.4.

If you are doing link bonding and bridging in accordance with my previous post “Xen 3.3 in RHEL/CentOS 5 and more Link Aggregation Fun“, you no longer need to patch the network scripts as RedHat fixed the initscripts package in RHEL 5.4.

Upgrade procedure for CentOS 5.3 to 5.4:

yum clean all
yum update glibc\*
yum update yum\* rpm\* python\*
yum clean all
yum upgrade
reboot

Updated Xen Install Guide From My Previous Article:

Head over to http://www.gitco.de/repo/ and grab the repo for your arch.  (Most likely wget http://www.gitco.de/repo/CentOS5-GITCO_x86_64.repo in /etc/yum.repos.d/ for the uninitiated).

If you already have Xen installed, you may need to remove and readd it.

yum groupremove Virtualization
yum groupinstall Virtualization

You’ll also get some updated tools like Virtual Machine Monitor 0.7.0 that make it easier to install newer guests such as Fedora 11 or Ubuntu.  Sweet!

Double check /etc/sysconfig/kernel.  It should be set to kernel-xen.  Likewise, check /boot/grub.conf and make sure that the Xen kernel is the default if the aforementioned was not done beforehand.

Reboot!

Share and Enjoy:
  • Digg
  • del.icio.us
  • Slashdot
  • Facebook
  • Reddit
  • StumbleUpon
  • Google Bookmarks
  • FSDaily
  • Twitter
  • email
  • Print
  • PDF

Related posts:

  1. Xen 3.3 in RHEL/CentOS 5 and more Link Aggregation Fun RHEL 5 includes the now ancient Xen 3.0 hypervisior.  A...
  2. Link Bonding Craziness in RHEL/Centos 5 I just went through hell in a handbasket trying to...
  3. 2010 SpamAssasin Public Service Announcement If you run a public mail server, there is a...
  4. Mirroring Fedora Introduction This post details setting up your own private mirror...
  5. FS-Cache merged in Kernel 2.6.30 FS-Cache has been merged into the upcoming kernel 2.6.30.  This...

Tags: , , ,

One Response to “Xen 3.4.1 on RHEL/CentOS 5.4”

  1. Xen bee Says:

    In Centos 5.3. works too…

Leave a Reply