<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Are there any errors to
console when the system hangs?<br>
<br>
My experience running 32-bit CentOS 5.1 instances on a 64-bit CentOS
5.1 Dom0 has been marginal.  While many of the DomU's will stay up
without issue, others randomly reboot having accumulated "Bad pte ="
messages on console.  One notable difference between our configs is
that you use file images whereas I am using LVMs.  My 64-bit DomUs seem
to operate without trouble.<br>
<br>
Frans<br>
</font><br>
Dave Nash wrote:
<blockquote
 cite="mid:58ff90570804221214n46acc45fn78159214fc9eb49d@mail.gmail.com"
 type="cite">I am trying to a install Centos 5.1 32-bit Xen HVM DomU
onto a Centos 5.1 64bit DomU with the default xen installed and the
kickstart hangs at random points during the install process. Sometimes
retrieving the image, sometimes formatting the filesystem, sometimes
installing the packages,etc.  <br>
  <br>
I tried upgrading to xen 3.2 and encounter the same problem before
rebuilding back to stock Centos 5.1 64-bit Xen. I am able to use our
kickstarts configs to install Centos 5.1 64-bit HVM  and Centos 4.5
32-bit HVM on this machine without any problem's. <br>
  <br>
Below is  xen configuration and the Centos 5.1 32-bit kickstart Config
file I have been using.<br>
  <br>
Any help would be greatly appreciated and I can provide addition
information if needed.<br>
  <b><br>
Xen DomU configuration file:</b><br>
  <br>
name = "prod-xen-2"<br>
maxmem = 2048<br>
memory = 2048<br>
vcpus = 2<br>
builder = "hvm"<br>
kernel = "/usr/lib/xen/boot/hvmloader"<br>
boot = "d"<br>
pae = 1<br>
acpi = 1<br>
apic = 1<br>
on_poweroff = "destroy"<br>
on_reboot = "restart"<br>
on_crash = "restart"<br>
device_model = "/usr/lib64/xen/bin/qemu-dm.debug"<br>
sdl = 0<br>
vnc = 1<br>
vncunused = 0<br>
vncdisplay = 1<br>
disk = [
<a class="moz-txt-link-rfc2396E" href="file:/tmp/prod-xenl-2.img,hda,w">"file:/tmp/prod-xenl-2.img,hda,w"</a>,<a class="moz-txt-link-rfc2396E" href="file:/tmp/kickstart-20080307.iso,hdc:cdrom,r">"file:/tmp/kickstart-20080307.iso,hdc:cdrom,r"</a>
]<br>
vif = [ "bridge=xenbr0,type=ioemu,model=rtl8139" ]<br clear="all">
  <b><br>
Kickstart file:</b><br>
  <br>
#System  language<br>
lang en_US<br>
#Language modules to install<br>
langsupport en_US en --default=en_US<br>
#System keyboard<br>
keyboard us<br>
#System mouse<br>
mouse none<br>
#Sytem timezone<br>
timezone America/Los_Angeles<br>
#Root password<br>
rootpw --iscrypted $1$zdTapqUj$q.NMaDmwi1CjOPiRsyILB1<br>
#Install OS instead of upgrade<br>
install<br>
url --url <a moz-do-not-send="true"
 href="http://10.200.250.11/kickstart/OS/centos_5_1_32/">http://10.200.250.11/kickstart/OS/centos_5_1_32/</a><br>
#Clear the Master Boot Record<br>
zerombr yes<br>
firewall --disabled<br>
selinux --disabled<br>
authconfig --enableshadow --enablemd5<br>
bootloader --location=mbr --append="nofb"<br>
network --bootproto=dhcp --device=eth0<br>
logging --host=<a moz-do-not-send="true"
 href="http://prod-utility-1.sea2.jobster.us">prod-utility-1.sea2.jobster.us</a>
--port=514 --level=info<br>
skipx<br>
reboot<br>
  <br>
#Partition clearing information<br>
clearpart --all<br>
#Partition the Drives<br>
part /boot --fstype ext3 --size=100<br>
part swap --fstype swap --size=4096<br>
part / --fstype ext3 --size=500 --grow<br>
  <br>
#Package install information<br>
%packages resolvedeps<br>
acl<br>
acpid<br>
adjtimex<br>
-alsa-lib<br>
-amtu<br>
-anaconda<br>
-anaconda-runtime<br>
#?anacron<br>
-apmd<br>
apr<br>
apr-devel<br>
apr-util<br>
apr-util-devel<br>
-arpwatch<br>
aspell<br>
aspell-en<br>
-at<br>
-atk<br>
-at-spi<br>
attr<br>
-audiofile<br>
audit<br>
audit-libs<br>
-audit-libs-python<br>
authconfig<br>
autoconf<br>
-autofs<br>
automake<br>
automake17<br>
-avahi<br>
-avahi-glib<br>
basesystem<br>
bash<br>
bc<br>
beecrypt<br>
bind-libs<br>
bind-utils<br>
binutils<br>
bison<br>
blas<br>
-bluez-gnome<br>
-bluez-libs<br>
-bluez-utils<br>
booty<br>
byacc<br>
bzip2<br>
bzip2-devel<br>
bzip2-libs<br>
-cairo<br>
ccid<br>
centos-release<br>
centos-release-notes<br>
-checkpolicy<br>
chkconfig<br>
chkfontpath<br>
cman<br>
compat-db<br>
compat-gcc-34<br>
</blockquote>
</body>
</html>