From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pasi =?iso-8859-1?Q?K=E4rkk=E4inen?= Subject: Re: Xen + Remus Date: Tue, 12 Jan 2010 14:51:49 +0200 Message-ID: <20100112125149.GF25902@reaktio.net> References: <4B4C6AE2.6030001@selbetti.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4B4C6AE2.6030001@selbetti.com.br> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: gilberto nunes Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org 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