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] can't get hvm to work

To: "James Shoemaker" <james.shoemaker@xxxxxxxxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] can't get hvm to work
From: "Ian Tobin" <itobin@xxxxxxxxxxxxx>
Date: Tue, 5 Oct 2010 17:36:24 +0100
Cc:
Delivery-date: Tue, 05 Oct 2010 09:37:46 -0700
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>
References: <4CAB4B84.5080504@xxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Actkpz7SZwczgmZdTCaXzSLwKQGyNgABCUuQ
Thread-topic: [Xen-users] can't get hvm to work
Hello,

Whats the error?

Ian


-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of James
Shoemaker
Sent: 05 October 2010 17:00
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] can't get hvm to work

   I am running xen 3.2-1 installed from the debian lenny repository.  I
have several linux VM's running, but can't get am HVM vm to work so I
can virtualize windows server.  My other VM's are running routed with
static IP's.  When I 'create' this config it doesn't seem to run and it
never opens up the VNC port.  Any ideas?

import os, re
arch = os.uname()[4]
if re.search('64', arch):
     arch_libdir = 'lib64'
else:
     arch_libdir = 'lib'

kernel = "/usr/lib/xen-3.2-1/boot/hvmloader"

builder='hvm'

memory = 2048

#vcpus  = 4

shadow_memory=16

# Hostname
name = 'winserver2008'

# Networking
#vif         = [ 'type=ioemu, ip=10.222.5.125,mac=00:16:3E:56:A9:56' ]

# Disks
disk = [
      'phy:/dev/virtual_volume/win_server2008,hda,w',
      'file:/isos/server2008.iso,hdc:cdrom,r']

device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'

# Behaviour
boot='dc'

sdl=0
vnc=1
vncconsole=1
vncpasswd=''
stdvga=0
serial='pty'
usbdevice='tablet'

_______________________________________________
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>