Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • cnf starts dab/eb ports (everyone gets CM well-known ipaddr/port via cnf.  port corresponds to platform number)
  • (needs work) drp/eb nodes find their own IB addr's
  • user asks for partition, sends out PLAT msg (says "who exists?") 
  • all drp/eb nodes reply with their name/hostname
  • CM sends ALLOC message to nodes selected for partition (, e.g. 4 drp, 2 db. (says "who is participating in partition")
  • eb/drp open up appropriate ephemeral ports , (possibly depending on who else is in partition) and report them to the CM (response to ALOCALLOC)
  • CM sends CONNECT Messages to eb/drp nodes with assigned pseudo-random ID numbers and connection information.  ID numbers could also be communicated with ALLOC message.
  • eb/drp nodes connect
  • (needs work) need to add CONNECT_COMPLETE msg to send to CM
  • eb/drp/control.py do their usual mainloop

...