namitha p
2008-Jan-16 04:43 UTC
[Xen-users] Regarding xen....(stoping the ppication running on VM).
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...... thanks and regards namitha _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Roberto Aguilar
2008-Jan-16 06:22 UTC
Re: [Xen-users] Regarding xen....(stoping the ppication running on VM).
On Jan 15, 2008 8:43 PM, namitha p <p.namitha@gmail.com> 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@lists.xensource.com http://lists.xensource.com/xen-users
Sadique Puthen
2008-Jan-16 06:45 UTC
Re: [Xen-users] Regarding xen....(stoping the ppication running on VM).
namitha p 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....I don''t know whether there is any magic to stop the application running inside a VM from dom0. You should have to log in to VM and stop it as usual if pausing VM is not acceptable for you. --Sadique> > please help me in this work...... > > thanks and regards > namitha > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users