* Xen and OpenSSI
@ 2005-05-12 9:42 Aneesh Kumar
2005-05-12 9:43 ` Fwd: " Aneesh Kumar
0 siblings, 1 reply; 2+ messages in thread
From: Aneesh Kumar @ 2005-05-12 9:42 UTC (permalink / raw)
To: ssic-linux-devel, ssic-linux-users, xen-devel
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
-------------------------------------------------------
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_ids93&alloc_id\x16281&op=click
^ permalink raw reply [flat|nested] 2+ messages in thread* Fwd: Xen and OpenSSI
2005-05-12 9:42 Xen and OpenSSI Aneesh Kumar
@ 2005-05-12 9:43 ` Aneesh Kumar
0 siblings, 0 replies; 2+ messages in thread
From: Aneesh Kumar @ 2005-05-12 9:43 UTC (permalink / raw)
To: xen-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-05-12 9:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-12 9:42 Xen and OpenSSI Aneesh Kumar
2005-05-12 9:43 ` Fwd: " Aneesh Kumar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.