WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

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

To: "namitha p" <p.namitha@xxxxxxxxx>
Subject: Re: [Xen-users] Regarding xen....(stoping the ppication running on VM).
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
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=GOCeFpkgeC5MBpNoYSH0Mr+sm892jackuU4tUYysFuk=; b=o6KwNt33IJ4tc7jsZEgC1kNVrpQePaJKHM7KpLR97vAeipR2jz66K6oeDK5l0t9AC2EibTlYCPcW3Q5VMmP9OFcVI3UWdJK+/zyAS8I19t2Ry205J9kL2elHg2YNmKzlcEPM2BDcEdj3kVmZ5xKjcs+dYLlNNrrmNGBAk+BXkTU=
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=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <abd055f10801152043y193cda6asf9d2d8615a36f5c1@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <abd055f10801152043y193cda6asf9d2d8615a36f5c1@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>