|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Regarding xen....(stoping the ppication running on VM).
On Jan 15, 2008 8:43 PM, namitha p <p.namitha@xxxxxxxxx> wrote:
> hi,
>
> I am trying to stop the application running on VM. How can i do
> this........I dont want to suspend VM but only to stop/suspend the
> application running on it....
>
> please help me in this work......
Do you mean you have some arbitrary program (say apache) and you want
to terminate it?
If so, connect to the vm running the application:
xm console <name of vm>
You can find out <vm name> by using:
xm list
Then login to the VM's console and find your application's process id
(ps -efww | grep <program name>). Once you have the process id, one
of these should do:
kill <process id>
kill -9 <process id>
If this is not what you're asking, I have no idea what you're trying to do.
Hope this helps.
-Roberto.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|