Changes between Version 4 and Version 5 of Tutorials/Edge Computing/Service Migration


Ignore:
Timestamp:
May 18, 2020, 11:42:43 AM (4 years ago)
Author:
sumitece87
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Edge Computing/Service Migration

    v4 v5  
    2525=== Tutorial ===
    2626==== Set Up ====
     27Before you can access the testbed, you need to [https://www.orbit-lab.org/schedule make a reservation] and get it approved. After receiving the reservation's confirmation (approval) email:
     28 * Login into reserved domain: {{{ssh -X username@conslole.grid.orbit-lab.org}}} (the {{{-X}}} option is for enabling the X11 tunneing)
     29 * Load the most updated container migration image ({{{conmig.ndz}}} released) on at least two nodes (this process can take about a few minutes so please be patient): {{{omf load -i conmig.ndz -t node1-1,node1-2}}}
     30 * Turn on the node: {{{omf tell -a on -t system:topo:images}}}
     31 * Ping to the nodes to check their status: {{{ping node1-1}}} and {{{ping node1-2}}}
     32 * Login into the nodes: {{{ssh -X root@node1}}} and {{{ssh -X root@node2}}}. The files required for this experiment are already loaded in the image. You can also download the full code used in the  [https://ieeexplore.ieee.org/abstract/document/8710163 ShareOn paper] from
     33 [https://github.com/sumitece87/shareon the GitHub repository].
    2734
    2835