Changes between Version 2 and Version 3 of Internal/TrafficGenerator


Ignore:
Timestamp:
Sep 14, 2011, 7:28:59 PM (13 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/TrafficGenerator

    v2 v3  
    12121. ssh into sandbox 7
    1313{{{
    14 nilanjan@external2:~$ ssh sb7.orbit-lab.org
     14ssh sb7.orbit-lab.org
    1515}}}
    1616
    17172. Image node1-1 & node1-2 with wimax.ndz (this should be in the repository)
    1818{{{
    19 nilanjan@console.sb7:~$ omf-5.2 load [1,1..2] wimax.ndz
     19omf-5.2 load [1,1..2] wimax.ndz
    2020}}}
    2121
     
    61613. Once the imaging process is complete, we need to turn the nodes on
    6262{{{
    63 nilanjan@console.sb7:~$ omf-5.2 tell on [1,1..2]
     63omf-5.2 tell on [1,1..2]
    6464}}}
    6565
     66Use the following command to query the status of the node to see is they are on
     67{{{
     68omf-5.2 stat
     69}}}
     70
     71{{{
     72nilanjan@console.sb7:~$ omf-5.2 stat
     73 INFO NodeHandler: init OMF Experiment Controller 5.2.408
     74-----------------------------------------------
     75 INFO Topology: Loading topology 'system:topo:all'.
     76 Testbed : sb7.orbit-lab.org
     77 Node n_1_1 - State: POWERON
     78 Node n_1_2 - State: POWEROn
     79-----------------------------------------------
     80}}}
    66814. Run the experiment script (from above)
    6782{{{
    68 nilanjan@console.sb7:~$ omf-5.2 exec wimax-tutorial2.ndz
     83omf-5.2 exec wimax-tutorial2.ndz
    6984}}}
    7085