Changes between Version 15 and Version 16 of Tutorials/Edge Computing/Service Migration


Ignore:
Timestamp:
Oct 21, 2021, 1:57:04 AM (3 years ago)
Author:
sumitece87
Comment:

Legend:

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

    v15 v16  
    3232Before 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:
    3333 * 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}}}
    3535 * Turn on the node: {{{omf tell -a on -t system:topo:images}}}
    3636 * Ping to the nodes to check their status: {{{ping srv1-lg1}}} and {{{ping srv2-lg1}}}