|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XCP console access from dom0
1) (simple way) Use OpenXenCloud (googlable)
2) (real way) do ssh tunneling ports from localhost:5900 to 59XX to you
marchine (ssh -L 5900:localhost:5900 5901:localhost:5901 ....
root@your-xcp-host and connect to those with tkvnc.
3) (non working) use /usr/lib/xen/bin/xenconsole domid (domid you can
see in xe vm-list params=name-label,domid). Last time I try this it was
not working well.
В Чтв, 03/06/2010 в 18:35 +0200, Trace-1310 пишет:
> Hi List,
>
> i know xen from single systems. Now i using xcp and have a basic questions i
> din't found in guides.
>
> How can i access the domU console like "xm create -c domU" switch
>
> Regards,
> Heiko
> _______________________________________________
> 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
|
|
|
|
|