Changes between Version 14 and Version 15 of Tutorials/Edge Computing/Service Migration
- Timestamp:
- Oct 21, 2021, 1:46:58 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Edge Computing/Service Migration
v14 v15 36 36 * Ping to the nodes to check their status: {{{ping srv1-lg1}}} and {{{ping srv2-lg1}}} 37 37 * 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]. 38 * 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 }}}.38 * 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 --no-check-certificate}}}. 39 39 40 40 ==== Experiment ====