Changes between Version 1 and Version 2 of GEC16Agenda/WiMAX-Tutorial/Video/02


Ignore:
Timestamp:
03/20/13 14:11:02 (11 years ago)
Author:
Fraida Fund
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/WiMAX-Tutorial/Video/02

    v1 v2  
    11'''[wiki:GEC16Agenda/WiMAX-Tutorial/Video/01 Previous]'''
     2
     3== Creating and Loading a Disk Image ==
     4
     5To prepare his experiment, he loaded a baseline image onto a node on ORBIT's Sandbox 4.
     6
     7
     8> Try it yourself another time: To load a baseline image onto a node, e.g. node2 at UCLA, run [[br]]
     9> {{{omf load -i baseline.ndz -t omf.necwimax.node2}}}
     10[[br]]
     11Then he installed all the applications he needs on the node, and saved the disk image.
     12
     13> Try it yourself another time: To save a disk image from a node, e.g. node2 at UCLA, run [[br]]
     14> {{{omf save -n omf.necwimax.node2}}}
     15[[br]]
     16When 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:
     17
     18{{{omf load -i gec16-video.ndz -t omf.necwimax.node2}}}
     19
     20== Clearing Experiment Settings ==
     21
     22In addition to loading a fresh disk image, additional steps must be taken to restore the wireless environment to its default state. These commands are run from the console on Sandbox 4 to
     23reset all of the base station and attenuation settings:
     24
     25{{{
     26wget -qO- "http://wimaxrf:5052/wimaxrf/bs/default"
     27wget -qO- "http://wimaxrf:5052/wimaxrf/bs/restart"
     28}}}
     29
    230
    331