Changes between Version 7 and Version 8 of Tutorials/Wireless/wideband
- Timestamp:
- Oct 20, 2019, 9:39:43 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/wideband
v7 v8 28 28 29 29 * Turn the nodes on 30 {{{31 prasanthi@console.grid:~$ omf tell -a on -t node19-1,node20-132 }}}33 or34 {{{35 prasanthi@console.grid:~$ omf tell -a on -t system:topo:group-red36 }}}30 {{{ 31 prasanthi@console.grid:~$ omf tell -a on -t node19-1,node20-1 32 }}} 33 or 34 {{{ 35 prasanthi@console.grid:~$ omf tell -a on -t system:topo:group-red 36 }}} 37 37 38 38 * Check the status 39 {{{ 40 prasanthi@console.grid:~$ omf stat -t node19-1,node20-1 41 }}} 42 or 43 {{{ 44 prasanthi@console.grid:~$ omf stat -t system:topo:group-red 45 }}} 39 {{{ 40 prasanthi@console.grid:~$ omf stat -t node19-1,node20-1 41 }}} 42 or 43 {{{ 44 prasanthi@console.grid:~$ omf stat -t system:topo:group-red 45 }}} 46 {{{ 47 ----------------------------------------------- 48 Node: node19-1.grid.orbit-lab.org State: POWERON 49 Node: node20-1.grid.orbit-lab.org State: POWERON 50 ----------------------------------------------- 51 }}} 46 52 53 * ssh to the nodes 54 {{{ 55 prasanthi@console.grid:~$ ssh root@node19-1 56 }}} 47 57 48 58 ==== Preparing the USRPs ====