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

Re: [Xen-users] domU install problem

To: Yunfeng Xu <hywl51@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] domU install problem
From: dongkyu lee <dongq.lee@xxxxxxxxx>
Date: Fri, 16 Jul 2010 11:16:59 +0900
Cc:
Delivery-date: Thu, 15 Jul 2010 19:18:24 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=9GumveObTvPWs8iuBUq7QQpT3aySM2xdsfauOVRfYZ4=; b=pxxETKw6UH6+pxSC5sOX1A7YYAkrymOYtH9JzPuxycTewn5opu6XsKjIVc2u7r3Svl Dt7oU9Mm5k3D54pVcg+1ozBMVm7fo1UjxTy5B80ijuO1/o8vwWWbrT6zCKxXoQWAj/uo AieGU61ZdUaK/p107mSlieXP70w3Rdxca70/o=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vvgOQ2amLhCUg0obDISNzbpMZl9aUxwqCinAUr5ZbOI5IMl48G4IVA+HVfeQW3HMBQ 0zsA7WifCBnlNLo9GWEUTgvbCqjQxYk9qXghZ3w/mKoyslAELjq3odyqoK5fgkqRaUE9 fVIzPaWkTkJQlhBkajkaOXdxPZ5t0QzjecZl0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTinRtCjWs-lDtCajip07tqnxDnw_f6jJ3ALDUaXF@xxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTinRtCjWs-lDtCajip07tqnxDnw_f6jJ3ALDUaXF@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I think that memory 128MB is not enough to install centos5.2.
Try to allocate 256 or 512MB when centos is being installed. After installation is finished, 
edit memory size to 128MB and boot.
 
I have successfully created virtual machine with 256MB. I guess that you want to create
maximum number of domU for some tests but 128MB is just too small.

2010/7/16 Yunfeng Xu <hywl51@xxxxxxxxx>
Hi, everyone

I tried to install domU on the centos 5.2 with the following stpes:

1. create /etc/xen/192.168.1.22

name = "192-168-1-22"
maxmem = 128
memory = 128
vcpus = 1
>>>kernel = "/tmp/vmlinuz"
ramdisk = "/tmp/initrd.img"
extra = "text ks=http://192.168.1.200/ks/centos5.5-i386.ks.cfg"
disk = [ "phy:/dev/lvm/lv1,xvda,w" ]
vif = [ "bridge=xenbr0","bridge=
xenbr1","bridge=xenbr2" ]

2. run "xm create /etc/xen/192.168.1.22", the console freeze when the screen below is coming:

Welcome to CentOS                                                              
                                                                               
         +------------------+ Package Installation +------------------+        
         |                                                            |        
         |  Name   :                                                  |        
         |  Size   :                                                  |        
         |  Summary:                                                  |        
         |                                                            |        
         |                                                            |        
         |  Status:+---------+ Install Starting +----------+          |        
         |         |                                       |          |        
         |         | Starting install process.  This may   |          |        
         |         | take several minutes...               |          |        
         |         |                                       |   Time   |        
         |   Total +---------------------------------------+          |        
         |   Complet                                                  |        
         |   Remaining:                  634      1270M               |        
         |                                                            |        
         |                             0%                             |        
         |                                                            |        
         +------------------------------------------------------------+     

3. If I quit the console , then try to run xm console /etc/xen/192.168.1.22 again, nothing is responsed.

Can anyone give me some advise?

Thanks
Yunfeng



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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>