Changes between Version 5 and Version 6 of Tutorials/Edge Computing/Service Migration
- Timestamp:
- May 18, 2020, 11:46:47 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Edge Computing/Service Migration
v5 v6 26 26 ==== Set Up ==== 27 27 Before 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@cons lole.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) 29 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 30 * Turn on the node: {{{omf tell -a on -t system:topo:images}}} … … 32 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 33 [https://github.com/sumitece87/shareon the GitHub repository]. 34 * On the console, create a directory, {{{migration}}} and download the migration script [conmig.sh]. 34 35 35 36 … … 38 39 39 40 41 42 43