|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] How to communicate with Xen instance?
On 6 Feb 2007 at 15:54, Jochen Hebbrecht wrote:
> Hi!
>
> I just got through the manual and I installed Xen. It works perfect.
> Now I want to do the following:
>
> I have a simple .cpp file and I want it to send it the virtual machine, let
> it compile there and bring me back the result of the compilation and
> executation. I think I could do it with scripting, but I don't quiet now how
> to communicate? Using xm console? Or SSH? But how can I give the .cpp file
> to the virtual machine? I have to tell him the code and tell him to compile
> with g++ ...
Actually this is not related to XEN at all. I'd suggest to put the files on an
NFS
server and let the client (XEN VM) mount the directory and compile.
Regards,
Ulrich
P.S. There's also an "scp" command.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|