| | 10 | |
| | 11 | === Tutorial Setup === |
| | 12 | |
| | 13 | Follow the steps below to gain access to the [wiki:/hardware/Domains/sb1 sandbox 1 console] and set up nodes with appropriate images. |
| | 14 | 1. If you don't have one already, sign up for a [https://www.cosmos-lab.org/portal-2/ COSMOS account] |
| | 15 | 1. [Documentation/Short/CreateRes Create a resource reservation] on sandbox 1 |
| | 16 | 1. [Documentation/Short/Login Login] into sandbox 1 console (console.sb1.cosmos-lab.org) with two SSH sessions. |
| | 17 | 1. Make sure all the nodes and devices used in the experiment are turned off: |
| | 18 | {{{ |
| | 19 | omf tell -a offh -t srv1-lg1,srv2-lg1,srv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6 |
| | 20 | }}} |
| | 21 | 1. Load the images on the computing nodes |
| | 22 | {{{ |
| | 23 | omf load -i rfnoc_wigig.ndz -t srv1-lg1,srv2-lg1 |
| | 24 | }}} |
| | 25 | {{{ |
| | 26 | omf load -i sivers_sb1_cosmos.ndz -t srv3-lg1,srv4-lg1 |
| | 27 | }}} |
| | 28 | 1. Turn all the required resources on and check the status |
| | 29 | {{{ |
| | 30 | omf tell -a on -t srv1-lg1,srv2-lg1,srv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6 |
| | 31 | }}} |
| | 32 | {{{ |
| | 33 | omf stat -t system:topo:allres |
| | 34 | }}} |
| | 35 | |