Changes between Version 8 and Version 9 of Tutorials/g0WmLTE/Tutorial4-OAI/Tutorial1


Ignore:
Timestamp:
Oct 1, 2016, 1:09:04 PM (8 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial4-OAI/Tutorial1

    v8 v9  
    66
    77We will use the following resources:
    8 * node3-2.grid.orbit-lab.org as the RRH
    9 * node21-2.grid.orbit-lab.org as the eNB
     8* node18-2.grid.orbit-lab.org as the RRH
     9* node18-1.grid.orbit-lab.org as the eNB
    1010* node1-7.grid.orbit.lab.org as a client
    1111
    1212
    13131. Execute the following commands on the grid console, from separate ssh sessions (They can be done at the same time)
    14  1. {{{ omf load -t node18-2,node18-19 -i oai-rrh.ndz }}}
     14 1. {{{ omf load -t node18-2,node18-1 -i oai-rrh.ndz }}}
    1515 1. {{{ omf load -t node19-3 }}}
    16161. After they are imaged, turn the nodes on
    17  1. {{{ omf tell -a on -t node18-2,node18-19,node19-3 }}}
     17 1. {{{ omf tell -a on -t node18-2,node18-1,node19-3 }}}
    18181. Open a ssh session to each device
    1919 1. {{{ ssh root@node18-2.grid.orbit-lab.org }}}
    20  1. {{{ ssh root@node18-19.grid.orbit-lab.org }}}
     20 1. {{{ ssh root@node18-1.grid.orbit-lab.org }}}
    2121 1. {{{ ssh root@node19-3.grid.orbit-lab.org }}}
    22221. On node18-2
    2323 1. Run script {{{ ./quickbuild_rrh.sh }}}
    2424 1. Run script {{{ ./run_rrh.sh }}}
    25 1. On node18-19
     251. On node18-1
    2626 1. Run script {{{ ./quickbuild_enb.sh }}}
    2727 1. Run script {{{ ./run_enb.sh }}}