|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] running windows on xen
Try 172.17.217.115 or <http://172.17.217.115:1>172.17.217.115:0 - I
think the first Windows client is on port 5900 (or :0 suffix in VNS),
the second in 5901 (or :1) etcetera. <http://172.17.217.115:1>
Hope this helps,
John
Arpan Jindal wrote:
Hi all
i followed this link to install windows under xen
http://lists.xensource.com/archives/html/xen-users/2006-06/msg00599.html
my xen file is as follows:
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 1024
name = "winxp"
vcpus=1
cpus = ""
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'file:/root/xenimages/WS128.img,ioemu:hda,w' ]
device_model = '/usr/lib/xen/bin/qemu-dm'
cdrom='/tmp/en_windows_server_2003_standard.iso'
boot='d'
sdl=0
vnc=1
vncviewer=0
stdvga=0
serial='pty'
ne2000=0
and when i do
# xm create -c /etc/xen/winxp
it gives message as
Using config file "/etc/xen/winxp".
Started domain winxp
but when i type
% vncviewer 172.17.217.155:1 <http://172.17.217.155:1>
to vien its console so that i can complete the installation .
i am not able to connect to the host using the command and even by
using windows agent(vncviewer).
am i missing something?
or do i need to start something to view live vncserver.
i also tried starting vncserver but when after starting vncserver.
if i run vncviewer 172.17.217.115:1 <http://172.17.217.115:1> then i
am able to connect server but not able to see the installation window to .
kindly let me know what to do.
and is there any way i can see the installation on the same machine
without using any vnc or any other vnc agent.
thanks
------------------------------------------------------------------------
_______________________________________________
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
|
|
|
|
|