From: Aneesh Kumar <aneesh.kumar@gmail.com>
To: ssic-linux-devel <ssic-linux-devel@lists.sourceforge.net>,
ssic-linux-users <ssic-linux-users@lists.sourceforge.net>,
xen-devel@lists.xensource.com.
Subject: Xen and OpenSSI
Date: Thu, 12 May 2005 15:12:37 +0530 [thread overview]
Message-ID: <cc723f5905051202424fa07977@mail.gmail.com> (raw)
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
next reply other threads:[~2005-05-12 9:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-12 9:42 Aneesh Kumar [this message]
2005-05-12 9:43 ` Fwd: Xen and OpenSSI Aneesh Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cc723f5905051202424fa07977@mail.gmail.com \
--to=aneesh.kumar@gmail.com \
--cc=ssic-linux-devel@lists.sourceforge.net \
--cc=ssic-linux-users@lists.sourceforge.net \
--cc=xen-devel@lists.xensource.com. \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.