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] problems with xen and hvm

To: Peter Andree <peter.andree@xxxxxxxxxxx>
Subject: Re: [Xen-users] problems with xen and hvm
From: Todd Deshane <todd.deshane@xxxxxxx>
Date: Thu, 28 Jul 2011 15:05:57 +0000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 28 Jul 2011 08:09:11 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=3nhCyYEiLiZHiaM2Fm8PmCB7raEji8tvjFF/PQpvqmc=; b=u0OFO5z1aztOcQ8IdB6uVblfF8rAUXrg3YsT+FGwB53Kguv42KoKbcKzTTsxuTxrE5 AgzUkVQTpz3jSYq0ucCGJb6r2oGgibFVyJEu0GN/x/OODXOgt7RatBOpSXDg+6X/eElh WHWo0iEAGBNlv55fGLy4S01MaiNEJdRrPedMU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <7547870.20110728082238@xxxxxxxxxxx>
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: <7547870.20110728082238@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, Jul 28, 2011 at 6:22 AM, Peter Andree <peter.andree@xxxxxxxxxxx> wrote:
> Dear xen-users.
>
> First  of  all,  I'm  not  a  linux-guru  and  a beginner with xen and
> completly new in this mailinglist.
> I've  installed Xen on debian 6 and  I  was successful creating two
> machines: one for tests and "fogserver" (to test speed of writing
> computer images), both para-virtualisations.
>
> -----------------------------------------------------------------------
> Here the output of "xm list":
> Name                                        ID   Mem VCPUs      State   
> Time(s)
> Domain-0                                     0  5169     2     r-----     20.6
> fogserver                                    3   512     2     -b----      1.9
> vm-debian                                    4   512     1     -b----      1.4
> -----------------------------------------------------------------------
>
>
> My  attempt  to  create a hardware-virtualisation (cpu capable of both)
> failed  with "xm create ..." and  my  efforts  to  find a solution on 
> internet were without
> success. The content of my "phyfog.cfg" below.
>
> The command
> # xm create -c /etc/xen/phyfog.cfg
> ends with:
> "Using config file /etc/xen/phyfog.cfg.
>  Domain 'phyfog' does not exist."
>
> The log file of qemu-dm says:
> "domid: 10
> -append only allowed with -kernel option"
>
> Any  ideas  or  how to  solve  the problem creating virtual machines with
> 'hvm'. Thanks in advance. Peter.
>
> PS: informations about version below.
>
> -----------------------------------------------------------------------
> Content of "phyfog.cfg":
> - begin file:
> # native LINUX-Install on Debian-Xen
> import os, re
> arch = os.uname()[4]
> if re.search('64',arch):
>   arch_libdir = 'lib64'
> else:
>   arch_libdir = 'lib'
>
> kernel       = '/usr/lib/xen-4.0/boot/hvmloader'
> builder      = 'hvm'
> device_model = '/usr/lib/xen-4.0/bin/qemu-dm'
>
> memory  = '512'
> shadow_memory = '8'
> # drives
> #root    = '/dev/sda1'
> disk    = [ 'phy:/dev/sdb,ioemu:xvda,w',
>           
>  'file:/home/isofiles/ubuntu-11.04-server-i386.iso,ioemu:hdc:cdrom,r' ]
>
> # hostname
> name    = 'phyfog'
>
> # networking
> dhcp = 'dhcp'
> vif = ['mac=00:16:3e:11:22:33,type=ioemu, bridge=xenbr0']
>
> # behaviour
> boot='d'
> on_poweroff = 'destroy'
> obn_reboot  = 'reboot'
> on_crash    = 'destroy'
>
> #graphic configuration
> sdl=1
> vnc=0
> vncviewer=0
> - end file
> -----------------------------------------------------------------------
>
> -----------------------------------------------------------------------
> The content of "xend.log" below. Seemed to be a qemu-dm problem!

You should also post your xen qemu-dm*.log file for this domU boot up.

(you may also find your answer in the archives at xen.markmail.org)

Thanks,
Todd

-- 
Todd Deshane
http://www.linkedin.com/in/deshantm
http://www.xen.org/products/cloudxen.html
http://runningxen.com/

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

<Prev in Thread] Current Thread [Next in Thread>