W2k3 reboot Problem under XEN 3.2 SLES 10 SP2
Hi,
I've read 3 Threads here about this Problem, that the guest System W2k3 SP2 can not reboot.
The Tips from Rainer alias Brunold didn't help me.
Has anybody an idea ?
Thanks for Help
regard Rainer [not brunold ;-) ]
Used Hardware:
-Supermicro Superserver 6015B-3R
-2xQuadcore CPU's
-24GB RAM
-ICP SAS Raid.
Installed Software:
-Fresh installed SLES-10-SP2-DVD-x86_64-GM-DVD1.iso
-SLES-Virtual-Machine-Driver-Pack-10-sp2-CD1.iso
-Guest Windows Server 2003 R2 Standard x32 Edition with all SP's and patches
The new guest xm list --long result :
(domain
(on_crash destroy)
(uuid 922a4db8-80da-edf1-542d-a494921d6465)
(bootloader_args )
(vcpus 4)
(name windowsxp)
(on_poweroff destroy)
(on_reboot restart)
(bootloader )
(maxmem 2048)
(memory 2048)
(shadow_memory 20)
(features )
(on_xend_start ignore)
(on_xend_stop ignore)
(start_time 1213787850.11)
(cpu_time 379.973019273)
(online_vcpus 3)
(image
(hvm
(kernel /usr/lib/xen/boot/hvmloader)
(hpet 0)
(stdvga 0)
(extid 0)
(serial pty)
(vncunused 1)
(boot c)
(rtc_timeoffset 7200)
(pci ())
(pae 1)
(acpi 1)
(localtime 1)
(timer_mode 0)
(vnc 1)
(nographic 0)
(guest_os_type default)
(apic 1)
(monitor 0)
(device_model /usr/lib/xen/bin/qemu-dm)
(keymap de)
(usb 1)
(xauthority /root/.Xauthority)
(isa 0)
(notes (SUSPEND_CANCEL 1))
)
)
(status 0)
(store_mfn 524286)
(device
(vif
(bridge eth1)
(uuid b19437ff-b9f5-6074-11c0-5431edb7a714)
(script vif-bridge)
(devid 0)
(mac 00:16:3e:5a:9e:6b)
(keymap de)
(backend 0)
)
)
(device
(vbd
(uuid d8a592e6-29c3-02cb-31c0-9bbe1e5ef724)
(bootable 1)
(devid 768)
(driver paravirtualised)
(dev hda:disk)
(uname file:/mnt/sdc1/xen/images/w2k3-32Bit)
(keymap de)
(mode w)
(backend 0)
)
)
(device
(vbd
(uuid 424e7a97-dccb-7c30-0f66-591c6dcefed2)
(bootable 0)
(devid 5632)
(driver paravirtualised)
(dev hdc:cdrom)
(keymap de)
(mode r)
(backend 0)
)
)
(device
(vkbd
(devid 0)
(keymap de)
(uuid 4599106b-c027-ff73-961a-cc652c4c0ac2)
(backend 0)
)
)
(device
(vfb
(vncunused 1)
(uuid 8c2ac165-17c2-3506-7052-9e9ba57aded9)
(devid 0)
(keymap de)
(location localhost:5900)
(type vnc)
)
)
(device
(console
(protocol vt100)
(uuid f514b57a-fb5b-c6ee-cef8-baa5b96f3862)
(devid 0)
(keymap de)
(location 6)
)
)
)
the /etc/xen/xend-config.sxp:
# -*- sh -*-
(logfile /var/log/xen/xend-rhi.log)
(loglevel DEBUG)
(xen-api-server ((unix none)))
(xend-unix-server yes)
(xend-relocation-server yes)
(xend-unix-path /var/lib/xend/xend-socket)
(xend-relocation-address '')
(vif-script vif-bridge)
(dom0-min-mem 512)
(dom0-cpus 0)
(vncpasswd '')
(keymap 'de')
|