| 20 | |
| 21 | === Tutorial Setup === |
| 22 | |
| 23 | Follow the steps below to gain access to the sb2 console and set up nodes with appropriate images. |
| 24 | 1. If you don't have one already, sign up for a [https://www.cosmos-lab.org/portal-2/ COSMOS account] |
| 25 | 1. [wiki:/GettingStarted#MakeaReservation Create a resource reservation] on COSMOS sb2 |
| 26 | 1. [Documentation/Short/Login Login] into sb2 console ({{{console.sb2.cosmos-lab.org}}}) with two SSH sessions. |
| 27 | 1. Make sure all the nodes and devices used in the experiment are turned off: |
| 28 | {{{#!shell |
| 29 | omf tell -a offh -t sdr1-s1-lg1,sdr1-md1,rfdev2-1,rfdev2-2,srv1-lg1 |
| 30 | }}} |
| 31 | 1. Use the {{{baseline-28ghz-paam.ndz}}} node image with Ubuntu 18.04, UHD 3.15, gnuradio 3.8, and the IBM 28GHz PAAM API. Load {{{baseline-28ghz-paam.ndz}}} on the server. |
| 32 | {{{#!shell |
| 33 | omf load -i baseline-28ghz-paam.ndz -t srv1-lg1 |
| 34 | }}} |
| 35 | 1. Turn all the required resources on and check the status of all resources |
| 36 | {{{#!shell |
| 37 | omf tell -a on -t sdr1-s1-lg1,sdr1-md1,rfdev2-1,rfdev2-2,srv1-lg1 |
| 38 | }}} |
| 39 | {{{#!shell |
| 40 | omf stat -t system:topo:allres |
| 41 | }}} |
| 42 | 1. {{{ssh}}} to the the same server from two terminals, use option -Y for using GUI. |
| 43 | {{{#!shell |
| 44 | [Terminal 1] ssh -Y root@srv1-lg1 |
| 45 | }}} |