Currently, I''m trying to install Windows Server 2008 on my Xen server. Creation of the server doesn''t give any errors, but it doesn''t provide me VNC access either. What am I doing wrong? I''ve created the VPS using this config file: import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 512 # Should be at least 2KB per MB of domain memory, plus a few MB per vcpu. shadow_memory = 8 name = ''NAME'' vif = [ ''mac=00:16:3E:23:2B:8D'' ] acpi = 1 apic = 1 disk = [ ''phy:/dev/smile/NAME-disk,hda,w'', ''file:/home/xen/images/win08.iso,hdc:cdrom,r'' ] device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm'' #----------------------------------------------------------------------------- # boot on floppy (a), hard disk (c) or CD-ROM (d) # default: hard disk, cd-rom, floppy boot="dc" sdl=0 vnc=1 vncviewer=0 serial=''pty'' usbdevice=''tablet'' This is the output of xm list -l (domain (domid 0) (on_crash restart) (uuid 00000000-0000-0000-0000-000000000000) (bootloader_args ) (vcpus 2) (name Domain-0) (on_poweroff destroy) (on_reboot restart) (bootloader ) (maxmem 16777215) (memory 512) (shadow_memory 0) (features ) (on_xend_start ignore) (on_xend_stop ignore) (cpu_time 14.588241965) (online_vcpus 2) (security_label ) (image (linux (kernel ))) (status 2) (state r-----) ) (domain (domid 4) (on_crash restart) (uuid b1b96da6-7d59-a7d9-90a0-9f215101e9b7) (bootloader_args ) (vcpus 1) (name NAME) (on_poweroff destroy) (on_reboot restart) (bootloader ) (maxmem 512) (memory 512) (shadow_memory 8) (features ) (on_xend_start ignore) (on_xend_stop ignore) (start_time 1247936388.8) (cpu_time 4.4791e-05) (online_vcpus 1) (image (hvm (kernel /usr/lib/xen/boot/hvmloader) (acpi 1) (apic 1) (boot dc) (device_model /usr/lib64/xen/bin/qemu-dm) (isa 0) (localtime 0) (monitor 0) (nographic 0) (pae 1) (rtc_timeoffset 0) (serial pty) (sdl 0) (stdvga 0) (usb 0) (usbdevice tablet) (vnc 1) (timer_mode 0) (vncunused 1) (xauthority /root/.Xauthority) (pci ()) (guest_os_type default) (notes (SUSPEND_CANCEL 1)) ) ) (status 2) (state ------) (store_mfn 131070) (device (vif (mac 00:16:3E:23:2B:8D) (script vif-bridge) (uuid 8b8b928b-4381-d0a2-b4e2-b9e49a901318) (backend 0) ) ) (device (vbd (uname phy:/dev/smile/NAME-disk) (uuid e9f64fb5-3f87-cf95-4832-a38439002910) (mode w) (dev hda:disk) (backend 0) (bootable 1) (VDI ) ) ) (device (vbd (uname file:/home/xen/images/win08.iso) (uuid b32e857e-2dc0-57c2-d95a-602a2941a3ba) (mode r) (dev hdc:cdrom) (backend 0) (bootable 0) (VDI ) ) ) (device (vfb (vncunused 1) (type vnc) (uuid 8550ab2c-5589-e974-bd39-d75e08aa52a0) ) ) (device (console (protocol vt100) (location 3) (uuid a42daba4-04c4-0bd2-27b4-1dfab39d84d0) ) ) ) Output of netstat -nat: Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:53445 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN tcp 0 0 192.168.1.10:22 192.168.1.102:51604 ESTABLISHED tcp 0 0 192.168.1.10:22 192.168.1.102:56395 ESTABLISHED tcp 0 0 192.168.1.10:53445 192.168.1.102:51960 ESTABLISHED tcp 0 0 192.168.1.10:53445 192.168.1.102:56514 ESTABLISHED tcp6 0 0 :::22 :::* LISTEN -- View this message in context: http://www.nabble.com/Windows-Server-2008-fails-to-start-VNC-tp24549928p24549928.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users