[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Crash with XEN 4.0 on Suse 11.3


  • To: jp.pozzi@xxxxxxxxx
  • From: Mark Pryor <tlviewer@xxxxxxxxx>
  • Date: Sun, 12 Dec 2010 16:44:49 -0800 (PST)
  • Cc: xen-users@xxxxxxxxxxxxxxxxxxx
  • Delivery-date: Sun, 12 Dec 2010 16:46:13 -0800
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=oTbYmnb+mZZ3YIm6jTKaPsSpeXC/sJqZYeZ1/kGGuG0Y8syoaf3TPBgrIf6bjUl1HxecRyDkCwTFypZTc5fvZk0DwQ481BbsLjbUwNieCk2BEjpvQ3yKCJY66IyFEWRTrZBvazsRZTgMi2NVIaff727gyCvyOIStSKQXTkzRUgg=;
  • List-id: Xen user discussion <xen-users.lists.xensource.com>


--- On Sun, 12/12/10, JP P <storm66@xxxxxxxxxxxxxxxx> wrote:

> From: JP P <storm66@xxxxxxxxxxxxxxxx>
> Subject: [Xen-users] Crash with XEN 4.0 on Suse 11.3
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Date: Sunday, December 12, 2010, 11:39 AM
> Hello,
> 
> I get a VM crash while trying to load a database.

> Database VM
> Ram    2Gb 
> vcpu     1
> DIsks    3 virtual disks (system, data, log)
> accessed as hda/hdb/hdc.
> System Centos 5.5 with 2.6.18-194.26.1.el5 kernel
> 

Tell us why you don't want a paravirtual VM. If you tried xen 4.0.1, you must 
have tried a pv VM. What goes wrong with that?

To convert the VM to paravirtual, use the kernel-xen in C5.5

You need at least 2 new modules in your initrd.img: xennet and xenblk

/sbin/mkinitrd --with=xennet --with=xenblk --without-dmraid -v -f 
/boot/initrd-$(uname -r).img $(uname -r)

If the above is awkward, before you install kernel-xen (xen aware kernel), make 
the following edit

#cat >> /etc/sysconfig/mkinitrd/pvxen<<EOL
with=xennet
with=xenblk
preload=xenblk
EOL

#chmod +x /etc/sysconfig/mkinitrd/pvxen

#yum install kernel-xen

then in your VM.cfg use bootloader=pygrub or copy the vmlinuz-xx.yy-el5xen and 
initrd-xx.yy-el5xen.img to dom0

This may not fix the crash, but performance should improve.

-- 
Mark






_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.