From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kanabuchi" Subject: RE: Kemari Date: Wed, 25 Jan 2012 11:40:06 +0900 Message-ID: <314E1CD031624ED1BE73AB7E419315E8@tkancl2431> References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: To: Return-path: Received: from mail12.ics.ntts.co.jp ([210.232.35.65]:42307 "EHLO mail12.ics.ntts.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751036Ab2AYCzu (ORCPT ); Tue, 24 Jan 2012 21:55:50 -0500 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Hello, > Does Kemari support SMP guests or do the guests have to have only 1 VCPU ? > Is there a version [& code] that is available that one can try out on an > RHEL6.2 + KVM + X86_64 env.? Kemari is workable on RHEL6.2(x86_64) environment with multi VCPU options. # I am using CentOS6.2. Please try following the steps below. 1) Get Kemari "heads/next" from the repository below. git://kemari.git.sourceforge.net/gitroot/kemari/kemari 2) Go configure with following options. --enable-kvm --enable-io-thread 3) Build and deploy it to primary/secondary servers. 4) Launch qemu-system-x86_64 with following option. -smp 2 # Secondary side will need same smp option. 5) Execute FT-migration, please refer to the URL that follows. http://wiki.qemu.org/Features/FaultTolerance Regards, Mitsuru Kanabuchi > -----Original Message----- > From: kvm-owner@vger.kernel.org [mailto:kvm-owner@vger.kernel.org] On Behalf Of Vinod Chegu > Sent: Tuesday, January 24, 2012 9:51 PM > To: kvm@vger.kernel.org > Subject: Kemari > > > Hello, > > [ I am very new to KVM...so i am not sure if this is the right forum to ask this question. If not kindly point me to the right forum. ] > > I would like to get some info. on the current status of Kemari for KVM. > > Does Kemari support SMP guests or do the guests have to have only 1 VCPU ? > > Is there a version [& code] that is available that one can try out on an > RHEL6.2 + KVM + X86_64 env.? > > Thanks > Vinod