Monday, March 26, 2007

esx: killing a stuck vm from the command line


On the ESX 3 console find the PID by:

ps -ef|grep [VM name]
and then kill it by:
kill -9 PID




source

No comments: