Changes between Version 2 and Version 3 of Internal/TrafficGenerator
- Timestamp:
- Sep 14, 2011, 7:28:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/TrafficGenerator
v2 v3 12 12 1. ssh into sandbox 7 13 13 {{{ 14 nilanjan@external2:~$ssh sb7.orbit-lab.org14 ssh sb7.orbit-lab.org 15 15 }}} 16 16 17 17 2. Image node1-1 & node1-2 with wimax.ndz (this should be in the repository) 18 18 {{{ 19 nilanjan@console.sb7:~$omf-5.2 load [1,1..2] wimax.ndz19 omf-5.2 load [1,1..2] wimax.ndz 20 20 }}} 21 21 … … 61 61 3. Once the imaging process is complete, we need to turn the nodes on 62 62 {{{ 63 nilanjan@console.sb7:~$omf-5.2 tell on [1,1..2]63 omf-5.2 tell on [1,1..2] 64 64 }}} 65 65 66 Use the following command to query the status of the node to see is they are on 67 {{{ 68 omf-5.2 stat 69 }}} 70 71 {{{ 72 nilanjan@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 }}} 66 81 4. Run the experiment script (from above) 67 82 {{{ 68 nilanjan@console.sb7:~$omf-5.2 exec wimax-tutorial2.ndz83 omf-5.2 exec wimax-tutorial2.ndz 69 84 }}} 70 85