|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Xen + Remus
On Tue, Jan 12, 2010 at 10:28:18AM -0200, gilberto nunes wrote:
> Hi people
>
> Almost 3 mount I have compile xen-unstable to work with remus...
>
> I deploy a VM like this:
>
> name='Windows-2003-I'
> kernel = "/usr/lib/xen/boot/hvmloader"
> device_model = '/usr/lib/xen/bin/qemu-dm'
> builder='hvm'
> memory=1536
> #shadow_memory=10
> vif=['mac=00:13:3e:37:9f:00,bridge=xenbr0']
> disk=['file:/storage/VMS/MSWindows/Windows-2003-I.img,hda,w',
> 'file:/storage/ISOS/win2003-STR2-i386.iso,hdb:cdrom,r' ]
> # Boots from CDROM.
> # Change to 'c' after windows installation in order to boot from disk.
> boot='c'
> on_poweroff = 'destroy'
> on_reboot = 'restart'
> n_crash = 'restart'
> sdl=0
> vnc=1
> vnclisten="0.0.0.0"
> stdvga=0
>
> So, the VM start normally and I got replicate the VM via remus normally....
>
> However, some minutes pass and the VM die and turn your state to suspend...
> I search on google, I see something about pvops on DomU and Dom0....
>
> I don't know what is excatly meant...
>
> Somebody can help me please!!!
>
> I need more explanation about how to enable pvops on DomU and/or Dom0....
>
I'm not sure where Remus logs, but you could start with checking
the following logs in dom0:
- "xm log" output
- "xm dmesg" output
- "dmesg" output
- /var/log/messages
- /var/log/syslog
- /var/log/xen/*
-- Pasi
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|