All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aneesh Kumar <aneesh.kumar@gmail.com>
To: xen-devel@lists.xensource.com
Subject: Fwd: Xen and OpenSSI
Date: Thu, 12 May 2005 15:13:36 +0530	[thread overview]
Message-ID: <cc723f5905051202437ad548a8@mail.gmail.com> (raw)
In-Reply-To: <cc723f5905051202424fa07977@mail.gmail.com>

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

      reply	other threads:[~2005-05-12  9:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-12  9:42 Xen and OpenSSI Aneesh Kumar
2005-05-12  9:43 ` Aneesh Kumar [this message]

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=cc723f5905051202437ad548a8@mail.gmail.com \
    --to=aneesh.kumar@gmail.com \
    --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.