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


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

Legend:

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

    v5 v6  
    2626==== Set Up ====
    2727Before 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)
     28 * Login into reserved domain: {{{ssh -X username@console.sb5.orbit-lab.org}}} (the {{{-X}}} option is for enabling the X11 tunneing)
    2929 * 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}}}
    3030 * Turn on the node: {{{omf tell -a on -t system:topo:images}}}
     
    3232 * 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
    3333 [https://github.com/sumitece87/shareon the GitHub repository].
     34 * On the console, create a directory, {{{migration}}} and download the migration script [conmig.sh].
    3435
    3536
     
    3839
    3940
     41
     42
     43