Hi everyone,
How do I make the vm created manually through the xm create command to show up on the
Administrative console? Currently I am using Xen Enterprise Trial.
My VM (just basic)
------------------------
name = "win2003"
builder = "hvm"
device_model = "/usr/lib/xen/bin/qemu-dm"
memory = "512"
kernel = "/usr/lib/xen/boot/hvmloader"
vcpus = "1"
acpi = "1"
#serial = "pty"
#sdl=1
vnc=1
vncviewer=1
vif = [ 'type=ioemu, bridge=xenbr0' ]
-------------------------
I also can’t seem to get a console window. Tried with settings
above but get the following error:
Using config file "./win2003".
VNC= 3
Error: Unable to connect to xend: Name or service not known.
Is xend running?
Any help would be greatly appreciated. Thanks.
Ken