2

We are running a xenserver. One VM crashed, the other VMs seem to run normally.

But now we can not restart this VM any more.

Not even xe-toolstack-restart is showing any reaction any more.

We do not want to do a hard-reset of the full system. How can we get the control back?

Alex
  • 476
  • 13
  • 35

2 Answers2

0

If all of your vms are shutdown gracefully then a hard shutdown of XenServer doesn't really pose any danger

benathon
  • 472
  • 2
  • 12
0

You could try

/opt/xensource/debug/destroy_domain -domid <UUID of domain>

More info at:

http://support.citrix.com/article/CTX131421

It worked for me once.

Laurentiu Roescu
  • 2,246
  • 16
  • 17