Difference between revisions of "GSP Virtualisation with Xen"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 277: | Line 277: | ||
(from http://forums.citrix.com/thread.jspa?threadID=250603) | (from http://forums.citrix.com/thread.jspa?threadID=250603) | ||
+ | |||
+ | == Killing obnoxious VMs == | ||
+ | |||
+ | If a VM refuses to die, you can kill it via the Dom0 on the host on which it runs. Login to the host, and | ||
+ | |||
+ | /opt/xensource/debug/xenops list_domains | ||
+ | /opt/xensource/debug/xenops destroy_domain -domid ''<DOMID>'' | ||
+ | /opt/xensource/debug/xenops hard_shutdown_domain -domid ''<DOMID>'' -halt | ||
+ | |||
+ | and clean any state afterwards if needed with | ||
+ | xe vm-reset-powerstate uuid=''UUID'' --force | ||
+ | |||
== Slow network throughput == | == Slow network throughput == |