On a few occasions I have been faced with a virtual machine running on a XenServer either not powering off (staying yellow), or not powering on.
The first thing to try is to force the VM to power off with the following command:
xe vm-shutdown vm=SERVER01 --force
However this does not always work if the xapi is out of sync with the pool master, which is used by XenCenter.
To resolve this the Xen Toolstack can be restarted with the following command:
xe-toolstack-restart
This will restart the xapi disconnecting XenCenter, after a 30 secs you should be able to reconnect with XenCenter.
Issuing xe-toolstack-restart does not affect any running VMs.
Now you should be able to power off / on the problematic VMs.
.
Share this blog post on social media:
TweetAll advice, installation/configuration how to guides, troubleshooting and other information on this website are provided as-is with no warranty or guarantee. Whilst the information provided is correct to the best of my knowledge, I am not reponsible for any issues that may arise using this information, and you do so at your own risk. As always before performing anything; check, double check, test and always ensure you have a backup.