|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen backup
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 2:04 PM, namitha p < p.namitha@xxxxxxxxx> 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
thanking you
namitha
_______________________________________________ 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
|
|
|
|
|