Changes between Version 8 and Version 9 of Tutorials/Edge Computing/Service Migration


Ignore:
Timestamp:
May 18, 2020, 1:32:22 PM (4 years ago)
Author:
seskar
Comment:

Legend:

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

    v8 v9  
    2828==== Set Up ====
    2929Before 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:
    30  * Login into reserved domain: {{{ssh -X username@console.sb5.orbit-lab.org}}} (the {{{-X}}} option is for enabling the X11 tunneing)
    31  * 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 * Login into reserved domain: {{{ssh -X username@console.sb1.cosmos-lab.org}}} (the {{{-X}}} option is for enabling the X11 tunneing)
     31 * 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 srv1-lg1,srv2-lg1}}}
    3232 * Turn on the node: {{{omf tell -a on -t system:topo:images}}}
    33  * Ping to the nodes to check their status: {{{ping node1-1}}} and {{{ping node1-2}}}
    34  * 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
    35  [https://github.com/sumitece87/shareon the GitHub repository].
     33 * Ping to the nodes to check their status: {{{ping srv1-lg1}}} and {{{ping srv2-lg1}}}
     34 * Login into the nodes: {{{ssh -X root@srv1-lg1}}} and {{{ssh -X root@srv2-lg1}}}. 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 [https://github.com/sumitece87/shareon the GitHub repository].
    3635 * On the console, create a directory called {{{migration}}} and download the simplified [https://wiki.cosmos-lab.org/raw-attachment/wiki/Tutorials/EdgeComputing/ServiceMigration/conmig.sh Migration Script] in it: {{{wget https://wiki.cosmos-lab.org/raw-attachment/wiki/Tutorials/EdgeComputing/ServiceMigration/conmig.sh}}}.
    3736