|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] can't get hvm to work
Did you install xen-qemu-dm?
Sent from my iPhone
On Oct 5, 2010, at 9:00 AM, James Shoemaker <james.shoemaker@xxxxxxxxxxxxxxxx>
wrote:
> 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
|
|
|
|
|