Changes between Version 9 and Version 10 of Tutorials/g0WmLTE/Tutorial3
- Timestamp:
- Dec 1, 2016, 4:11:27 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial3
v9 v10 11 11 === Set up === 12 12 13 For this tutorial, we will use node1-7 and node7-1 13 14 [[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]] 17 18 18 19 Wait 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.: … … 27 28 modprobe GobiSerial 28 29 modprobe GobiNet 30 }}} 31 32 ==== Turn on the Aisrpsan basestation ==== 33 34 Make 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 {{{ 37 curl mme-am.orbit-lab.org:5054/bscontrol/bs/1/stop 38 curl mme-am.orbit-lab.org:5054/bscontrol/bs/2/start 29 39 }}} 30 40