Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:projects:xen_boot [2015/01/30 22:14] jeffwiki:projects:xen_boot [2020/11/19 14:21] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Xen Boot ======
  
 +  * install centOS 5
 +    * make sure to install the Virtualization packages
 +    * and include the sub-packages which is under the details button
 +  * modify the grub boot with:
 +<code>
 +kernel ** irqpoll noapic acpi=off
 +</code>
 +
 +  * [[http://xmodulo.com/how-to-install-additional-packages-in.html|Base Linux Repos]]
 +
 +===== Configure =====
 +
 +  * Check your device-mapper table using dmsetup table. If it's in there, clear the mapping with dmsetup remove <name>.
 +<code>
 +yum repolist enabled
 +yum --enablerepo=base --disablerepo=citrix
 +sed -i -e "s/enabled=0/enabled=1/" /etc/yum.repos.d/CentOS-Base.repo
 +yum update
 +
 +dmsetup table
 +dmsetup remove <name>
 +
 +mdadm --create --verbose /dev/md0 --level=5 --raid-devices=4 /dev/sd[c-f]
 +mdadm --verbose --detail --scan > /etc/mdadm.conf
 +pvcreate /dev/md0
 +xe sr-create content-type=user type=lvm device-config:device=/dev/md0 shared=false name-label="Big Disk"
 +</code>
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0