From: Thorolf Godawa <nospam@godawa.de>
To: xen-devel@lists.xensource.com
Cc: xen-users@lists.xensource.com
Subject: No VMX-guests on Intel Xeon/VT
Date: Wed, 01 Feb 2006 20:43:04 +0100 [thread overview]
Message-ID: <43E10F48.3030507@godawa.de> (raw)
In-Reply-To: <EF8D308BE33AF54D8934DF26520252D303B562D6@USTR-EXCH5.na.uis.unisys.com>
Hi all,
first thanks a lot for everybody who is reading my posts and thanks a
lot for the people who try to help me with my problem.
I know it's hard to work on beta-hardware with beta-technology, with a
beta-OS, beta-drivers and a software that just is a x.0.0-release - but
I never give up :-))))
>Start the domain with vnc=1 and vncviewer=0. Then execute "vncviewer
>ipaddress:dom_id" or "vncviewer localhost:dom_id" to connect to the
>domain.
I tried this already before, but I only get "connection refused".
OK, where I am right now:
SuSE Linux 10.1 Beta2 x86-64 with Gnome as desktop on a Dual-Xeon 3,2GHz
with dualcore/HT/VT, 4GB RAM with Kernel 2.6.16_rc1_git3-4.
I installed SuSE Linux completely new, I updated XEN to 3.0.1 and my
Linux-guests are still working.
But I even don't get running a very simple freedos as vmx-xenU, with
'qemu -hda /data/xen/images/freedos/freedos.dsk -boot c' it is running
with Qemu :-((((
I tried all the following on an identical machine with the same results,
I also tried it SuSE Linux 10.1 Beta2 i386 without success.
Now I will have a look at SuSE Linux 10.0, but with this the
onboard-NICs are not working, so I have to plug in PCI-card.
BTW: SuSE Linux or SLES is a must!
I always use the "xmexample.vmx" as base for my vmx-xenU-guests, there I
only adjust the following:
memory = 128
name = "freedos.vmx"
vif = [ 'type=ioemu, bridge=xenbr0' ] # (some times to give a MAC-adr)
disk = [ 'file:/data/xen/images/freedos/freedos.dsk,ioemu:hda,w' ]
boot='c'
sdl=0
vnc=1
vncviewer=1
Now I start the guest with:
# xm create freedos.vmx
And I get:
Using config file "freedos.vmx".
VNC= 1
vncviewer -listen: Listening on port 11001 (flash port 10901)
vncviewer -listen: Command line errors are not reported until a
connection comes in.
Started domain freedos.vmx
But no VNC-viewer is started!
Trying to connect the server from OS/2, Linux (I also tried it from the
XEN 3.0 Live CD) and even Windows results in a 'connection refused'
using <xen0-host-ip>:<vm-id> (10.65.0.34:1) or :<5500+vmid>
(10.65.0.34:5501) and in an error 'ReadFromRFBServer: rd::EndOfStrem' if
I connect at 10.65.0.34:11001 and on the xen0-host I get also an error:
vncviewer -listen: invalid command line argument: -log
TightVNC viewer version 1.2.9
Usage: vncviewer [<OPTIONS>] [<HOST>][:<DISPLAY#>]
...
..
'xm list' and 'xm top' telling me the following:
# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 3873 4 r----- 171.7
freedos.vmx 1 128 1 -b---- 0.0
# xm top
xentop - 19:54:59 Xen 3.0.1
2 domains: 1 running, 1 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdown
Mem: 4186112k total, 4181288k used, 4824k free CPUs: 4 @ 3192MHz
NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%)
VCPUS NETS NETTX(k) NETRX(k) SSID
Domain-0 -----r 172 0.0 3965268 94.7 no limit
n/a 4 8 8712 158371 0
freedos.vmx --b--- 0 0.0 131356 3.1 131356
3.11 0 0 0 0
No I shutdown the xenU.
As suggested I change in the config:
vncviewer=0
and start freedos again, 'netstat -nat' doesn't tell me anything new,
but anyway I try it, this time with vmid 2 but with the same result as
before :-(
Next try is changing the config again:
sdl=1
vnc=0
vncviewer=0
Now finaly I get a local window open, it shows some BIOS-info, s.th.
about booting from harddisk and finally the boot-menu, if I press 1 or 2
the boot-menu disappears and I get only a cursor in the left upper
corner (F8) lets me say twice 'Y' the it also stops, and on pressing 3 I
get a black, then a blank screen and the window closes :-(
But the xenU-domain is still running:
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 3873 4 r----- 499.3
freedos.vmx 7 128 1 -b---- 1.2
So I shut it down.
I also created images with VirtualPC/2 (Warp Server and WinXP) and
copied them with dd into an image-file, I can start both images with
Qemu, well both aren't working really because they are trapping in Qemu,
but actually they should do something if started as vmx-domU - but there
is no activity at all, no window opens (sdl=1), 'xm list' and 'xm top'
say that the OS is running (with status 'b') but CPU is at 0 all the
time - configurations are the same than the ones for freedos (exept for
memory=512)!
Today I also tried the XEN 3.0-Demo-CD on the machine and it's running.
Does this version also supports Intel/VT as VMX-guests? I could not find
the vmxloader in the fs, so probably it isn't integrated?
Thanks very much for your help,
--
Chau y hasta luego,
Thorolf
next prev parent reply other threads:[~2006-02-01 19:43 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-01 2:20 Still problems with VNC and Windows on Intel Xeon/VT Puthiyaparambil, Aravindh
2006-02-01 19:43 ` Thorolf Godawa [this message]
2006-02-01 19:57 ` No VMX-guests " Daniel Stekloff
2006-02-01 20:51 ` Thorolf Godawa
2006-02-01 21:03 ` [Xen-users] " Daniel Stekloff
2006-02-01 21:18 ` Re: [Xen-devel] " Thorolf Godawa
[not found] ` <200602012221.46090.ralph@debianbase.de>
2006-02-01 22:01 ` Thorolf Godawa
2006-02-02 2:29 ` Thorolf Godawa
2006-02-01 21:14 ` Charles Coffing
2006-02-01 22:35 ` [Xen-devel] " Thorolf Godawa
2006-02-02 16:32 ` Thorolf Godawa
-- strict thread matches above, loose matches on Subject: below --
2006-02-02 11:51 Petersson, Mats
2006-02-02 20:08 ` Thorolf Godawa
2006-02-02 16:40 Petersson, Mats
2006-02-02 17:01 ` Thorolf Godawa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43E10F48.3030507@godawa.de \
--to=nospam@godawa.de \
--cc=xen-devel@lists.xensource.com \
--cc=xen-users@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.