Changes between Version 7 and Version 8 of Tutorials/4G5G/Inter Digital-Edge Link


Ignore:
Timestamp:
Sep 30, 2021, 4:58:26 PM (3 years ago)
Author:
pnetalkar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/4G5G/Inter Digital-Edge Link

    v7 v8  
    1919 1. [wiki:GettingStarted#MakeaReservation Create a resource reservation] on sandbox 1
    2020 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 srv3-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 srv3-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)
    2323   * 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
    2526 1. Check the status and make sure the server and all the devices used in the experiment are turned off:
    2627{{{#!shell
    27 omf stat -t rfdev1-1,rfdev1-2,srv5-lg1
     28omf stat -t rfdev1-1,rfdev1-2,srv1-in1,srv1-in2,srv1-in3
    2829}}}
    2930  To turn off the resources needed for the experiment:
    3031  {{{#!shell
    31 omf tell -a offh -t rfdev1-1,rfdev1-2,srv5-lg1
     32omf tell -a offh -t rfdev1-1,rfdev1-2,srv1-in1,srv1-in2,srv1-in3
    3233}}}
    3334 1. Load the image on the server [Documentation/Short/LoadImage  omf image loading] commands:
    3435 {{{#!shell
    35 omf load -t srv5-lg1 -i idel.ndz -r 50
     36omf load -t srv1-in3 -i idel.ndz
    3637}}}
    3738 1. Turn the server and Mesh nodes on:
    3839{{{#!shell-session
    39 omf tell -a on -t rfdev1-1,rfdev1-2,srv5-lg1
     40omf tell -a on -t rfdev1-1,rfdev1-2,srv1-in1,srv1-in2,srv1-in3
    4041}}}
    4142   
     
    4546The communication link between the Controller located on the srv5-lg1 compute machine and the Gateway Node must be established.
    4647{{{#!shell-session
    47 userid@console:~$ ssh native@srv5-lg1
     48userid@console:~$ ssh native@srv1-in3
    4849-------------------
    4950password: native
     
    9091==== The Edgelink GW node can be accessed via the IP address assigned by the debug network ====
    9192{{{#!shell-session
    92 userid@console:>ssh native@srv5-lg1
    93 native@srv3-lg1:~$ ssh root@10.113.1.102
     93userid@console:>ssh root@srv1-in1
     94root@srv1-in1:~$ ssh root@10.113.1.102
    9495}}}
    9596==== The EdgeLink NON-GW node can be accessed via the IP address assigned by the debug network ====
    9697{{{#!shell-session
    97 userid@console:>ssh native@srv5-lg1
    98 native@srv3-lg1:~$ ssh root@10.113.1.103
     98userid@console:>ssh root@srv1-in2
     99root@srv1-in2:~$ ssh root@10.113.1.103
    99100}}}
    100101
     
    179180At 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
    180181{{{#!shell-session
    181 username@console:~# omf save -n srv5-lg1.sb1.cosmos-lab.org
     182username@console:~# omf save -n srv1-in3.sb1.cosmos-lab.org
    182183}}}
    183184(please note the -n option and the FQDN for the node both of which are mandatory for successful saving operation).