|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] XCP can't shutdown VM
Hi,
> hi i'm try to har_shutdown VM
> and have error msg
> "Failed: Another operation involving the object is currently in
> progress"
>
> i don't need this VM to running and don't care any data on it how can i
> shutdown it with out of dom0 rebooting?
This often happens if a 'clean shutdown' is in progress but is stuck (eg
because the guest is failing to shut itself down). The solution is usually to
find the blocking 'task' (xe task-list) and cancel it (xe task-cancel). After
that you should be able to hard shutdown the VM.
In the worst case, if that doesn't work for some reason then you can always
restart xapi ('service xapi restart')-- that will clear out a lot of state.
Cheers,
Dave
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|