|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XCP: how to use console?
You need use an ssh tunneling from localhost to you machine.
When VM starts it's serial console binding by vncterm to localhost:590X port
(you can see it by netstat -l). If you tunnels those ports you can access it by
VNC client (n.b. not all vnc displays data correctly, in my case I use tkvnc).
As alternative you can use /usr/lib/xen/bin/xenconsole X from xcp host shell,
but it really buggly. (X is 0, 1,2,3,...etc).
24.05.10, 12:16, "YAMAMOTO Takashi" <yamamoto@xxxxxxxxxxxxx>:
> hi,
>
> i'm trying to create a Debian Lenny 5.0 vm.
> after i run xe vm-install and xe vm-start,
> the vm is shown as "running" by xe vm-list.
> now i have a question; how can i use its console?
>
> https://thehost/console doesn't seem to work. (it says "not found".)
> i'm using xcp 0.1.1 (build20719)
>
> if it matters, the following is the exact commands i executed.
>
> [root@s1 ~]# xe vm-install template="Debian Lenny 5.0" new-name-label=xxx
> sr-uuid=ce71910c-c34a-e5fb-e911-c08c633d5406
> 4f92b7db-2596-cb95-d585-654a4c545ddd
> [root@s1 ~]# xe vm-param-set uuid=4f92b7db-2596-cb95-d585-654a4c545ddd
> other-config:install-repository=http://ftp.debian.org/debian
> [root@s1 ~]# xe vm-start uuid=4f92b7db-2596-cb95-d585-654a4c545ddd
> [root@s1 ~]#
>
> YAMAMOTO Takashi
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
>
--
wBR,George.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|