|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: Communicating with the domU from dom0 without Network
On Mon, Aug 07, 2006 at 07:01:30PM +0530, Ligesh wrote:
> How do we do this for windows? The ideal would be an internal
> mechanism to spawn and execute a process inside the DomU, and
> return its output/error/status back.
Unlike openvz where all containers can run the same executables and
largely share the same environment, in Xen domU's have nothing in
common except being able to run on the same CPU. "Running an
executable" is inherently domain-specific and thus not something that
Xen should know about.
> Or at least we should be able to send some message to the domU
> using its NAME, and not ipaddress. This would make it easy to write
> scripts to automate the management, which would be difficult with
> the ipaddress, since ipaddress can change at some time.
How about a simple script that given a domain's name or domain ID will
return its IP?
Cheers,
Muli
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|