Loontje,
I think your problem is the setting of the on_reboot parameter.
That should be set to restart.
|
Code:
|
# xm list --long WS-WXPD01
...
(on_reboot restart)
... |
To change that shutdown the domU, export the domU config from the xen store change the setting and load it back into the xen store. Start the system and verify the new setting.
shutdown domU
# xm list --long <domU name> >domU.conf
edit the domU.conf and adopt the on_reboot setting
# xm new -F domU.conf
# sm start <domU name>
Rainer