Parancssorhoz: elsőre sok minden hiányozhat az opensource xen-hez képest, de ha alaposabban szemügyre vesszük az xenes mappákat, egész jó fejlesztői toolokra bukkanhatunk.
Többek közt a klasszikus xm console megfelelője is ott van :)
http://forums.citrix.com/thread.jspa?threadID=247484
On the host console:
xe vm-list to get the list of domins running (just note the uuid of the
domain you want).
list_domains will list the domain name and the uuid of the domains.
Match up your uuid so you get the proper dom_id
xm console equivlent is
/usr/lib/xen/bin/xenconsole
[root@dom0 1]# list_domains | grep bbd07af2-bce5-8ed8-1a9b-7b92399097a2
1160 | bbd07af2-bce5-8ed8-1a9b-7b92399097a2 | B
[root@dom0 1]# /usr/lib/xen/bin/xenconsole 1160
Debian GNU/Linux 6.0 xenvps hvc0
xenvps login:
+ a /opt/xensource mappát is érdemes átnézni.