Hello, How to change messages between domains. I want to start a script in domu, after domu receive a signal (message anything like this) from dom0. Can anyone help-me? Leonardo _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Alexandre Kouznetsov
2012-Mar-15 22:19 UTC
Re: How to send messages or signals between doms
Hello. El 15/03/12 14:52, Leonardo Pereira escribió:> I want to start a script in domu, after domu receive a signal (message > anything like this) from dom0.Consider using SSH. Set up public key authentication, make DomU to authorize SSH login form Dom0 with Dom0''s key (google "SSH public key" for your distribution). Then run the command via ssh form Dom0, like this: ssh root@domU-hostname "command parameters; another command if needed" -- Alexandre Kouznetsov
Thanks Alexandre, I''ve implemented a socket to do this job, but i will consider this solution!.. Leonardo Em 15 de março de 2012 19:19, Alexandre Kouznetsov <alk@ondore.com>escreveu:> Hello. > > El 15/03/12 14:52, Leonardo Pereira escribió: > > I want to start a script in domu, after domu receive a signal (message >> anything like this) from dom0. >> > Consider using SSH. > > Set up public key authentication, make DomU to authorize SSH login form > Dom0 with Dom0''s key (google "SSH public key" for your distribution). > Then run the command via ssh form Dom0, like this: > > ssh root@domU-hostname "command parameters; another command if needed" > > > -- > Alexandre Kouznetsov > > > ______________________________**_________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users