[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] vncviewer configuration problem


  • To: "Xen list" <Xen-users@xxxxxxxxxxxxxxxxxxx>
  • 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
  • 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=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.