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] VM Config file

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] VM Config file
From: JOSÉ FORMIGA <jformiga.rs@xxxxxxxxx>
Date: Wed, 30 Mar 2011 20:12:18 -0300
Delivery-date: Wed, 30 Mar 2011 16:13:56 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=D2qfP8sptpo9atm1c09IOjV/vePo3xEISTzyee8QSTo=; b=uvKrhDQoO21BVLNIJYhNOzTGllzUmAajKs6h++MqJfKo6dwNIelDtMf1/2Xei6umWU XsT00RJJ+CcJ2NY74Ep+BkUK0L1b/b4e+EGybioHw44biLgZ63xVDWgsgzZPSH38qgh2 1ovYdGeZ87FSklatcxADpaH8yDwyjzoClgndY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bu0DDI3nIFeLwIkt9XnKkc8++7zv87f279qCTAYtUztMuF0K0SBt2eo0QBbbDX03Kg 7vwgffchGgJbkb78ue5mGtvFtzqdwGqtd4rZEW2kcy3bucAQnDP0l6aQQ9CpGs6TzZV1 GAO680lrFpvFFaw/1tuJfYOB7ErM/nwuZmkn8=
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/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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi.
Please, I need a help.
I am trying create a VM into a Debian 4 XEN. If I use a xen-create-image command, it works ok.
But I need create a VM using a ISO dvd (suse, debian, etc). 
I created the file configuration file as:
 
import commands
krn_vers = commands.getoutput('uname -r')
name ='suse10'
builder = 'linux'
disk = [ 'phy:/dev/xenvg/suse10.dsk,xvda1,w', \
            'phy:/dev/xenvg/suse10.swp,xvda2,w', \
            'phy:/dev/scd0,hdc:cdrom,r' ]
boot='dc'
memory = 512
vif = [ 'bridge=xenbr0' ]
kernel = '/boot/vmlinuz-' + krn_vers
ramdisk = '/boot/initrd.img-' + krn_vers
root = '/dev/xvda1 ro'
> >>extra = 'xencons=xvc console=xvc0 video=tty'
vfb = [ 'type=vnc,vncdisplay=0,vnclisten=0.0.0.0,vncpasswd=passwd' ]
 
xvda1/2 I defined into a LVM e formated them.
/dev/scd0 it is ok. I mounted and dismounted and it is ok.
 
After all, I execute the command:
 
xm create suse10.cfg -c
 
And it hang.
 
Please, some idea ?
 
Thanks.
JoseFormiga
 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>