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

[Xen-users] vncviewer configuration problem

To: "Xen list" <Xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] vncviewer configuration problem
From: "trilok nuwal" <tc.nuwal@xxxxxxxxx>
Date: Tue, 3 Apr 2007 19:47:17 +0530
Delivery-date: Tue, 03 Apr 2007 07:16:16 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=peLYAPX+TbX1khvCEip/d6Uu9jJrj4YJjLnsZPJId01L7CzMGhGAyxWfs9TLsz/FdD7/kNRj2da0BwxoAApf04qkO/lTuEGc3sSTf6He8dGafBohPXldbOWPVF0Po9Qu2YvmKnloZrdxvd97HYON9klCgBEBMq6ousbT5OooAnw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=CTDh0k+GtS4aPJjTC5NtbGK26fkECcNXcfYG/0E5EtTbWpmUgFYEpe9yA5ROm+2kzUC5pK8MEb0Bu4qsYovCnbdoO7cZ9qiqoRlqZkgO7waeDf/BgBoqVBCZxj8OkGxg+apxkeeyggyIOdCKjY2sqe8QsN4y2XYcerqG2tZqRUc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi All,

I am creating a HVM domain on RHEL5 with config file as below.

--
import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory =2000
name = "Dom-El4"
vcpus=8
vif = [ 'mac=00:50:56:05:b7:9a, bridge=xenbr0' , 'bridge=xenbr1' ]
disk = [ 'phy:/dev/cciss/c0d1,hda,w' ]
device_model='/usr/' + arch_libdir + '/xen/bin/qemu-dm'
sdl=0
vnc=1
vncviewer=1
vncpasswd=""
#ne2000=1
serial='pty'
usb=1
usbdevice='mouse'

--
Its starting the domain but i am unable to connect to this by vncviewer. Could anybody point out what could be wrong in configuration ?

When i try to connect the vncviewer to remote machine it is giving below output.
abc@tnuwal:~> vncviewer
vncviewer: ConnectToTcpAddr: connect: Connection refused
Unable to connect to VNC server


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