OpenVZ Forum


Home » General » Support » How to force a frozen VE to stop?
Re: How to force a frozen VE to stop? [message #28217 is a reply to message #27976] Tue, 11 March 2008 19:59 Go to previous messageGo to previous message
dowdle is currently offline  dowdle
Messages: 261
Registered: December 2005
Location: Bozeman, Montana
Senior Member
One way to force the container to stop is to identify all of the processes in the container... and then kill them from the host node.

To find the init processes... do a "pstree -nup | grep init" and then do a vzpid on each init process until you identify the init process for the container in question.

Then do a pstree -nup and find all of the child process pids that belong to the init for the container. Killing all of the processes that fall under the init and then the init will stop the container. You might still need to umount /vz/root/{CT}.

I really don't recommend you do it that way but it can be done if needed.


--
TYL, Scott Dowdle
Belgrade, Montana, USA
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: OpenVZ kernel didn't work !!
Next Topic: Linux version host/guest
Goto Forum:
  


Current Time: Sun Jul 13 23:50:07 GMT 2025

Total time taken to generate the page: 0.01878 seconds