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


Ignore:
Timestamp:
May 18, 2020, 12:06:29 PM (4 years ago)
Author:
sumitece87
Comment:

Legend:

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

    v6 v7  
    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].
     34 * 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}}}.
     35
     36==== Experiment ====
     37 * On the console, under the {{{migration}}} directrory, run {{{chmod +x *.sh}}} to set permissions.
     38 * Run the migration script as {{{./conmig.sh}}} to observe container packing and migration.
    3539
    3640
     
    4145
    4246
    43