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

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] can't get hvm to work
From: James Shoemaker <james.shoemaker@xxxxxxxxxxxxxxxx>
Date: Tue, 05 Oct 2010 11:00:04 -0500
Delivery-date: Tue, 05 Oct 2010 09:06:25 -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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100805 Icedove/3.0.6
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

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