WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Fwd: Xen and OpenSSI

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Fwd: Xen and OpenSSI
From: Aneesh Kumar <aneesh.kumar@xxxxxxxxx>
Date: Thu, 12 May 2005 15:13:36 +0530
Delivery-date: Thu, 12 May 2005 09:52:49 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ULbaQ+NRcyK8JkITqGSEynFcMZ7TN/cT9Eg/v56P/pXcXFn2J2elZIAStDbvwJeKhKNOAOZiJCogSvXvjHtu3yYgXQHmSHhosClpZ3z1DIFUwW8HNt/jp550RIjeNi7n0XUr9anlr2EQSJqtPVMeW6yU4s0WFiJidVcPn6nW4u0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <cc723f5905051202424fa07977@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <cc723f5905051202424fa07977@xxxxxxxxxxxxxx>
Reply-to: Aneesh Kumar <aneesh.kumar@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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 = 1
The node number after migrating to node 2 is = 2
sarge-node1-xen:~# more migrate-ex.c
main()
{
        printf("The node number is = %d\n", clusternode_num());
        migrate(2);
        printf("The node number after migrating to node 2 is = %d\n", clusternod
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

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Fwd: Xen and OpenSSI, Aneesh Kumar <=