Hi, i''m a little bit stuck here with creating a HVM-Windows (w2k3) Guest under Xen 3.1. I''m using ubuntu 7,10 with a 2.6.22.16-xen-patched kernel which seems to be stable for single cpu-linux guests. Cpu is a Q6600 and XD,VT and VT-d is enabled in the bios. When i create the windows guest with ''xm create w2k3 -c" (conf below) I get: "Started domain w2k3 xenconsole: Could not read tty from store: No such file or directory" i think i''m fine wiht that coz there is no tty in windows ?! ;) so i do a netstat -lpn to search for the vnc-port to connect to, but there isn''t one ?!?! in xm top the w2k3-domU takes 99% cpu load the logfiles doesn''t show anything unusual.. any ideas ?? <<</etc/xen/w2k3 kernel = "/usr/lib/xen-ioemu-3.1/boot/hvmloader" builder= ''hvm'' memory = 1024 shadow_memory = 8 name = "w2k3" vcpus=2 vif = [ ''type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0, model=ne2k_pci'' ] disk = [ ''phy:store/windows-test,hda,w'', ''file:/mnt/store/backup/wide032a01.iso,hdc:cdrom,r''] device_model = "/usr/lib/xen-ioemu-3.1/bin/qemu-dm" boot="d" sdl=0 vnc=1 vnclisten="0.0.0.0" vncconsole=1 vncpasswd='''' <<< Thanx _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, I don''t use ubuntu, so I''m not sure, but do you find vncport around 5900+? If you can use xenstore-ls, please try the below. # xenstore-ls / | grep vnc Best Regards, Akio Takebe>Hi, > > > >i''m a little bit stuck here with creating a HVM-Windows (w2k3) Guest >under Xen 3.1. > >I''m using ubuntu 7,10 with a 2.6.22.16-xen-patched kernel which seems to >be stable for single cpu-linux guests. Cpu is a Q6600 and XD,VT and VT-d >is enabled in the bios. > > > >When i create the windows guest with ''xm create w2k3 -c" (conf below) > >I get: > > "Started domain w2k3 > >xenconsole: Could not read tty from store: No such file or directory" > > > >i think i''m fine wiht that coz there is no tty in windows ?! ;) > > > >so i do a netstat -lpn to search for the vnc-port to connect to, but >there isn''t one ?!?! > >in xm top the w2k3-domU takes 99% cpu load > >the logfiles doesn''t show anything unusual.. any ideas ?? > > > ><<</etc/xen/w2k3 > >kernel = "/usr/lib/xen-ioemu-3.1/boot/hvmloader" > > >builder= ''hvm'' > > >memory = 1024 > > >shadow_memory = 8 > > >name = "w2k3" > > >vcpus=2 > > >vif = [ ''type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0, >model=ne2k_pci'' ] > > >disk = [ ''phy:store/windows-test,hda,w'', >''file:/mnt/store/backup/wide032a01.iso,hdc:cdrom,r''] > > >device_model = "/usr/lib/xen-ioemu-3.1/bin/qemu-dm" > > >boot="d" > > >sdl=0 > > >vnc=1 > > >vnclisten="0.0.0.0" > > >vncconsole=1 > > >vncpasswd='''' > ><<< > > > > >Thanx > > >-------------------------------text/plain------------------------------- >_______________________________________________ >Xen-users mailing list >Xen-users@lists.xensource.com >http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, Zap the -c option and try starting with sdl. Is there any window appearing when you start the domain ? If not, you have a config problem. Anyway, I get the same error but the X window manager starts properly a dedicated window (i'm using sdl), in which you should see some Bios-related messages, then boots on Iso/CD. I'm not sure vnc in xedn allows empty password Regards Lionel F. 2008/2/6, Akio Takebe <takebe_akio@jp.fujitsu.com>:> Hi, > > I don't use ubuntu, so I'm not sure, > but do you find vncport around 5900+? > > If you can use xenstore-ls, please try the below. > # xenstore-ls / | grep vnc > > Best Regards, > > Akio Takebe > > >Hi, > > > > > > > >i'm a little bit stuck here with creating a HVM-Windows (w2k3) Guest > >under Xen 3.1. > > > >I'm using ubuntu 7,10 with a 2.6.22.16-xen-patched kernel which seems to > >be stable for single cpu-linux guests. Cpu is a Q6600 and XD,VT and VT-d > >is enabled in the bios. > > > > > > > >When i create the windows guest with 'xm create w2k3 -c" (conf below) > > > >I get: > > > > "Started domain w2k3 > > > >xenconsole: Could not read tty from store: No such file or directory" > > > > > > > >i think i'm fine wiht that coz there is no tty in windows ?! ;) > > > > > > > >so i do a netstat -lpn to search for the vnc-port to connect to, but > >there isn't one ?!?! > > > >in xm top the w2k3-domU takes 99% cpu load > > > >the logfiles doesn't show anything unusual.. any ideas ?? > > > > > > > ><<</etc/xen/w2k3 > > > >kernel = "/usr/lib/xen-ioemu-3.1/boot/hvmloader" > > > > > >builder= 'hvm' > > > > > >memory = 1024 > > > > > >shadow_memory = 8 > > > > > >name = "w2k3" > > > > > >vcpus=2 > > > > > >vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0, > >model=ne2k_pci' ] > > > > > >disk = [ 'phy:store/windows-test,hda,w', > >'file:/mnt/store/backup/wide032a01.iso,hdc:cdrom,r'] > > > > > >device_model = "/usr/lib/xen-ioemu-3.1/bin/qemu-dm" > > > > > >boot="d" > > > > > >sdl=0 > > > > > >vnc=1 > > > > > >vnclisten="0.0.0.0" > > > > > >vncconsole=1 > > > > > >vncpasswd='' > > > ><<< > > > > > > > > > >Thanx > > > > > >-------------------------------text/plain------------------------------- > >_______________________________________________ > >Xen-users mailing list > >Xen-users@lists.xensource.com > >http://lists.xensource.com/xen-users > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Pas de spam/publicité/loterie sur cette messagerie, merci _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello, You do not need to throw the -c flag for HVM domains. If that doesn''t fix it, try removing the following lines (or commenting them out), shadow_memory=8 vnclisten="0.0.0.0" vncconsole=1 vncpasswd='''' You will also have to change your cdrom entry in disk= to ''file:/mnt/store/backup/wide032a01.iso,ioemu:hdc:cdrom,r'' (adding ioemu to the arguments) Next you will probably have to change the xend-config.sxp file and look for anything regarding VNC, uncomment and change the values (there is general info in the file). Let me know if this helps, Tait From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Ulrich Peinhardt Sent: Thursday, January 31, 2008 11:34 AM To: Xen-Users Subject: [Xen-users] How-To create Windows HVM? Hi, i''m a little bit stuck here with creating a HVM-Windows (w2k3) Guest under Xen 3.1. I''m using ubuntu 7,10 with a 2.6.22.16-xen-patched kernel which seems to be stable for single cpu-linux guests. Cpu is a Q6600 and XD,VT and VT-d is enabled in the bios. When i create the windows guest with ''xm create w2k3 -c" (conf below) I get: "Started domain w2k3 xenconsole: Could not read tty from store: No such file or directory" i think i''m fine wiht that coz there is no tty in windows ?! ;) so i do a netstat -lpn to search for the vnc-port to connect to, but there isn''t one ?!?! in xm top the w2k3-domU takes 99% cpu load the logfiles doesn''t show anything unusual.. any ideas ?? <<</etc/xen/w2k3 kernel = "/usr/lib/xen-ioemu-3.1/boot/hvmloader" builder= ''hvm'' memory = 1024 shadow_memory = 8 name = "w2k3" vcpus=2 vif = [ ''type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0, model=ne2k_pci'' ] disk = [ ''phy:store/windows-test,hda,w'', ''file:/mnt/store/backup/wide032a01.iso,hdc:cdrom,r''] device_model = "/usr/lib/xen-ioemu-3.1/bin/qemu-dm" boot="d" sdl=0 vnc=1 vnclisten="0.0.0.0" vncconsole=1 vncpasswd='''' <<< Thanx _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wednesday 06 February 2008 08:31:39 am Lionel F. wrote:> I''m not sure vnc in xedn allows empty passwordIt does. I use a empty password with vnc in my hvm. 2008/2/6, Akio Takebe <takebe_akio@jp.fujitsu.com>:>>vncpasswd=''''I assume only one double quote is a typo? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I just fixed this problem a few minutes ago myself. Try adding to your config file: serial = ''pty'' JMan Ulrich Peinhardt wrote:> > Hi, > > i’m a little bit stuck here with creating a HVM-Windows (w2k3) Guest > under Xen 3.1. > > I’m using ubuntu 7,10 with a 2.6.22.16-xen-patched kernel which seems > to be stable for single cpu-linux guests. Cpu is a Q6600 and XD,VT and > VT-d is enabled in the bios. > > When i create the windows guest with ‚xm create w2k3 –c“ (conf below) > > I get: > > „Started domain w2k3 > > xenconsole: Could not read tty from store: No such file or directory“ > > i think i’m fine wiht that coz there is no tty in windows ?! ;) > > so i do a netstat –lpn to search for the vnc-port to connect to, but > there isn’t one ?!?! > > in xm top the w2k3-domU takes 99% cpu load > > the logfiles doesn’t show anything unusual.. any ideas ?? > > <<</etc/xen/w2k3 > > kernel = "/usr/lib/xen-ioemu-3.1/boot/hvmloader" > > builder= ''hvm'' > > memory = 1024 > > shadow_memory = 8 > > name = "w2k3" > > vcpus=2 > > vif = [ ''type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0, > model=ne2k_pci'' ] > > disk = [ ''phy:store/windows-test,hda,w'', > ''file:/mnt/store/backup/wide032a01.iso,hdc:cdrom,r''] > > device_model = "/usr/lib/xen-ioemu-3.1/bin/qemu-dm" > > boot="d" > > sdl=0 > > vnc=1 > > vnclisten="0.0.0.0" > > vncconsole=1 > > vncpasswd=''‘ > > <<< > > Thanx > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users