From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh Kumar Subject: Fwd: Xen and OpenSSI Date: Thu, 12 May 2005 15:13:36 +0530 Message-ID: References: Reply-To: Aneesh Kumar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I now have a two node OpenSSI cluster running with Xen. I also tried a small migrate program and it all works fine as show below. sarge-node1-xen:~# ./a.out The node number is =3D 1 The node number after migrating to node 2 is =3D 2 sarge-node1-xen:~# more migrate-ex.c main() { printf("The node number is =3D %d\n", clusternode_num()); migrate(2); printf("The node number after migrating to node 2 is =3D %d\n", clu= sternod e_num()); } sarge-node1-xen:~# sarge-node1-xen:~# cluster -v 1: UP 2: UP sarge-node1-xen:~# I will send another mail with the patch and step by step explanation of how to create an OpenSSI cluser using XEN. For more info on these projects OpenSSI -> www.openssi.org XEN -> http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ -aneesh