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] how to list vnc port in xen 4.1

To: Roberto Scudeller <beto.rvs@xxxxxxxxx>
Subject: Re: [Xen-users] how to list vnc port in xen 4.1
From: Diego Dave <diego.dave.s@xxxxxxxxx>
Date: Wed, 24 Aug 2011 23:02:14 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 24 Aug 2011 14:05:33 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=gU6cCHqvDAwfjYeaLkM1iSIfWalYpnlFXltHANPJV6Q=; b=A/dfBkwLtmIvr8Hb+64rk8wVtBMMFnHbMyjyXmaVc4FGbLjhan8Jrb0jVYACw33G0a p+GgLEAJcxtMSZuMm3pxWGDiWxnKQGfYZYTcRCxVp8UQSf+FebDCsTXZTPjkzMv/eZ3g Kmo3IuJHuJyeTik8+HZlLjRI0qxyJ+4dhLrPA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CAOdhohc60S4gnLkdo4a5VmhNnKLCsEgckiZgivraozhtJtr4SA@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <CAOdhohc60S4gnLkdo4a5VmhNnKLCsEgckiZgivraozhtJtr4SA@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Roberto,

"(vncdisplay 0)" means "The VM specified is listening on port 5900",
because 5900 is the first port for VNC. VNC display 9 will listen on
port 5909.

Also VNC clients allow you to connect to displays, in the format
"server:display", in your case "server:0".

But if you need connect with the port, you can make sure installing
nmap and run "nmap localhost" to see the available ports in Dom0.

Regards,

Diego

2011/8/24 Roberto Scudeller <beto.rvs@xxxxxxxxx>:
> Hi all,
>
> I try xen 4.1, but in my domU's HVM don't appear vnc port. I used in my
> domU.cfg the parameter 'vncunused=1'.
> How to get vnc port specified domU?
>
> In another Xen (4.0.2), I get vnc port with 'xm list --long domU'.
>         (vfb
>             (vncunused 1)
>             (vnc 1)
>             (uuid cb20995f-55ae-55ce-143d-dd6a2ecc5969)
>             (location 0.0.0.0:5909)
>         )
>
> In xen 4.1, with xl list --long:
>             (vnc 1)
>             (vnclisten 0.0.0.0)
>             (vncdisplay 0)
>             (vncunused 1)
>
>
> Any ideas?
>
> Best regards,
>
> --
> Roberto Scudeller
>
>
>
> _______________________________________________
> 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

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