Changes between Version 2 and Version 3 of GEC16Agenda/WiMAX-Tutorial/Streamload/05


Ignore:
Timestamp:
03/20/13 12:08:55 (11 years ago)
Author:
Fraida Fund
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/WiMAX-Tutorial/Streamload/05

    v2 v3  
    11'''[wiki:GEC16Agenda/WiMAX-Tutorial/Streamload/04 Previous]'''
    22
    3 == Creating a Disk Image ==
     3== Creating and Loading a Disk Image ==
    44
    55To prepare his experiment, he loaded a baseline image onto a node on ORBIT's Sandbox 4.
    66
    7 > Tip: To load a baseline image onto a node, e.g. node1-6 on ORBIT's Sandbox 4, run
     7[[br]]
     8
     9> Try it yourself another time: To load a baseline image onto a node, e.g. node1-6 on ORBIT's Sandbox 4, run
    810> {{{omf load -i baseline.ndz -t node1-6.sb4.orbit-lab.org}}}
    911
    1012Then he installed all the applications he needs on the node, and saved the disk image.
    1113
    12 > Tip: To save a disk image from a node, e.g. node1-6 on ORBIT's Sandbox 4, run
     14> Try it yourself another time: To save a disk image from a node, e.g. node1-6 on ORBIT's Sandbox 4, run
    1315> {{{omf save -n node1-6.sb4.orbit-lab.org}}}
    1416
     17When the image saving process concluded, it reported that his disk image had been saved and gave the name of the image. Now, when he wants to run his experiment, he will load his disk image onto the nodes he has reserved:
    1518
     19{{{omf load -i gec16-streamload.ndz -t node1-5.sb4.orbit-lab.org,node1-6.sb4.orbit-lab.org,node1-7.sb4.orbit-lab.org}}}
    1620
    1721