Changes between Version 7 and Version 8 of Tutorials/4G5G/Inter Digital-Edge Link
- Timestamp:
- Sep 30, 2021, 4:58:26 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/4G5G/Inter Digital-Edge Link
v7 v8 19 19 1. [wiki:GettingStarted#MakeaReservation Create a resource reservation] on sandbox 1 20 20 1. Prepare your local computer (i.e. laptop) for Edgelink ONOS and Orchestrator status page access: 21 * To access the ONOS GUI prepare [wiki:UserGuide/RemoteAccess/SshTunnel ssh tunnel] to the sandbox 1 console and the Network Controller server, port 8181 (i.e. map localhost:8181 to srv 3-lg1.sb1.cosmos-lab.org:8181)22 * To access the ORCHESTRATOR GUI prepare [wiki:UserGuide/RemoteAccess/SshTunnel ssh tunnel] to the sandbox 1 console to the Network Controller server, port 8888 (i.e. map localhost:8888 to srv 3-lg1.sb1.cosmos-lab.org:8888)21 * To access the ONOS GUI prepare [wiki:UserGuide/RemoteAccess/SshTunnel ssh tunnel] to the sandbox 1 console and the Network Controller server, port 8181 (i.e. map localhost:8181 to srv1-in3.sb1.cosmos-lab.org:8181) 22 * To access the ORCHESTRATOR GUI prepare [wiki:UserGuide/RemoteAccess/SshTunnel ssh tunnel] to the sandbox 1 console to the Network Controller server, port 8888 (i.e. map localhost:8888 to srv1-in3.sb1.cosmos-lab.org:8888) 23 23 * If VPN is preferred over SSH then follow the instructions to establish a [wiki:UserGuide/RemoteAccess/VPN VPN tunnel] to the [wiki:Architecture/Domains/cosmos_sb1 COSMOS sandbox 1]. This will be used by the browser to connect to a web server running on the server nodes. 24 1. [wiki:UserGuide/RemoteAccess#RemoteAccess Login] into sandbox 1 console (console.sb1.cosmos-lab.org) with multiple SSH sessions as needed. 24 1. [wiki:UserGuide/RemoteAccess#RemoteAccess Login] into sandbox 1 console (console.sb1.cosmos-lab.org) with multiple SSH sessions as needed. 25 1. For this experimentation, srv1-in3 will be used as a controller node, srv1-in1 and srv1-in2 as traffic machines 25 26 1. Check the status and make sure the server and all the devices used in the experiment are turned off: 26 27 {{{#!shell 27 omf stat -t rfdev1-1,rfdev1-2,srv 5-lg128 omf stat -t rfdev1-1,rfdev1-2,srv1-in1,srv1-in2,srv1-in3 28 29 }}} 29 30 To turn off the resources needed for the experiment: 30 31 {{{#!shell 31 omf tell -a offh -t rfdev1-1,rfdev1-2,srv 5-lg132 omf tell -a offh -t rfdev1-1,rfdev1-2,srv1-in1,srv1-in2,srv1-in3 32 33 }}} 33 34 1. Load the image on the server [Documentation/Short/LoadImage omf image loading] commands: 34 35 {{{#!shell 35 omf load -t srv 5-lg1 -i idel.ndz -r 5036 omf load -t srv1-in3 -i idel.ndz 36 37 }}} 37 38 1. Turn the server and Mesh nodes on: 38 39 {{{#!shell-session 39 omf tell -a on -t rfdev1-1,rfdev1-2,srv 5-lg140 omf tell -a on -t rfdev1-1,rfdev1-2,srv1-in1,srv1-in2,srv1-in3 40 41 }}} 41 42 … … 45 46 The communication link between the Controller located on the srv5-lg1 compute machine and the Gateway Node must be established. 46 47 {{{#!shell-session 47 userid@console:~$ ssh native@srv 5-lg148 userid@console:~$ ssh native@srv1-in3 48 49 ------------------- 49 50 password: native … … 90 91 ==== The Edgelink GW node can be accessed via the IP address assigned by the debug network ==== 91 92 {{{#!shell-session 92 userid@console:>ssh native@srv5-lg193 native@srv3-lg1:~$ ssh root@10.113.1.10293 userid@console:>ssh root@srv1-in1 94 root@srv1-in1:~$ ssh root@10.113.1.102 94 95 }}} 95 96 ==== The EdgeLink NON-GW node can be accessed via the IP address assigned by the debug network ==== 96 97 {{{#!shell-session 97 userid@console:>ssh native@srv5-lg198 native@srv3-lg1:~$ ssh root@10.113.1.10398 userid@console:>ssh root@srv1-in2 99 root@srv1-in2:~$ ssh root@10.113.1.103 99 100 }}} 100 101 … … 179 180 At the end of this script, the node will shutdown (it might block your ssh window forcing you to open another one); once back on the console, you can save that node disk image with 180 181 {{{#!shell-session 181 username@console:~# omf save -n srv 5-lg1.sb1.cosmos-lab.org182 username@console:~# omf save -n srv1-in3.sb1.cosmos-lab.org 182 183 }}} 183 184 (please note the -n option and the FQDN for the node both of which are mandatory for successful saving operation).