From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh Kumar Subject: Xen and OpenSSI Date: Thu, 12 May 2005 15:12:37 +0530 Message-ID: Reply-To: Aneesh Kumar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline Sender: ssic-linux-users-admin@lists.sourceforge.net Errors-To: ssic-linux-users-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: ssic-linux-devel , ssic-linux-users , 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=20 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:~#=20 sarge-node1-xen:~# cluster -v=20 1: UP 2: UP sarge-node1-xen:~#=20 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=20 XEN -> http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ -aneesh ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click