Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

[Xen-users] Xen error:no memory allocted to domU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen error:no memory allocted to domU
From: Hao Sun <sunhao@xxxxxxxxxx>
Date: Mon, 26 Mar 2007 11:19:06 +0800
Delivery-date: Sun, 25 Mar 2007 20:19:22 -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

Hi,
    I installed xen-unstable.hg on SLES10. I created a domU configure file "vm1" like below:

disk = [ 'file:/etc/xen/images/vm1,hda,w' ]
memory = 128
vcpus = 2
builder = 'linux'
name = 'vm1'
vif = [ 'mac=00:19:3e:43:04:02' ]
localtime = 0



extra = ' TERM=xterm'
bootloader = '/usr/lib/xen/boot/domUloader.py'
bootentry = '/dev/hda2:/boot/vmlinuz-xen,/boot/initrd-xen'

Error occured when I tried to create a domU using this configure file. After I inputted "xm create -c vm1", this process paussed.
I logged in system in another console and found the domU vm1's stat is "p" after I type in "xm list". The memory allocted to domU vm1 is zero which I think is
the reason why it is paused. My dom0's memory is 1.8G. I don't know why no memory has been allocted to domU.

Did anyone come up with this problem? Please give me some suggestion, thanks!

Best Regards,

Sun Hao
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Xen error:no memory allocted to domU, Hao Sun <=