Changes between Version 7 and Version 8 of Tutorials/Wireless/wideband


Ignore:
Timestamp:
Oct 20, 2019, 9:39:43 PM (5 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/wideband

    v7 v8  
    2828
    2929* Turn the nodes on
    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 }}}
     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  }}}
    3737
    3838* 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  }}}
    4652
     53* ssh to the nodes
     54  {{{
     55  prasanthi@console.grid:~$ ssh root@node19-1
     56  }}}
    4757
    4858==== Preparing the USRPs ====