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] cannot use vncviewer and VMM graphics console to access

To: Glen Deem <xen.inbox@xxxxxxxxx>
Subject: Re: [Xen-users] cannot use vncviewer and VMM graphics console to access HVM guest on RHES 5
From: Igor Chubin <igor@xxxxxxx>
Date: Fri, 1 Jun 2007 13:50:42 +0300
Cc: libvir-list@xxxxxxxxxx, Xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 01 Jun 2007 03:49:08 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <37842c2a0705311449v48ba6ed3ib1ffe844089d662c@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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <37842c2a0705311449v48ba6ed3ib1ffe844089d662c@xxxxxxxxxxxxxx>
Reply-to: Igor Chubin <igor@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
On Do, Mai 31, 2007 at 05:49:41 -0400, Glen Deem wrote:
> Hi all,
> 
Hello, Glen.

> I've created an HVM guest under RHES 5 (Xen 3.0.3) using "xm create"
> but I cannot access it with vncviewer.
> 
> The Virtual Machine Manager also informs about graphics console 
> unavailability.
> 
> What am I doing wrong, please?
> 
> I do
> >vncviewer 123.456.789.123:4,
> where 4 is the guest id.
> 

Check if the domain is running:

# xm list

If the domain is running, 
check what tcp-ports are opened.

# netstat -lnp -A inet

or to list only vnc ports:

# netstat -lnp -A inet | grep :59

-- 
WBR, i.m.chubin


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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] cannot use vncviewer and VMM graphics console to access HVM guest on RHES 5, Igor Chubin <=