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] RE: DomU on SMP

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] RE: DomU on SMP
From: Sweekar Pinto <sweekarpinto@xxxxxxxxx>
Date: Thu, 29 Sep 2005 12:16:45 +0530
Delivery-date: Thu, 29 Sep 2005 06:44:34 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=VL6mMGFuMGfR3ci+KhrCSxwZhBKJiWmJUtqrJVilf67A8mpXTq9t0PbJNhi94WhtLXkpgacsQFAwlPFeE5oCPwphCigNH4kUpaPOPWAhvgKPzD0+gqHZiijNuy9beusz2P9EWs39kjzLKrKiIYBzmTYWgef4By0TC0L5ZMtU1BU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Reply-to: Sweekar Pinto <sweekarpinto@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> Hi,
> my config file looks like:
>
> [root@symlin1 ~]# cat /etc/xen/test
> kernel ="/boot/vmlinuz-2.6.12-xenU"
> memory = 256
> name = "RH"
> nics = 1
> disk=['phy:/dev/cciss/c0d0p2,
> /dev/cciss/c0d0p2,w']
> #disk = ['file:/root/rhas.img,sda1,w']
> root = "/dev/cciss/c0d0p2"
> extra = "ro selinux=0 3"

Try this

disk=['phy:/dev/cciss/c0d0p2
,sda1,w' , '/dev/cciss/c0d0p2,sda2,w']

root ="/dev/sda1"

Make sure the domU's fstab correlates to the this as well.

I don't think labels can be used the way you have above, but I may be
wrong.

Compile you kernel with SMP support if you want to see more than 1 cpu.

Try to go through the list in the future so others can benefit as well.
I cc'ed it for you this time.

Regards,
Ted

Tried it...
Still Getting the same old error

[root@symlin1 ~]# xm create -c test
Using config file "/etc/xen/test".
Error: Error creating domain: (14, 'Bad address')

It's really depressing :(
-Sweekar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] RE: DomU on SMP, Sweekar Pinto <=