Changes between Version 39 and Version 40 of Tutorials/4G5G/amarisoft
- Timestamp:
- Oct 20, 2023, 2:48:18 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/4G5G/amarisoft
v39 v40 28 28 omf tell -a offh -t system:topo:allres 29 29 }}} 30 For this tutorial we will be using the SB1 servers, srv1-lg1, srv2-lg1, USRP N310s in medium node(sdr1-md1), and USRP 2974 in medium node(sdr2-md1).30 For this tutorial we will be using the SB1 servers, srv1-lg1, srv2-lg1, USRP N310s in large and medium nodes, sdr1-s1-lg1 and sdr1-md1. 31 31 1. Load amarisoft-tutorial-cosmos.ndz on srv1-lg1,srv2-lg1. 32 32 {{{#!shell … … 35 35 1. Turn all the required resources on and check the status 36 36 {{{#!shell 37 omf tell -a on -t srv1-lg1,srv2-lg1,sdr1- md1,sdr2-md137 omf tell -a on -t srv1-lg1,srv2-lg1,sdr1-s1-lg1,sdr1-md1 38 38 }}} 39 39 {{{#!shell 40 40 omf stat -t system:topo:allres 41 41 }}} 42 1. ssh to the nodes, use option -Y for using GUI. 42 1. ssh to the servers, use option -Y for using GUI. 43 {{{#!shell 44 ssh root@srv1-lg1 45 }}} 46 {{{#!shell 47 ssh root@srv2-lg1 48 }}} 43 49 44 50