|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] How to execute external executable from xen VM!
On Thu, Feb 19, 2009 at 4:54 AM, Arun Kumar <mailinform@xxxxxxxxx> wrote:
> Hello ,
>
> I am starting Xen VM and want to execute one executable file from VM.
>
> The executable kept in /home/myprgtest folder.
>
> normally, from linux machine I may start that executable by typing ./testrun
> in terminal.
>
> But in VM, how can I start that executable.
>
> And also, is it possible to get IP address of the VM.
Well, you could always just log in to that VM, open a terminal and run
the program.
Or you could SSH or telnet in to the VM, start a screen session and
run the program.
A VM acts just like any other server, so the proceedure for starting
programs and executing commands locally and remotely are exactly the
same as doing so on any computer.
As for getting the IP address... it's the same as you would, again,
on any computer. Log in, run ifconfig.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|