WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Creating a para virtualized guest using 'xm'

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Creating a para virtualized guest using 'xm'
From: "Kumar, Venkat" <Venkat.Kumar@xxxxxxx>
Date: Mon, 16 Jun 2008 16:52:15 +0800
Accept-language: en-US
Acceptlanguage: en-US
Delivery-date: Mon, 16 Jun 2008 01:53:00 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcjPjkbEdv631CcrRe2d9TpSpFxvxw==
Thread-topic: Creating a para virtualized guest using 'xm'

I am trying to create a para-virtualized guest VM (Fedora core Linux) using xm tool.

 

I am following the “Professional Xen Virtualization” book by Wrox to do this.

 

Here is what I am doing.

 

  1. Downloaded the root file system and swap file system from http://jailtime.org/lib/exe/fetch.php?cache=cache&media=download%3Afedora%3Afedora.fc8.20071216.img.tar.bz2
  2. Using dom0 kernel and initrd images for domU as well.
  3. The configuration file that I use is

kernel = "/boot/vmlinuz-2.6.21.7-3.fc8xen"

ramdisk = "/boot/initrd-2.6.21.7-3.fc8xen.img"

memory = 428

name = "fedora.fc8"

vif = [ '' ]

dhcp = ""

disk = ['tap:aio:/var/lib/xen/images/fedora.fc8.img,xvda1,w', 'tap:aio:/var/lib/xen/images/fedora.swap,xvda2,w']

root = "/dev/xvda1 ro"

  1. When run xm create on the above configuration file, xend crashes and the error message is “Xend has probably crashed!  Invalid or missing HTTP status code”.
  2. dmesg outputs the following after clearing the messages and executing xm create.

“python[10576] general protection rip:3ead6097d3 rsp:44600a10 error:0”

 

What could be wrong?

 

With virt-install tool we specify the type of guest we can create with –p or –v option. But incase of xm how it distinguishes b/w PV and HVM guests.

 

Thx,

Venkat

 

================================

Venkata Kumar Duvvuru,

LSI Engenio,

Adv. Development,

Bangalore.

Mob: +91-9880318542

Off : +91-80-41978700 ( Extn : 3544 )

================================

 

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Creating a para virtualized guest using 'xm', Kumar, Venkat <=