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 [2010/10/17 04:14] jeffwiki:projects:xen_boot [2020/11/19 14:21] (current) – external edit 127.0.0.1
Line 7: Line 7:
 <code> <code>
 kernel ** irqpoll noapic acpi=off 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> </code>
wiki/projects/xen_boot.1287288870.txt.gz · Last modified: 2020/11/19 14:21 (external edit)
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0