[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Regarding xen....(stoping the ppication running on VM).


  • To: "namitha p" <p.namitha@xxxxxxxxx>
  • From: "Roberto Aguilar" <roberto.c.aguilar@xxxxxxxxx>
  • Date: Tue, 15 Jan 2008 22:22:40 -0800
  • Cc: xen-users@xxxxxxxxxxxxxxxxxxx
  • Delivery-date: Fri, 18 Jan 2008 10:10:10 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M9Ckrm04cQlFh1dh9NMX/++F9Oy+aidR19lEFs6bHY4CCTmwNhSkeSZ79NIM++o+3rlI0aReGRWJehooFWLHB6mEKmH77Leyz67T00LYF2LkPES1YXmp2lWmscHteFMHhi7AWmU2R7qNkHjr6+YLF+sxeox8wEKCrQjAHkNrBvg=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.