|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] getting domain info from inside a guest
Try looking for
/sys/hypervisor/type
and
/sys/hypervisor/uuid inside of the domU.
On recent versions of Xen, the first will have 'xen' in it, and the
second will have the domU.
To determine whether you're in a domU or a dom0, the best way I've seen
so far is to look for control_d in /proc/xen/capabilities. It's there
for dom0, but not for domU's. Does someone know of a better way to do
this?
Peace.
Andrew
On Mon, 2006-08-14 at 15:08 -0400, Juan Walker wrote:
> Does anyone know if there is a way to programatically determine if
> code is running in a guest domain? Also, is there a way to get some
> information from the host? I'd like for example for a program running
> on a guest to find out the UUID of the guest. Is this possible at
> all?
>
> Thanks for your help.
>
> Juan
> _______________________________________________
> 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
|
|
|
|
|