Changes between Version 15 and Version 16 of Tutorials/Edge Computing/Service Migration
- Timestamp:
- Oct 21, 2021, 1:57:04 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Edge Computing/Service Migration
v15 v16 32 32 Before you can access the testbed, you need to [https://www.orbit-lab.org/tractab/Reservations make a reservation] and get it approved. After receiving the reservation's confirmation (approval) email: 33 33 * Login into reserved domain: {{{ssh -X username@console.sb1.cosmos-lab.org}}} (the {{{-X}}} option is for enabling the X11 tunneing) 34 * 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}}}34 * 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 conmig5.ndz -t srv1-lg1,srv2-lg1}}} 35 35 * Turn on the node: {{{omf tell -a on -t system:topo:images}}} 36 36 * Ping to the nodes to check their status: {{{ping srv1-lg1}}} and {{{ping srv2-lg1}}}