|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] vncviewer configuration problem
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
|
|
|
|
|