| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] xen backup
 
To: deshantm@xxxxxxxxxFrom: "trilok nuwal" <tc.nuwal@xxxxxxxxx>Date: Thu, 24 Jan 2008 16:25:23 +0530Cc: xen-users@xxxxxxxxxxxxxxxxxxxDelivery-date: Thu, 24 Jan 2008 02:56:19 -0800Domainkey-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:references;	b=KVU1q7iJa/YY2Kbf98XsF+L/Jn7sq9RS5XvAgiW3Anv+2bUHNAcxt5NgP0ibLomtH6g9su5yjP6YvmQ2KZOk7DzkNwTj+FxHeRnUsW/A3ZRXl3NAPutlKCaJmeyzQ2Y/2iimotwhJgMCkTcgdv7eS0Xxfm0cku9lOQniUXyHC1w=List-id: Xen user discussion <xen-users.lists.xensource.com> Do you know IP addess of the domU on which applicatin is running ?
 
 If yes then -> from dom0
 
 #ssh -l root <ip of domU> pkill <process name>.
 
 Here <ip of domU> : Ip addess of the domU.
 <process name> : Process to which u want to kill.
 
 
 This will ask for root password, so you sould be know ing that one.
 
 Thanks,
 Trilok
 
 
 
 
 
 
 On Jan 16, 2008 9:37 PM, Todd Deshane <
deshantm@xxxxxxxxx > wrote: 
 
 
On Jan 16, 2008 4:26 AM, Fajar A. Nugraha <fajar@xxxxxxxxxxxxx > wrote: 
Short answer, you can't.namitha p wrote:> hi
 >
 > I am trying to stop the application running in the VM from the host
 > machine.....that means by typing some command in the host machine,
 > (script or using some API's or sending some signal to VM from the
 > host), i want stop application running in the VM.......is there any
 > way to do this.....if anybody know this please help me.......
 >
 > I want this because......I want to take VM consistent  backup without
 > stoping it or suspending it....my idea is , if I stop the aplication
 > running in the VM I can do backup consistently (i suppose.), without
 > supending enitire VM
 >
 
Long answer, if you use LVM on dom0, you can use LVM snapshot to create
 a "consistent" snapshot of domU's storage, and back it up.
 
 Regards,
 
 Fajar
 
 Also have you looked into the xm save command? It may not do everything you want it to, but just wanted to make sure you were aware of it.
 
 Regards
 
 Todd
 
 
 _______________________________________________
 
 _______________________________________________
 Xen-users mailing list
 Xen-users@xxxxxxxxxxxxxxxxxxx
 http://lists.xensource.com/xen-users
 
 _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |