|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Fwd: Xen and OpenSSI
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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |