Changes between Version 9 and Version 10 of Tutorials/g0WmLTE/Tutorial3


Ignore:
Timestamp:
Dec 1, 2016, 4:11:27 AM (7 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial3

    v9 v10  
    1111=== Set up ===
    1212
     13For this tutorial, we will use node1-7 and node7-1
    1314 [[CollapsibleStart(Create grid reservation)]][[Include(Documentation/Short/CreateRes)]][[CollapsibleEnd]]
    14  [[CollapsibleStart(Login into reserved domain: ssh your_user_name@grid.orbit-lab.org)]][[Include(Documentation/Short/Login)]][[CollapsibleEnd]]
    15  [[CollapsibleStart(Load an image on the nodes: omf load -i baseline.ndz -t node1-7,node7-1)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]]
    16  [[CollapsibleStart(Turn on the nodes: omf tell -a on -t system:topo:imaged)]] [[Include(Documentation/Short/TellOn)]][[CollapsibleEnd]]
     15 [[CollapsibleStart(Login into reserved domain: '''ssh your_user_name@grid.orbit-lab.org''')]][[Include(Documentation/Short/Login)]][[CollapsibleEnd]]
     16 [[CollapsibleStart(Load an image on the nodes: '''omf load -i baseline.ndz -t node1-7, node7-1''')]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]]
     17 [[CollapsibleStart(Turn on the nodes: '''omf tell -a on -t system:topo:imaged''')]] [[Include(Documentation/Short/TellOn)]][[CollapsibleEnd]]
    1718
    1819Wait for nodes to boot up (30-40 seconds) and then ssh into them (don;t forget that, in case of baseline image, you are accessing nodes as 'root' user without password e.g.:
     
    2728modprobe GobiSerial
    2829modprobe GobiNet
     30}}}
     31
     32==== Turn on the Aisrpsan basestation ====
     33
     34Make sure that the Airspan basestation is on and all the other TDD LTE basestations are off by using bastation control aggregate manager REST calls:
     35
     36{{{
     37curl mme-am.orbit-lab.org:5054/bscontrol/bs/1/stop
     38curl mme-am.orbit-lab.org:5054/bscontrol/bs/2/start
    2939}}}
    3040