WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] VNC to HVM not starting

You can do a :

xm list -ll name_of_the_virtual_machine | grep vnc
you will get something like this :

       (vnc 1)
           (vnc 1)
   (device (console (vnc-port 5902)))


Artur Linhart - Linux communication a écrit :

Hello,

I could not test all the combinations, but I think You are right. And if the vncunused parameter is omitted, then also vncdisplay parameter is ignored even if specified - like already wrote Philippe...

                        With regards, Archie

------------------------------------------------------------------------

*From:* trilok nuwal [mailto:tc.nuwal@xxxxxxxxx]
*Sent:* Thursday, September 20, 2007 12:34 PM
*To:* Artur Linhart - Linux communication
*Cc:* Philippe Vanhaesendonck; Dylan Martin; Scott Serr; Alessandro R.; xen-users@xxxxxxxxxxxxxxxxxxx
*Subject:* Re: [Xen-users] VNC to HVM not starting

From my experience :

when

vnc=1
vnclisten='IP_of_my_xen_server

vncdisplay=4
vncunused=0

Always allocate the port 5900 (standard VNC) + 4 (vncdisplay) = 5904 for the display. If it is used by soem other application this will just hang.

vnc=1
vnclisten='IP_of_my_xen_server

vncdisplay=4
vncunused=1

allocate the port 5900 (standard VNC) + 4 (vncdisplay) = 5904 for the display if it is free else allocate other free port.

vnc=1
vnclisten='IP_of_my_xen_server

vncunused=1/0

allocate free port.

Please correct me if my understanding is wrong.

Thanks,
Trilok

On 9/20/07, *Artur Linhart - Linux communication* <AL.LINUX@xxxxxxxxxxx <mailto:AL.LINUX@xxxxxxxxxxx>> wrote:

Hello,

        Yes, thank You very much, it is it :-)

        So, for me the following configuration

vnc=1
vnclisten='IP_of_my_xen_server' # Here place IP of the Xen server
vncdisplay=4
vncunused=0

        causes the Xen server listens on the given IP on the port
5900 (standard VNC) + 4 (vncdisplay) = 5904
And I can vonnect to it through the VNC viewer!

:-)

The "display" value seems to be valid at least also for the number 21 and
port 5921 (I do not know if there is some max display number)

Dylan, I propose to place such an example into the FAQ You are creating,
sure, if it is not already there ;-)

        With best regards

                Artur

-----Original Message-----
From: Philippe Vanhaesendonck [mailto:xen@xxxxxxxxxxx <mailto:xen@xxxxxxxxxxx>]
Sent: Wednesday, September 19, 2007 11:21 PM
To: Artur Linhart - Linux communication
Cc: 'Scott Serr'; 'Alessandro R.'; xen-users@xxxxxxxxxxxxxxxxxxx <mailto:xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] VNC to HVM not starting

Be aware that tere seems to be some precedence in the parameters.
If my memory serves well, you must set vncunused to 0 if you want
vncdisplay to be considered.

/P.

Artur Linhart - Linux communication wrote:
> Hello,
>
>       I've tested it and this is not true what I said and thought, it
> seems to be the fact the display is not influencing the port...
>
>       What does it influence, dies anybody know it? Is it a "bug or a
> feature"? What is then the purpose of the vncdisplay option in the
> configuration?
>


__________ Informace od NOD32 2541 (20070920) __________

Tato zprava byla proverena antivirovym systemem NOD32.
http://www.nod32.cz



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx <mailto:Xen-users@xxxxxxxxxxxxxxxxxxx>
http://lists.xensource.com/xen-users <http://lists.xensource.com/xen-users>

------------------------------------------------------------------------

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


--
Yves-Gaël Chény
Directeur technique

44 Boulevard des Pas Enchantés
44230 St Sébastien sur Loire
Tel : 02 40 97 62 67 - 08 73 77 24 91
GSM : 06 98 58 41 55
http://www.tranquilitsystems.com/
yves-gael.cheny@xxxxxxxxxxxxxxxxxxxxxx

Tranquil IT Systems . SAS 37 000 ¤



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>